Home
last modified time | relevance | path

Searched refs:mBitmapMaxU (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/font/
DCachedGlyphInfo.h40 float mBitmapMaxU; member
DFont.cpp171 float u2 = glyph->mBitmapMaxU; in drawCachedGlyph()
200 float u2 = glyph->mBitmapMaxU; in drawCachedGlyphTransformed()
266 const float u2 = glyph->mBitmapMaxU; in drawCachedGlyph()
467 glyph->mBitmapMaxU = endX / (float) cacheWidth; in updateGlyphCache()
/frameworks/rs/
DrsFont.h104 float mBitmapMaxU; member
DrsFont.cpp100 float u2 = glyph->mBitmapMaxU; in drawCachedGlyph()
279 glyph->mBitmapMaxU = (float)endX / (float)cacheWidth; in updateGlyphCache()