Searched refs:drawGlyphRunAsPath (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/src/svg/ |
D | SkSVGDevice.h | 50 void drawGlyphRunAsPath(const SkGlyphRun&, const SkPoint&, const SkPaint&);
|
D | SkSVGDevice.cpp | 958 void SkSVGDevice::drawGlyphRunAsPath(const SkGlyphRun& glyphRun, const SkPoint& origin, in drawGlyphRunAsPath() function in SkSVGDevice 976 ? &SkSVGDevice::drawGlyphRunAsPath in drawGlyphRunList()
|
/third_party/skia/src/pdf/ |
D | SkPDFDevice.h | 164 void drawGlyphRunAsPath(const SkGlyphRun& glyphRun, SkPoint offset, const SkPaint& runPaint);
|
D | SkPDFDevice.cpp | 755 void SkPDFDevice::drawGlyphRunAsPath( in drawGlyphRunAsPath() function in SkPDFDevice 827 this->drawGlyphRunAsPath(glyphRun, offset, runPaint); in internalDrawGlyphRun()
|
/third_party/flutter/skia/src/pdf/ |
D | SkPDFDevice.h | 169 void drawGlyphRunAsPath(const SkGlyphRun& glyphRun, SkPoint offset, const SkPaint& runPaint);
|
D | SkPDFDevice.cpp | 729 void SkPDFDevice::drawGlyphRunAsPath( in drawGlyphRunAsPath() function in SkPDFDevice 803 this->drawGlyphRunAsPath(glyphRun, offset, runPaint); in internalDrawGlyphRun()
|