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

/frameworks/base/libs/hwui/font/
H A DFont.cpp398 uint32_t cacheHeight = glyph->mCacheTexture->getHeight(); local
401 glyph->mBitmapMinV = startY / (float) cacheHeight;
403 glyph->mBitmapMaxV = endY / (float) cacheHeight;
/frameworks/rs/
H A DrsFont.cpp273 uint32_t cacheHeight = state->getCacheTextureType()->getDimY(); local
276 glyph->mBitmapMinV = (float)startY / (float)cacheHeight;
278 glyph->mBitmapMaxV = (float)endY / (float)cacheHeight;

Completed in 121 milliseconds