HomeSort by relevance Sort by last modified time
    Searched refs:mBitmapMaxU (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/hwui/font/
CachedGlyphInfo.h 40 float mBitmapMaxU;
Font.cpp 171 float u2 = glyph->mBitmapMaxU;
200 float u2 = glyph->mBitmapMaxU;
266 const float u2 = glyph->mBitmapMaxU;
467 glyph->mBitmapMaxU = endX / (float) cacheWidth;
  /frameworks/rs/
rsFont.h 104 float mBitmapMaxU;
rsFont.cpp 100 float u2 = glyph->mBitmapMaxU;
279 glyph->mBitmapMaxU = (float)endX / (float)cacheWidth;

Completed in 180 milliseconds