Searched refs:cacheHeight (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DFontRenderer.cpp263 uint32_t cacheHeight = mState->getCacheHeight(); local
266 glyph->mBitmapMinV = (float) startY / (float) cacheHeight;
268 glyph->mBitmapMaxV = (float) endY / (float) cacheHeight;
/frameworks/base/libs/rs/
H A DrsFont.cpp272 uint32_t cacheHeight = state->getCacheTextureType()->getDimY(); local
275 glyph->mBitmapMinV = (float)startY / (float)cacheHeight;
277 glyph->mBitmapMaxV = (float)endY / (float)cacheHeight;

Completed in 20 milliseconds