Home
last modified time | relevance | path

Searched refs:setupFont (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/src/core/
DSkGlyphRunPainter.cpp842 run->setupFont(strikeSpec); in processDeviceMasks()
855 run->setupFont(strikeSpec); in processSourcePaths()
890 run->setupFont(strikeSpec); in processSourceSDFT()
909 run->setupFont(strikeSpec); in processSourceFallback()
922 run->setupFont(strikeSpec); in processDeviceFallback()
/third_party/flutter/skia/src/gpu/text/
DGrTextBlob.h448 void setupFont(const SkStrikeSpec& strikeSpec);
DGrTextBlob.cpp62 void GrTextBlob::Run::setupFont(const SkStrikeSpec& strikeSpec) { in setupFont() function in GrTextBlob::Run