Searched refs:smoothBitmap (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/src/utils/mac/ |
D | SkCTFont.cpp | 221 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()
|
/third_party/flutter/skia/src/ports/ |
D | SkFontHost_mac.cpp | 379 uint32_t smoothBitmap[16][16] = {}; in smooth_behavior() local 386 CGBitmapContextCreate(&smoothBitmap, 16, 16, 8, 16*4, in smooth_behavior() 420 uint32_t smoothPixel = smoothBitmap[x][y]; in smooth_behavior()
|