Searched refs:mBitmapMinV (Results 1 - 4 of 4) sorted by relevance
/frameworks/base/libs/rs/ | ||
H A D | rsFont.h | 105 float mBitmapMinV; member in struct:android::renderscript::Font::CachedGlyphInfo |
H A D | rsFont.cpp | 98 float v1 = glyph->mBitmapMinV; 275 glyph->mBitmapMinV = (float)startY / (float)cacheHeight; |
/frameworks/base/libs/hwui/ | ||
H A D | FontRenderer.h | 116 float mBitmapMinV; member in struct:android::uirenderer::Font::CachedGlyphInfo |
H A D | FontRenderer.cpp | 101 float v1 = glyph->mBitmapMinV; 266 glyph->mBitmapMinV = (float) startY / (float) cacheHeight; |
Completed in 23 milliseconds