Searched refs:spiderGlyph (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/src/utils/mac/ |
D | SkCTFont.cpp | 250 CGGlyph spiderGlyph = 3; in SkCTFontGetSmoothBehavior() local 251 CTFontDrawGlyphs(ctFont.get(), &spiderGlyph, &point, 1, noSmoothContext.get()); in SkCTFontGetSmoothBehavior() 252 CTFontDrawGlyphs(ctFont.get(), &spiderGlyph, &point, 1, smoothContext.get()); in SkCTFontGetSmoothBehavior()
|
/third_party/flutter/skia/src/ports/ |
D | SkFontHost_mac.cpp | 409 CGGlyph spiderGlyph = 3; in smooth_behavior() local 410 CTFontDrawGlyphs(ctFont.get(), &spiderGlyph, &point, 1, noSmoothContext.get()); in smooth_behavior() 411 CTFontDrawGlyphs(ctFont.get(), &spiderGlyph, &point, 1, smoothContext.get()); in smooth_behavior()
|