Home
last modified time | relevance | path

Searched refs:glyphs (Results 1 – 25 of 48) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/text/
H A Dglyph_manager.cpp36 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 Dshaping.cpp94 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 Dglyph_atlas.cpp9 GlyphAtlas makeGlyphAtlas(const GlyphMap& glyphs) { in makeGlyphAtlas() argument
16 for (const auto& glyphMapEntry : glyphs) { in makeGlyphAtlas()
H A Dshaping.hpp58 const Glyphs& glyphs);
H A Dglyph_manager.hpp59 std::map<GlyphID, Immutable<Glyph>> glyphs; member
/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_glyphs.c137 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 Dexa_priv.h128 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 DConfig.in7 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 Dparser.cpp116 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 Dglyph.c498 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 Dmipict.h87 INT16 ySrc, int nlist, GlyphListPtr list, GlyphPtr * glyphs);
/OK3568_Linux_fs/external/xserver/hw/dmx/
H A Ddmxextension.c1157 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 Ddmxpict.c489 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 Ddmxpict.h81 int nlists, GlyphListPtr lists, GlyphPtr * glyphs);
/OK3568_Linux_fs/kernel/lib/fonts/
H A DKconfig52 Small console font with Macintosh-style high-half glyphs. Some Mac
69 glyphs.
77 glyphs.
/OK3568_Linux_fs/buildroot/boot/grub2/
H A D0102-term-gfxterm-Don-t-set-up-a-font-with-glyphs-that-ar.patch4 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 DrootlessScreen.c281 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 Dlibxrender_0.9.10.bb7 drawn by loading glyphs into the server and rendering sets of them."
H A Dlibxft_2.3.4.bb7 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 Dgeometry_tile.cpp155 void GeometryTile::onGlyphsAvailable(GlyphMap glyphs) { in onGlyphsAvailable() argument
156 worker.self().invoke(&GeometryTileWorker::onGlyphsAvailable, std::move(glyphs)); in onGlyphsAvailable()
H A Dgeometry_tile_worker.hpp43 void onGlyphsAvailable(GlyphMap glyphs);
H A Dgeometry_tile_worker.cpp255 Glyphs& glyphs = glyphMap[fontStack]; in onGlyphsAvailable() local
263 glyphs.emplace(glyphID, std::move(glyph)); in onGlyphsAvailable()
/OK3568_Linux_fs/external/xserver/fb/
H A Dfbpict.h77 GlyphPtr *glyphs);
/OK3568_Linux_fs/yocto/poky/meta/files/common-licenses/
H A DBitstreamVera29 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 Dresource.hpp66 static Resource glyphs(const std::string& urlTemplate,

12