/frameworks/base/libs/hwui/font/ |
D | FontUtil.h | 46 #define GET_METRICS(cache, glyph) cache->getGlyphIDMetrics(glyph) argument 48 #define IS_END_OF_STRING(glyph) false argument 59 #define GET_METRICS(cache, glyph) cache->getUnicharMetrics(glyph) argument 61 #define IS_END_OF_STRING(glyph) glyph < 0 argument
|
D | Font.cpp | 140 void Font::measureCachedGlyph(CachedGlyphInfo *glyph, int x, int y, in measureCachedGlyph() 162 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, int x, int y, in drawCachedGlyph() 181 void Font::drawCachedGlyphTransformed(CachedGlyphInfo* glyph, int x, int y, in drawCachedGlyphTransformed() 211 void Font::drawCachedGlyphBitmap(CachedGlyphInfo* glyph, int x, int y, uint8_t* bitmap, in drawCachedGlyphBitmap() 242 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, float x, float hOffset, float vOffset, in drawCachedGlyph() 335 glyph_t glyph = GET_GLYPH(text); in render() local 374 glyph_t glyph = GET_GLYPH(text); in precache() local 407 glyph_t glyph = GET_GLYPH(text); in render() local 431 SkGlyphCache* skiaGlyphCache, CachedGlyphInfo* glyph, bool precaching) { in updateGlyphCache() 474 CachedGlyphInfo* Font::cacheGlyph(const SkPaint* paint, glyph_t glyph, bool precaching) { in cacheGlyph()
|
D | CacheTexture.cpp | 231 bool CacheTexture::fitBitmap(const SkGlyph& glyph, uint32_t* retOriginX, uint32_t* retOriginY) { in fitBitmap()
|
/frameworks/base/core/jni/android/graphics/ |
D | HarfBuzzNGFaceSkia.cpp | 64 uint16_t glyph = codepoint; in SkiaGetGlyphWidthAndExtents() local 81 …ntData, hb_codepoint_t unicode, hb_codepoint_t variationSelector, hb_codepoint_t* glyph, void* use… in harfbuzzGetGlyph() 99 …fbuzzGetGlyphHorizontalAdvance(hb_font_t* hbFont, void* fontData, hb_codepoint_t glyph, void* user… in harfbuzzGetGlyphHorizontalAdvance() 108 …rfbuzzGetGlyphHorizontalOrigin(hb_font_t* hbFont, void* fontData, hb_codepoint_t glyph, hb_positio… in harfbuzzGetGlyphHorizontalOrigin() 115 static hb_bool_t harfbuzzGetGlyphExtents(hb_font_t* hbFont, void* fontData, hb_codepoint_t glyph, h… in harfbuzzGetGlyphExtents()
|
/frameworks/minikin/libs/minikin/ |
D | Layout.cpp | 315 …ntData, hb_codepoint_t unicode, hb_codepoint_t variationSelector, hb_codepoint_t* glyph, void* use… in harfbuzzGetGlyph() 327 …fbuzzGetGlyphHorizontalAdvance(hb_font_t* hbFont, void* fontData, hb_codepoint_t glyph, void* user… in harfbuzzGetGlyphHorizontalAdvance() 335 …rfbuzzGetGlyphHorizontalOrigin(hb_font_t* hbFont, void* fontData, hb_codepoint_t glyph, hb_positio… in harfbuzzGetGlyphHorizontalOrigin() 385 const LayoutGlyph& glyph = mGlyphs[i]; in dump() local 766 hb_codepoint_t glyph; in doLayoutRun() local 800 LayoutGlyph glyph = {font_ix, glyph_ix, x + xoff, y + yoff}; in doLayoutRun() local 847 LayoutGlyph glyph = {font_ix, glyph_id, x, y}; in appendLayout() local 873 const LayoutGlyph& glyph = mGlyphs[i]; in draw() local 894 const LayoutGlyph& glyph = mGlyphs[i]; in getFont() local 899 const LayoutGlyph& glyph = mGlyphs[i]; in getFakery() local [all …]
|
/frameworks/rs/ |
D | rsFont.cpp | 93 void Font::drawCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y) { in drawCachedGlyph() 113 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, int32_t x, int32_t y, in drawCachedGlyph() 139 void Font::measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds) { in measureCachedGlyph() 239 void Font::updateGlyphCache(CachedGlyphInfo *glyph) { in updateGlyphCache() 284 Font::CachedGlyphInfo *Font::cacheGlyph(uint32_t glyph) { in cacheGlyph() 328 CachedGlyphInfo *glyph = mCachedGlyphs.valueAt(i); in ~Font() local
|
/frameworks/base/libs/hwui/ |
D | FontRenderer.cpp | 195 const SkGlyph& glyph, uint32_t* startX, uint32_t* startY) { in cacheBitmapInTexture() 205 void FontRenderer::cacheBitmap(const SkGlyph& glyph, CachedGlyphInfo* cachedGlyph, in cacheBitmap()
|