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

/frameworks/base/libs/rs/
H A DrsFont.h105 float mBitmapMinV; member in struct:android::renderscript::Font::CachedGlyphInfo
H A DrsFont.cpp98 float v1 = glyph->mBitmapMinV;
275 glyph->mBitmapMinV = (float)startY / (float)cacheHeight;
/frameworks/base/libs/hwui/
H A DFontRenderer.h116 float mBitmapMinV; member in struct:android::uirenderer::Font::CachedGlyphInfo
H A DFontRenderer.cpp101 float v1 = glyph->mBitmapMinV;
266 glyph->mBitmapMinV = (float) startY / (float) cacheHeight;

Completed in 23 milliseconds