Home
last modified time | relevance | path

Searched refs:smoothPixel (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/utils/mac/
DSkCTFont.cpp261 uint32_t smoothPixel = smoothBitmap[x][y]; in SkCTFontGetSmoothBehavior() local
262 uint32_t r = (smoothPixel >> 16) & 0xFF; in SkCTFontGetSmoothBehavior()
263 uint32_t g = (smoothPixel >> 8) & 0xFF; in SkCTFontGetSmoothBehavior()
264 uint32_t b = (smoothPixel >> 0) & 0xFF; in SkCTFontGetSmoothBehavior()
268 if (noSmoothBitmap[x][y] != smoothPixel) { in SkCTFontGetSmoothBehavior()
/external/skqp/src/ports/
DSkFontHost_mac.cpp431 uint32_t smoothPixel = smoothBitmap[x][y]; in smooth_behavior() local
432 uint32_t r = (smoothPixel >> 16) & 0xFF; in smooth_behavior()
433 uint32_t g = (smoothPixel >> 8) & 0xFF; in smooth_behavior()
434 uint32_t b = (smoothPixel >> 0) & 0xFF; in smooth_behavior()
438 if (noSmoothBitmap[x][y] != smoothPixel) { in smooth_behavior()