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.cpp89 float u1 = glyph->mBitmapMinU;
151 const float u1 = glyph->mBitmapMinU;
400 glyph->mBitmapMinU = startX / (float) cacheWidth;
/frameworks/rs/
H A DrsFont.h103 float mBitmapMinU; member in struct:android::renderscript::Font::CachedGlyphInfo
H A DrsFont.cpp97 float u1 = glyph->mBitmapMinU;
275 glyph->mBitmapMinU = (float)startX / (float)cacheWidth;

Completed in 288 milliseconds