Home
last modified time | relevance | path

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

/third_party/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()
/third_party/flutter/skia/src/ports/
DSkFontHost_mac.cpp379 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()