Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/font/
DCachedGlyphInfo.h39 float mBitmapMaxV; member
DFont.cpp168 float v2 = glyph->mBitmapMaxV; in drawCachedGlyph()
197 float v2 = glyph->mBitmapMaxV; in drawCachedGlyphTransformed()
263 const float v2 = glyph->mBitmapMaxV; in drawCachedGlyph()
464 glyph->mBitmapMaxV = endY / (float) cacheHeight; in updateGlyphCache()
/frameworks/rs/
DrsFont.h105 float mBitmapMaxV; member
DrsFont.cpp101 float v2 = glyph->mBitmapMaxV; in drawCachedGlyph()
279 glyph->mBitmapMaxV = (float)endY / (float)cacheHeight; in updateGlyphCache()