Home
last modified time | relevance | path

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

/external/skia/src/utils/mac/
DSkCTFont.cpp220 uint32_t noSmoothBitmap[16][16] = {}; in SkCTFontGetSmoothBehavior() local
225 CGBitmapContextCreate(&noSmoothBitmap, 16, 16, 8, 16*4, in SkCTFontGetSmoothBehavior()
268 if (noSmoothBitmap[x][y] != smoothPixel) { in SkCTFontGetSmoothBehavior()
/external/skqp/src/ports/
DSkFontHost_mac.cpp389 uint32_t noSmoothBitmap[16][16] = {}; in smooth_behavior() local
394 CGBitmapContextCreate(&noSmoothBitmap, 16, 16, 8, 16*4, in smooth_behavior()
438 if (noSmoothBitmap[x][y] != smoothPixel) { in smooth_behavior()