Searched refs:mBitmapMinV (Results 1 - 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/font/ | ||
H A D | CachedGlyphInfo.h | 39 float mBitmapMinV; member in struct:android::uirenderer::CachedGlyphInfo |
H A D | Font.cpp | 167 float v1 = glyph->mBitmapMinV; 196 float v1 = glyph->mBitmapMinV; 262 const float v1 = glyph->mBitmapMinV; 462 glyph->mBitmapMinV = startY / (float) cacheHeight; |
/frameworks/rs/ | ||
H A D | rsFont.h | 103 float mBitmapMinV; member in struct:android::renderscript::Font::CachedGlyphInfo |
H A D | rsFont.cpp | 101 float v1 = glyph->mBitmapMinV; 278 glyph->mBitmapMinV = (float)startY / (float)cacheHeight; |
Completed in 702 milliseconds