Searched refs:mAdvanceX (Results 1 - 4 of 4) sorted by relevance
/frameworks/base/libs/rs/ | ||
H A D | rsFont.h | 110 int32_t mAdvanceX; member in struct:android::renderscript::Font::CachedGlyphInfo |
H A D | rsFont.cpp | 213 penX += (cachedGlyph->mAdvanceX >> 6); 244 glyph->mAdvanceX = mFace->glyph->advance.x; |
/frameworks/base/libs/hwui/ | ||
H A D | FontRenderer.h | 121 uint32_t mAdvanceX; member in struct:android::uirenderer::Font::CachedGlyphInfo |
H A D | FontRenderer.cpp | 226 penX += SkFixedToFloat(cachedGlyph->mAdvanceX); 236 glyph->mAdvanceX = skiaGlyph.fAdvanceX; |
Completed in 10 milliseconds