HomeSort by relevance Sort by last modified time
    Searched full:glyphw (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/hwui/font/
FontCacheHistoryTracker.h 33 void glyphUploaded(CacheTexture*, uint32_t x, uint32_t y, uint16_t glyphW, uint16_t glyphH);
CacheTexture.cpp 260 uint16_t glyphW = glyph.fWidth + TEXTURE_BORDER_SIZE;
263 // roundedUpW equals glyphW to the next multiple of CACHE_BLOCK_ROUNDING_SIZE.
267 uint16_t roundedUpW = (glyphW + CACHE_BLOCK_ROUNDING_SIZE - 1) & -CACHE_BLOCK_ROUNDING_SIZE;
279 roundedUpW = glyphW;
316 if (cacheBlock->mHeight < std::min(glyphH, glyphW)) {
323 *retOriginX + glyphW, *retOriginY + glyphH);
337 ALOGD("fitBitmap: returning false for glyph of size %d, %d", glyphW, glyphH);
FontCacheHistoryTracker.cpp 76 uint16_t glyphW, uint16_t glyphH) {
82 glyph.bitmapW = glyphW;

Completed in 77 milliseconds