Home
last modified time | relevance | path

Searched refs:glyphW (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/font/
DCacheTexture.cpp260 uint16_t glyphW = glyph.fWidth + TEXTURE_BORDER_SIZE; in fitBitmap() local
267 uint16_t roundedUpW = (glyphW + CACHE_BLOCK_ROUNDING_SIZE - 1) & -CACHE_BLOCK_ROUNDING_SIZE; in fitBitmap()
279 roundedUpW = glyphW; in fitBitmap()
316 if (cacheBlock->mHeight < std::min(glyphH, glyphW)) { in fitBitmap()
323 *retOriginX + glyphW, *retOriginY + glyphH); in fitBitmap()
337 ALOGD("fitBitmap: returning false for glyph of size %d, %d", glyphW, glyphH); in fitBitmap()
DFontCacheHistoryTracker.cpp76 uint16_t glyphW, uint16_t glyphH) { in glyphUploaded() argument
82 glyph.bitmapW = glyphW; in glyphUploaded()
DFontCacheHistoryTracker.h33 void glyphUploaded(CacheTexture*, uint32_t x, uint32_t y, uint16_t glyphW, uint16_t glyphH);