Searched refs:cacheHeight (Results 1 – 2 of 2) sorted by relevance
459 uint32_t cacheHeight = glyph->mCacheTexture->getHeight(); in updateGlyphCache() local462 glyph->mBitmapMinV = startY / (float) cacheHeight; in updateGlyphCache()464 glyph->mBitmapMaxV = endY / (float) cacheHeight; in updateGlyphCache()
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()