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

/frameworks/base/libs/hwui/font/
H A DCachedGlyphInfo.h38 float mBitmapMaxU; member in struct:android::uirenderer::CachedGlyphInfo
H A DFont.cpp166 float u2 = glyph->mBitmapMaxU;
195 float u2 = glyph->mBitmapMaxU;
261 const float u2 = glyph->mBitmapMaxU;
463 glyph->mBitmapMaxU = endX / (float) cacheWidth;
/frameworks/rs/
H A DrsFont.h104 float mBitmapMaxU; member in struct:android::renderscript::Font::CachedGlyphInfo
H A DrsFont.cpp99 float u2 = glyph->mBitmapMaxU;
278 glyph->mBitmapMaxU = (float)endX / (float)cacheWidth;

Completed in 679 milliseconds