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

/frameworks/base/libs/hwui/font/
H A DCachedGlyphInfo.h41 float mBitmapMaxV; member in struct:android::uirenderer::CachedGlyphInfo
H A DFont.cpp92 float v2 = glyph->mBitmapMaxV;
154 const float v2 = glyph->mBitmapMaxV;
403 glyph->mBitmapMaxV = endY / (float) cacheHeight;
/frameworks/rs/
H A DrsFont.h106 float mBitmapMaxV; member in struct:android::renderscript::Font::CachedGlyphInfo
H A DrsFont.cpp100 float v2 = glyph->mBitmapMaxV;
278 glyph->mBitmapMaxV = (float)endY / (float)cacheHeight;

Completed in 428 milliseconds