Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/font/
DCachedGlyphInfo.h38 float mBitmapMaxU; member
DFont.cpp166 float u2 = glyph->mBitmapMaxU; in drawCachedGlyph()
195 float u2 = glyph->mBitmapMaxU; in drawCachedGlyphTransformed()
261 const float u2 = glyph->mBitmapMaxU; in drawCachedGlyph()
463 glyph->mBitmapMaxU = endX / (float) cacheWidth; in updateGlyphCache()
/frameworks/rs/
DrsFont.h104 float mBitmapMaxU; member
DrsFont.cpp99 float u2 = glyph->mBitmapMaxU; in drawCachedGlyph()
278 glyph->mBitmapMaxU = (float)endX / (float)cacheWidth; in updateGlyphCache()