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.cpp92 float v2 = glyph->mBitmapMaxV; in drawCachedGlyph()
154 const float v2 = glyph->mBitmapMaxV; in drawCachedGlyph()
403 glyph->mBitmapMaxV = endY / (float) cacheHeight; in updateGlyphCache()
/frameworks/rs/
DrsFont.h106 float mBitmapMaxV; member
DrsFont.cpp100 float v2 = glyph->mBitmapMaxV; in drawCachedGlyph()
278 glyph->mBitmapMaxV = (float)endY / (float)cacheHeight; in updateGlyphCache()