Home
last modified time | relevance | path

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

/third_party/skia/src/utils/mac/
DSkCTFont.cpp250 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/
DSkFontHost_mac.cpp409 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()