Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/font/
DCachedGlyphInfo.h36 float mBitmapMinU; member
DFont.cpp165 float u1 = glyph->mBitmapMinU; in drawCachedGlyph()
194 float u1 = glyph->mBitmapMinU; in drawCachedGlyphTransformed()
260 const float u1 = glyph->mBitmapMinU; in drawCachedGlyph()
461 glyph->mBitmapMinU = startX / (float) cacheWidth; in updateGlyphCache()
/frameworks/rs/
DrsFont.h102 float mBitmapMinU; member
DrsFont.cpp98 float u1 = glyph->mBitmapMinU; in drawCachedGlyph()
276 glyph->mBitmapMinU = (float)startX / (float)cacheWidth; in updateGlyphCache()