Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/
DrsFont.h106 float mBitmapMaxU; member
DrsFont.cpp97 float u2 = glyph->mBitmapMaxU; in drawCachedGlyph()
276 glyph->mBitmapMaxU = (float)endX / (float)cacheWidth; in updateGlyphCache()
/frameworks/base/libs/hwui/
DFontRenderer.h117 float mBitmapMaxU; member
DFontRenderer.cpp100 float u2 = glyph->mBitmapMaxU; in drawCachedGlyph()
268 glyph->mBitmapMaxU = (float) endX / (float) cacheWidth; in updateGlyphCache()