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

/frameworks/base/libs/hwui/font/
H A DFont.cpp465 uint32_t cacheHeight = glyph->mCacheTexture->getHeight(); local
468 glyph->mBitmapMinV = startY / (float) cacheHeight;
470 glyph->mBitmapMaxV = endY / (float) cacheHeight;
/frameworks/rs/
H A DrsFont.cpp275 uint32_t cacheHeight = state->getCacheTextureType()->getDimY(); local
278 glyph->mBitmapMinV = (float)startY / (float)cacheHeight;
280 glyph->mBitmapMaxV = (float)endY / (float)cacheHeight;

Completed in 357 milliseconds