HomeSort by relevance Sort by last modified time
    Searched refs:CACHE_BLOCK_ROUNDING_SIZE (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/font/
FontUtil.h 38 #define CACHE_BLOCK_ROUNDING_SIZE 4
CacheTexture.cpp 267 // roundedUpW equals glyphW to the next multiple of CACHE_BLOCK_ROUNDING_SIZE.
271 uint16_t roundedUpW = (glyphW + CACHE_BLOCK_ROUNDING_SIZE - 1) & -CACHE_BLOCK_ROUNDING_SIZE;
280 (cacheBlock->mWidth - roundedUpW < CACHE_BLOCK_ROUNDING_SIZE))) {

Completed in 112 milliseconds