Searched refs:appendPathGlyph (Results 1 – 6 of 6) sorted by relevance
/external/skqp/src/core/ |
D | SkGlyphRunPainter.cpp | 787 run->appendPathGlyph(*glyphPath, position, textScale, false); in generateFromGlyphRunList() 822 run->appendPathGlyph(*glyphPath, position, textScale, false); in generateFromGlyphRunList() 860 run->appendPathGlyph(*glyphPath, pt, SK_Scalar1, true); in generateFromGlyphRunList()
|
/external/skia/src/core/ |
D | SkGlyphRunPainter.cpp | 865 run->appendPathGlyph(*glyphPath, path.position, cacheToSourceScale, in processSourcePaths() 879 run->appendPathGlyph(*glyphPath, pt, SK_Scalar1, true); in processDevicePaths()
|
/external/skqp/src/gpu/text/ |
D | GrTextBlob.h | 427 void appendPathGlyph(
|
D | GrTextBlob.cpp | 73 void GrTextBlob::Run::appendPathGlyph(const SkPath& path, SkPoint position, in appendPathGlyph() function in GrTextBlob::Run
|
/external/skia/src/gpu/text/ |
D | GrTextBlob.h | 427 void appendPathGlyph(
|
D | GrTextBlob.cpp | 73 void GrTextBlob::Run::appendPathGlyph(const SkPath& path, SkPoint position, in appendPathGlyph() function in GrTextBlob::Run
|