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

  /frameworks/base/libs/hwui/font/
CachedGlyphInfo.h 36 float mBitmapMinU;
Font.cpp 165 float u1 = glyph->mBitmapMinU;
194 float u1 = glyph->mBitmapMinU;
260 const float u1 = glyph->mBitmapMinU;
461 glyph->mBitmapMinU = startX / (float) cacheWidth;
  /frameworks/rs/
rsFont.h 102 float mBitmapMinU;
rsFont.cpp 98 float u1 = glyph->mBitmapMinU;
276 glyph->mBitmapMinU = (float)startX / (float)cacheWidth;

Completed in 248 milliseconds