Searched refs:cacheHeight (Results 1 – 2 of 2) sorted by relevance
598 int cacheHeight = outCache.height(); in updateBitmapCache() local599 ATRACE_FORMAT("VectorDrawable repaint %dx%d", cacheWidth, cacheHeight); in updateBitmapCache()607 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()