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

/frameworks/base/libs/hwui/font/
H A DCachedGlyphInfo.h37 float mBitmapMinV; member in struct:android::uirenderer::CachedGlyphInfo
H A DFont.cpp167 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 DrsFont.h103 float mBitmapMinV; member in struct:android::renderscript::Font::CachedGlyphInfo
H A DrsFont.cpp100 float v1 = glyph->mBitmapMinV;
277 glyph->mBitmapMinV = (float)startY / (float)cacheHeight;

Completed in 158 milliseconds