Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkGlyphRunPainter.cpp849 run->setupFont(strike->strikeSpec()); in processDeviceMasks()
862 run->setupFont(strike->strikeSpec()); in processSourcePaths()
898 run->setupFont(strike->strikeSpec()); in processSourceSDFT()
918 run->setupFont(strike->strikeSpec()); in processSourceFallback()
931 run->setupFont(strike->strikeSpec()); in processDeviceFallback()
/external/skqp/src/core/
DSkGlyphRunPainter.cpp707 fRun->setupFont(fallbackPaint, fallbackFont, fallbackCache->getDescriptor()); in generateFromGlyphRunList()
772 run->setupFont(distanceFieldPaint, distanceFieldFont, cache->getDescriptor()); in generateFromGlyphRunList()
837 run->setupFont(runPaint, runFont, cache->getDescriptor()); in generateFromGlyphRunList()
/external/skqp/src/gpu/text/
DGrTextBlob.h448 void setupFont(const SkPaint& skPaint,
DGrTextBlob.cpp59 void GrTextBlob::Run::setupFont(const SkPaint& skPaint, in setupFont() function in GrTextBlob::Run
/external/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