Searched refs:glyphW (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/hwui/font/ |
D | CacheTexture.cpp | 257 uint16_t glyphW = glyph.fWidth + TEXTURE_BORDER_SIZE; in fitBitmap() local 264 uint16_t roundedUpW = (glyphW + CACHE_BLOCK_ROUNDING_SIZE - 1) & -CACHE_BLOCK_ROUNDING_SIZE; in fitBitmap() 276 roundedUpW = glyphW; in fitBitmap() 312 if (cacheBlock->mHeight < std::min(glyphH, glyphW)) { in fitBitmap() 319 *retOriginX + glyphW, *retOriginY + glyphH); in fitBitmap() 333 ALOGD("fitBitmap: returning false for glyph of size %d, %d", glyphW, glyphH); in fitBitmap()
|
D | FontCacheHistoryTracker.cpp | 76 uint16_t glyphW, uint16_t glyphH) { in glyphUploaded() argument 82 glyph.bitmapW = glyphW; in glyphUploaded()
|
D | FontCacheHistoryTracker.h | 33 void glyphUploaded(CacheTexture*, uint32_t x, uint32_t y, uint16_t glyphW, uint16_t glyphH);
|