Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/font/
DCachedGlyphInfo.h38 float mBitmapMinU; member
DFont.cpp171 float u1 = glyph->mBitmapMinU; in drawCachedGlyph()
200 float u1 = glyph->mBitmapMinU; in drawCachedGlyphTransformed()
266 const float u1 = glyph->mBitmapMinU; in drawCachedGlyph()
467 glyph->mBitmapMinU = startX / (float) cacheWidth; in updateGlyphCache()
/frameworks/rs/
DrsFont.h102 float mBitmapMinU; member
DrsFont.cpp99 float u1 = glyph->mBitmapMinU; in drawCachedGlyph()
277 glyph->mBitmapMinU = (float)startX / (float)cacheWidth; in updateGlyphCache()