Home
last modified time | relevance | path

Searched defs:glyph (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/libs/hwui/font/
DFontCacheHistoryTracker.cpp25 void FontCacheHistoryTracker::dumpCachedGlyph(String8& log, const CachedGlyph& glyph) { in dumpCachedGlyph()
40 void FontCacheHistoryTracker::dumpUploadEntry(String8& log, const CachedGlyph& glyph) { in dumpUploadEntry()
77 CachedGlyph& glyph = mUploadHistory.next(); in glyphUploaded() local
87 CachedGlyph& glyph = mUploadHistory.next(); in glyphsCleared() local
DFontUtil.h39 #define GET_METRICS(cache, glyph) cache->getGlyphIDMetrics(glyph) argument
40 #define IS_END_OF_STRING(glyph) false argument
DFont.cpp135 void Font::measureCachedGlyph(CachedGlyphInfo *glyph, int x, int y, in measureCachedGlyph()
157 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, int x, int y, in drawCachedGlyph()
176 void Font::drawCachedGlyphTransformed(CachedGlyphInfo* glyph, int x, int y, in drawCachedGlyphTransformed()
206 void Font::drawCachedGlyphBitmap(CachedGlyphInfo* glyph, int x, int y, uint8_t* bitmap, in drawCachedGlyphBitmap()
237 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, float x, float hOffset, float vOffset, in drawCachedGlyph()
328 glyph_t glyph = *(glyphs++); in render() local
365 glyph_t glyph = *(glyphs++); in precache() local
397 glyph_t glyph = *(glyphs++); in render() local
427 SkGlyphCache* skiaGlyphCache, CachedGlyphInfo* glyph, bool precaching) { in updateGlyphCache()
470 CachedGlyphInfo* Font::cacheGlyph(const SkPaint* paint, glyph_t glyph, bool precaching) { in cacheGlyph()
DFontCacheHistoryTracker.h49 CachedGlyph glyph; member
DCacheTexture.cpp229 bool CacheTexture::fitBitmap(const SkGlyph& glyph, uint32_t* retOriginX, uint32_t* retOriginY) { in fitBitmap()
/frameworks/base/core/jni/android/graphics/
DHarfBuzzNGFaceSkia.cpp66 uint16_t glyph = codepoint; in SkiaGetGlyphWidthAndExtents() local
83 …ntData, hb_codepoint_t unicode, hb_codepoint_t variationSelector, hb_codepoint_t* glyph, void* use… in harfbuzzGetGlyph()
100 …fbuzzGetGlyphHorizontalAdvance(hb_font_t* hbFont, void* fontData, hb_codepoint_t glyph, void* user… in harfbuzzGetGlyphHorizontalAdvance()
109 …rfbuzzGetGlyphHorizontalOrigin(hb_font_t* hbFont, void* fontData, hb_codepoint_t glyph, hb_positio… in harfbuzzGetGlyphHorizontalOrigin()
116 static hb_bool_t harfbuzzGetGlyphExtents(hb_font_t* hbFont, void* fontData, hb_codepoint_t glyph, h… in harfbuzzGetGlyphExtents()
/frameworks/minikin/libs/minikin/
DLayout.cpp239 hb_codepoint_t glyph, void* /* userData */) { in harfbuzzGetGlyphHorizontalAdvance()
297 const LayoutGlyph& glyph = mGlyphs[i]; in dump() local
702 hb_codepoint_t glyph; in determineHyphenChar() local
977 LayoutGlyph glyph = {font_ix, glyph_ix, x + xoff, y + yoff}; in doLayoutRun() local
1036 LayoutGlyph glyph = {font_ix, glyph_id, x, y}; in appendLayout() local
1059 const LayoutGlyph& glyph = mGlyphs[i]; in getFont() local
1064 const LayoutGlyph& glyph = mGlyphs[i]; in getFakery() local
1069 const LayoutGlyph& glyph = mGlyphs[i]; in getGlyphId() local
1074 const LayoutGlyph& glyph = mGlyphs[i]; in getX() local
1079 const LayoutGlyph& glyph = mGlyphs[i]; in getY() local
/frameworks/rs/
DrsFont.cpp92 void Font::drawCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y) { in drawCachedGlyph()
112 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, int32_t x, int32_t y, in drawCachedGlyph()
138 void Font::measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds) { in measureCachedGlyph()
238 void Font::updateGlyphCache(CachedGlyphInfo *glyph) { in updateGlyphCache()
283 Font::CachedGlyphInfo *Font::cacheGlyph(uint32_t glyph) { in cacheGlyph()
327 CachedGlyphInfo *glyph = mCachedGlyphs.valueAt(i); in ~Font() local
/frameworks/base/libs/hwui/tests/common/
DTestUtils.cpp97 glyph_t glyph = autoCache.getCache()->unicharToGlyph(unichar); in layoutTextUnscaled() local
/frameworks/base/libs/hwui/
DFontRenderer.cpp198 const SkGlyph& glyph, uint32_t* startX, uint32_t* startY) { in cacheBitmapInTexture()
208 void FontRenderer::cacheBitmap(const SkGlyph& glyph, CachedGlyphInfo* cachedGlyph, in cacheBitmap()