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

/frameworks/base/libs/hwui/font/
H A DCachedGlyphInfo.h39 float mBitmapMaxV; member in struct:android::uirenderer::CachedGlyphInfo
H A DFont.cpp168 float v2 = glyph->mBitmapMaxV;
197 float v2 = glyph->mBitmapMaxV;
263 const float v2 = glyph->mBitmapMaxV;
464 glyph->mBitmapMaxV = endY / (float) cacheHeight;
/frameworks/rs/
H A DrsFont.h105 float mBitmapMaxV; member in struct:android::renderscript::Font::CachedGlyphInfo
H A DrsFont.cpp101 float v2 = glyph->mBitmapMaxV;
279 glyph->mBitmapMaxV = (float)endY / (float)cacheHeight;

Completed in 229 milliseconds