| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/ |
| H A D | glyph_manager.cpp | 36 if (entry.glyphs.find(glyphID) == entry.glyphs.end()) { in getGlyphs() 37 … entry.glyphs.emplace(glyphID, makeMutable<Glyph>(generateLocalSDF(fontStack, glyphID))); in getGlyphs() 72 …request.req = fileSource.request(Resource::glyphs(glyphURL, fontStack, range), [this, fontStack, r… in requestRange() 91 std::vector<Glyph> glyphs; in processResponse() local 94 glyphs = parseGlyphPBF(range, *res.data); in processResponse() 100 for (auto& glyph : glyphs) { in processResponse() 101 entry.glyphs.erase(glyph.id); in processResponse() 102 entry.glyphs.emplace(glyph.id, makeMutable<Glyph>(std::move(glyph))); in processResponse() 132 Glyphs& glyphs = response[fontStack]; in notify() local 136 auto it = entry.glyphs.find(glyphID); in notify() [all …]
|
| H A D | shaping.cpp | 94 const Glyphs& glyphs, in justifyLine() argument 103 auto it = glyphs.find(glyph.glyph); in justifyLine() 104 if (it != glyphs.end() && it->second) { in justifyLine() 117 const Glyphs& glyphs) { in determineAverageLineWidth() argument 121 auto it = glyphs.find(chr); in determineAverageLineWidth() 122 if (it != glyphs.end() && it->second) { in determineAverageLineWidth() 216 const Glyphs& glyphs) { in determineLineBreaks() argument 225 const float targetWidth = determineAverageLineWidth(logicalInput, spacing, maxWidth, glyphs); in determineLineBreaks() 232 auto it = glyphs.find(codePoint); in determineLineBreaks() 233 … if (it != glyphs.end() && it->second && !boost::algorithm::is_any_of(u" \t\n\v\f\r")(codePoint)) { in determineLineBreaks() [all …]
|
| H A D | glyph_atlas.cpp | 9 GlyphAtlas makeGlyphAtlas(const GlyphMap& glyphs) { in makeGlyphAtlas() argument 16 for (const auto& glyphMapEntry : glyphs) { in makeGlyphAtlas()
|
| H A D | shaping.hpp | 58 const Glyphs& glyphs);
|
| H A D | glyph_manager.hpp | 59 std::map<GlyphID, Immutable<Glyph>> glyphs; member
|
| /OK3568_Linux_fs/external/xserver/exa/ |
| H A D | exa_glyphs.c | 137 free(cache->glyphs); in exaUnrealizeGlyphCaches() 138 cache->glyphs = NULL; in exaUnrealizeGlyphCaches() 215 cache->glyphs = xallocarray(cache->size, sizeof(ExaCachedGlyphRec)); in exaRealizeGlyphCaches() 218 if (!cache->hashEntries || !cache->glyphs) in exaRealizeGlyphCaches() 264 (pGlyph->sha1, cache->glyphs[entryPos].sha1, in exaGlyphCacheHashLookup() 280 memcpy(cache->glyphs[pos].sha1, pGlyph->sha1, sizeof(pGlyph->sha1)); in exaGlyphCacheHashInsert() 302 slot = (*(CARD32 *) cache->glyphs[pos].sha1) % cache->hashSize; in exaGlyphCacheHashRemove() 332 (*(CARD32 *) cache->glyphs[entryPos].sha1) % cache->hashSize; in exaGlyphCacheHashRemove() 632 GlyphExtents(int nlist, GlyphListPtr list, GlyphPtr * glyphs, BoxPtr extents) in GlyphExtents() argument 651 glyph = *glyphs++; in GlyphExtents() [all …]
|
| H A D | exa_priv.h | 128 ExaCachedGlyphPtr glyphs; member 524 INT16 ySrc, int nlist, GlyphListPtr list, GlyphPtr * glyphs); 711 INT16 ySrc, int nlist, GlyphListPtr list, GlyphPtr * glyphs);
|
| /OK3568_Linux_fs/buildroot/package/wqy-zenhei/ |
| H A D | Config.in | 7 glyphs (among many other languages). Both the proportional 9 "WenQuanYi Zen Hei Mono" provides over 35,000 glyphs,
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/ |
| H A D | parser.cpp | 116 const JSValue& glyphs = document["glyphs"]; in parse() local 117 if (glyphs.IsString()) { in parse() 118 glyphURL = { glyphs.GetString(), glyphs.GetStringLength() }; in parse()
|
| /OK3568_Linux_fs/external/xserver/render/ |
| H A D | glyph.c | 498 GlyphExtents(int nlist, GlyphListPtr list, GlyphPtr * glyphs, BoxPtr extents) in GlyphExtents() argument 517 glyph = *glyphs++; in GlyphExtents() 552 INT16 ySrc, int nlist, GlyphListPtr lists, GlyphPtr * glyphs) in CompositeGlyphs() argument 559 glyphs); in CompositeGlyphs() 579 INT16 ySrc, int nlist, GlyphListPtr list, GlyphPtr * glyphs) in miGlyphs() argument 598 GlyphExtents(nlist, list, glyphs, &extents); in miGlyphs() 638 glyph = *glyphs++; in miGlyphs()
|
| H A D | mipict.h | 87 INT16 ySrc, int nlist, GlyphListPtr list, GlyphPtr * glyphs);
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxextension.c | 1157 XGlyphInfo *glyphs; in dmxBERestoreRenderGlyph() local 1192 glyphs = xallocarray(glyphSet->hash.tableEntries, sizeof(XGlyphInfo)); in dmxBERestoreRenderGlyph() 1209 glyphs[ctr].width = gl->info.width; in dmxBERestoreRenderGlyph() 1210 glyphs[ctr].height = gl->info.height; in dmxBERestoreRenderGlyph() 1211 glyphs[ctr].x = gl->info.x; in dmxBERestoreRenderGlyph() 1212 glyphs[ctr].y = gl->info.y; in dmxBERestoreRenderGlyph() 1213 glyphs[ctr].xOff = gl->info.xOff; in dmxBERestoreRenderGlyph() 1214 glyphs[ctr].yOff = gl->info.yOff; in dmxBERestoreRenderGlyph() 1224 gids, glyphs, glyphSet->hash.tableEntries, images, in dmxBERestoreRenderGlyph() 1230 free(glyphs); in dmxBERestoreRenderGlyph()
|
| H A D | dmxpict.c | 489 char *glyphs; in dmxProcRenderCompositeGlyphs() local 576 glyphs = xallocarray(nglyph, size); in dmxProcRenderCompositeGlyphs() 577 if (!glyphs) { in dmxProcRenderCompositeGlyphs() 584 curGlyph = glyphs; in dmxProcRenderCompositeGlyphs() 648 free(glyphs); in dmxProcRenderCompositeGlyphs() 1139 int nlists, GlyphListPtr lists, GlyphPtr * glyphs) in dmxGlyphs() argument
|
| H A D | dmxpict.h | 81 int nlists, GlyphListPtr lists, GlyphPtr * glyphs);
|
| /OK3568_Linux_fs/kernel/lib/fonts/ |
| H A D | Kconfig | 52 Small console font with Macintosh-style high-half glyphs. Some Mac 69 glyphs. 77 glyphs.
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0102-term-gfxterm-Don-t-set-up-a-font-with-glyphs-that-ar.patch | 4 Subject: [PATCH] term/gfxterm: Don't set up a font with glyphs that are too 45 + "font: glyphs too large to fit on screen");
|
| /OK3568_Linux_fs/external/xserver/miext/rootless/ |
| H A D | rootlessScreen.c | 281 int nlist, GlyphListPtr list, GlyphPtr * glyphs) in RootlessGlyphs() argument 302 ps->Glyphs(op, pSrc, pDst, maskFormat, xSrc, ySrc, nlist, list, glyphs); in RootlessGlyphs() 322 glyph = *glyphs++; in RootlessGlyphs() 335 glyph = *glyphs++; in RootlessGlyphs()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/xorg-lib/ |
| H A D | libxrender_0.9.10.bb | 7 drawn by loading glyphs into the server and rendering sets of them."
|
| H A D | libxft_2.3.4.bb | 7 way glyphs are rendered, making fine typesetting and WYSIWIG display \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/tile/ |
| H A D | geometry_tile.cpp | 155 void GeometryTile::onGlyphsAvailable(GlyphMap glyphs) { in onGlyphsAvailable() argument 156 worker.self().invoke(&GeometryTileWorker::onGlyphsAvailable, std::move(glyphs)); in onGlyphsAvailable()
|
| H A D | geometry_tile_worker.hpp | 43 void onGlyphsAvailable(GlyphMap glyphs);
|
| H A D | geometry_tile_worker.cpp | 255 Glyphs& glyphs = glyphMap[fontStack]; in onGlyphsAvailable() local 263 glyphs.emplace(glyphID, std::move(glyph)); in onGlyphsAvailable()
|
| /OK3568_Linux_fs/external/xserver/fb/ |
| H A D | fbpict.h | 77 GlyphPtr *glyphs);
|
| /OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/ |
| H A D | BitstreamVera | 29 particular the designs of glyphs or characters in the Fonts may be 30 modified and additional glyphs or characters may be added to the 103 glyphs to the font, they must be stylistically in keeping with Vera's
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/storage/ |
| H A D | resource.hpp | 66 static Resource glyphs(const std::string& urlTemplate,
|