Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/hwui/
H A DVectorDrawable.cpp522 int cacheHeight = outCache.height(); in updateBitmapCache() local
523 ATRACE_FORMAT("VectorDrawable repaint %dx%d", cacheWidth, cacheHeight); in updateBitmapCache()
531 float scaleY = cacheHeight / viewportHeight; in updateBitmapCache()
/aosp12/frameworks/rs/
H A 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()