Searched refs:cacheHeight (Results 1 – 2 of 2) sorted by relevance
463 uint32_t cacheHeight = glyph->mCacheTexture->getHeight(); in updateGlyphCache() local466 glyph->mBitmapMinV = startY / (float) cacheHeight; in updateGlyphCache()468 glyph->mBitmapMaxV = endY / (float) cacheHeight; in updateGlyphCache()
275 uint32_t cacheHeight = state->getCacheTextureType()->getDimY(); in updateGlyphCache() local278 glyph->mBitmapMinV = (float)startY / (float)cacheHeight; in updateGlyphCache()280 glyph->mBitmapMaxV = (float)endY / (float)cacheHeight; in updateGlyphCache()