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

  /frameworks/base/libs/hwui/font/
CachedGlyphInfo.h 39 float mBitmapMaxV;
Font.cpp 168 float v2 = glyph->mBitmapMaxV;
197 float v2 = glyph->mBitmapMaxV;
261 const float v2 = glyph->mBitmapMaxV;
455 glyph->mBitmapMaxV = endY / (float)cacheHeight;
  /frameworks/rs/
rsFont.h 105 float mBitmapMaxV;
rsFont.cpp 101 float v2 = glyph->mBitmapMaxV;
279 glyph->mBitmapMaxV = (float)endY / (float)cacheHeight;

Completed in 189 milliseconds