Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/core/
DSkGlyphRunPainter.cpp858 run->appendPathGlyph(*glyphPath, path.position, strikeSpec.strikeToSourceRatio(), in processSourcePaths()
872 run->appendPathGlyph(*glyphPath, pt, SK_Scalar1, true); in processDevicePaths()
/third_party/flutter/skia/src/gpu/text/
DGrTextBlob.h427 void appendPathGlyph(
DGrTextBlob.cpp71 void GrTextBlob::Run::appendPathGlyph(const SkPath& path, SkPoint position, in appendPathGlyph() function in GrTextBlob::Run