Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DVectorDrawable.cpp598 int cacheHeight = outCache.height(); in updateBitmapCache() local
599 ATRACE_FORMAT("VectorDrawable repaint %dx%d", cacheWidth, cacheHeight); in updateBitmapCache()
607 float scaleY = cacheHeight / viewportHeight; in updateBitmapCache()
/frameworks/rs/
DrsFont.cpp274 uint32_t cacheHeight = state->getCacheTextureType()->getDimY(); in updateGlyphCache() local
277 glyph->mBitmapMinV = (float)startY / (float)cacheHeight; in updateGlyphCache()
279 glyph->mBitmapMaxV = (float)endY / (float)cacheHeight; in updateGlyphCache()