Home
last modified time | relevance | path

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

/external/skia/src/utils/mac/
DSkCTFont.cpp221 uint32_t smoothBitmap[16][16] = {}; in SkCTFontGetSmoothBehavior() local
228 CGBitmapContextCreate(&smoothBitmap, 16, 16, 8, 16*4, in SkCTFontGetSmoothBehavior()
261 uint32_t smoothPixel = smoothBitmap[x][y]; in SkCTFontGetSmoothBehavior()
/external/skqp/src/ports/
DSkFontHost_mac.cpp390 uint32_t smoothBitmap[16][16] = {}; in smooth_behavior() local
397 CGBitmapContextCreate(&smoothBitmap, 16, 16, 8, 16*4, in smooth_behavior()
431 uint32_t smoothPixel = smoothBitmap[x][y]; in smooth_behavior()