Home
last modified time | relevance | path

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

/frameworks/base/libs/rs/
DrsFont.cpp272 uint32_t cacheHeight = state->getCacheTextureType()->getDimY(); in updateGlyphCache() local
275 glyph->mBitmapMinV = (float)startY / (float)cacheHeight; in updateGlyphCache()
277 glyph->mBitmapMaxV = (float)endY / (float)cacheHeight; in updateGlyphCache()
/frameworks/base/libs/hwui/
DFontRenderer.cpp264 uint32_t cacheHeight = mState->getCacheHeight(); in updateGlyphCache() local
267 glyph->mBitmapMinV = (float) startY / (float) cacheHeight; in updateGlyphCache()
269 glyph->mBitmapMaxV = (float) endY / (float) cacheHeight; in updateGlyphCache()