Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/font/
DCachedGlyphInfo.h41 float mBitmapMaxV; member
DFont.cpp173 float v2 = glyph->mBitmapMaxV; in drawCachedGlyph()
202 float v2 = glyph->mBitmapMaxV; in drawCachedGlyphTransformed()
268 const float v2 = glyph->mBitmapMaxV; in drawCachedGlyph()
468 glyph->mBitmapMaxV = endY / (float) cacheHeight; in updateGlyphCache()
/frameworks/rs/
DrsFont.h105 float mBitmapMaxV; member
DrsFont.cpp102 float v2 = glyph->mBitmapMaxV; in drawCachedGlyph()
280 glyph->mBitmapMaxV = (float)endY / (float)cacheHeight; in updateGlyphCache()