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

  /frameworks/base/libs/rs/
rsFont.h 106 float mBitmapMaxU;
rsFont.cpp 97 float u2 = glyph->mBitmapMaxU;
276 glyph->mBitmapMaxU = (float)endX / (float)cacheWidth;
  /frameworks/base/libs/hwui/
FontRenderer.h 117 float mBitmapMaxU;
FontRenderer.cpp 100 float u2 = glyph->mBitmapMaxU;
267 glyph->mBitmapMaxU = (float) endX / (float) cacheWidth;

Completed in 19 milliseconds