Searched refs:cacheHeight (Results 1 – 2 of 2) sorted by relevance
522 int cacheHeight = outCache.height(); in updateBitmapCache() local523 ATRACE_FORMAT("VectorDrawable repaint %dx%d", cacheWidth, cacheHeight); in updateBitmapCache()531 float scaleY = cacheHeight / viewportHeight; in updateBitmapCache()
274 uint32_t cacheHeight = state->getCacheTextureType()->getDimY(); in updateGlyphCache() local277 glyph->mBitmapMinV = (float)startY / (float)cacheHeight; in updateGlyphCache()279 glyph->mBitmapMaxV = (float)endY / (float)cacheHeight; in updateGlyphCache()