Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/
DrsFont.h107 float mBitmapMaxV; member
DrsFont.cpp99 float v2 = glyph->mBitmapMaxV; in drawCachedGlyph()
277 glyph->mBitmapMaxV = (float)endY / (float)cacheHeight; in updateGlyphCache()
/frameworks/base/libs/hwui/
DFontRenderer.h118 float mBitmapMaxV; member
DFontRenderer.cpp102 float v2 = glyph->mBitmapMaxV; in drawCachedGlyph()
269 glyph->mBitmapMaxV = (float) endY / (float) cacheHeight; in updateGlyphCache()