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

/frameworks/base/libs/hwui/font/
H A DCachedGlyphInfo.h38 float mBitmapMinU; member in struct:android::uirenderer::CachedGlyphInfo
H A DFont.cpp171 float u1 = glyph->mBitmapMinU;
197 float u1 = glyph->mBitmapMinU;
252 const float u1 = glyph->mBitmapMinU;
453 glyph->mBitmapMinU = startX / (float) cacheWidth;
/frameworks/rs/
H A DrsFont.h102 float mBitmapMinU; member in struct:android::renderscript::Font::CachedGlyphInfo
H A DrsFont.cpp99 float u1 = glyph->mBitmapMinU;
277 glyph->mBitmapMinU = (float)startX / (float)cacheWidth;

Completed in 53 milliseconds