Searched refs:cacheHeight (Results 1 – 2 of 2) sorted by relevance
272 uint32_t cacheHeight = state->getCacheTextureType()->getDimY(); in updateGlyphCache() local275 glyph->mBitmapMinV = (float)startY / (float)cacheHeight; in updateGlyphCache()277 glyph->mBitmapMaxV = (float)endY / (float)cacheHeight; in updateGlyphCache()
264 uint32_t cacheHeight = mState->getCacheHeight(); in updateGlyphCache() local267 glyph->mBitmapMinV = (float) startY / (float) cacheHeight; in updateGlyphCache()269 glyph->mBitmapMaxV = (float) endY / (float) cacheHeight; in updateGlyphCache()