Searched defs:glyph (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/libs/hwui/font/ |
D | FontUtil.h | 40 #define GET_METRICS(paint, glyph) paint->getGlyphMetrics(glyph) argument 42 #define IS_END_OF_STRING(glyph) false argument 53 #define GET_METRICS(paint, glyph) paint->getUnicharMetrics(glyph) argument 55 #define IS_END_OF_STRING(glyph) glyph < 0 argument
|
D | Font.cpp | 62 void Font::measureCachedGlyph(CachedGlyphInfo *glyph, int x, int y, in measureCachedGlyph() 84 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, int x, int y, in drawCachedGlyph() 103 void Font::drawCachedGlyphBitmap(CachedGlyphInfo* glyph, int x, int y, in drawCachedGlyphBitmap() 131 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, float x, float hOffset, float vOffset, in drawCachedGlyph() 233 glyph_t glyph = GET_GLYPH(text); in render() local 271 glyph_t glyph = GET_GLYPH(text); in precache() local 308 glyph_t glyph = GET_GLYPH(text); in render() local 334 glyph_t glyph = GET_GLYPH(text); in render() local 369 void Font::updateGlyphCache(SkPaint* paint, const SkGlyph& skiaGlyph, CachedGlyphInfo* glyph, in updateGlyphCache() 408 CachedGlyphInfo* Font::cacheGlyph(SkPaint* paint, glyph_t glyph, bool precaching) { in cacheGlyph()
|
D | CacheTexture.cpp | 108 bool CacheTexture::fitBitmap(const SkGlyph& glyph, uint32_t* retOriginX, uint32_t* retOriginY) { in fitBitmap()
|
/frameworks/base/core/jni/android/graphics/ |
D | HarfbuzzSkia.cpp | 114 static HB_Error getOutlinePoint(HB_Font hbFont, HB_Glyph glyph, int flags, hb_uint32 point, in getOutlinePoint() 143 static void getGlyphMetrics(HB_Font hbFont, HB_Glyph glyph, HB_GlyphMetrics* metrics) in getGlyphMetrics()
|
D | TextLayoutCache.cpp | 712 jchar glyph = glyphBaseCount + in computeRunValues() local
|
/frameworks/rs/ |
D | rsFont.cpp | 91 void Font::drawCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y) { in drawCachedGlyph() 111 void Font::drawCachedGlyph(CachedGlyphInfo* glyph, int32_t x, int32_t y, in drawCachedGlyph() 137 void Font::measureCachedGlyph(CachedGlyphInfo *glyph, int32_t x, int32_t y, Rect *bounds) { in measureCachedGlyph() 237 void Font::updateGlyphCache(CachedGlyphInfo *glyph) { in updateGlyphCache() 282 Font::CachedGlyphInfo *Font::cacheGlyph(uint32_t glyph) { in cacheGlyph() 326 CachedGlyphInfo *glyph = mCachedGlyphs.valueAt(i); in ~Font() local
|
/frameworks/base/libs/hwui/ |
D | FontRenderer.cpp | 158 CacheTexture* FontRenderer::cacheBitmapInTexture(const SkGlyph& glyph, in cacheBitmapInTexture() 169 void FontRenderer::cacheBitmap(const SkGlyph& glyph, CachedGlyphInfo* cachedGlyph, in cacheBitmap()
|