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

/frameworks/base/libs/hwui/font/
H A DCachedGlyphInfo.h36 float mBitmapMinU; member in struct:android::uirenderer::CachedGlyphInfo
H A DFont.cpp165 float u1 = glyph->mBitmapMinU;
194 float u1 = glyph->mBitmapMinU;
260 const float u1 = glyph->mBitmapMinU;
461 glyph->mBitmapMinU = startX / (float) cacheWidth;
/frameworks/rs/
H A DrsFont.h102 float mBitmapMinU; member in struct:android::renderscript::Font::CachedGlyphInfo
H A DrsFont.cpp98 float u1 = glyph->mBitmapMinU;
276 glyph->mBitmapMinU = (float)startX / (float)cacheWidth;

Completed in 238 milliseconds