Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/svg/
DSkSVGDevice.h50 void drawGlyphRunAsPath(const SkGlyphRun&, const SkPoint&, const SkPaint&);
DSkSVGDevice.cpp958 void SkSVGDevice::drawGlyphRunAsPath(const SkGlyphRun& glyphRun, const SkPoint& origin, in drawGlyphRunAsPath() function in SkSVGDevice
976 ? &SkSVGDevice::drawGlyphRunAsPath in drawGlyphRunList()
/third_party/skia/src/pdf/
DSkPDFDevice.h164 void drawGlyphRunAsPath(const SkGlyphRun& glyphRun, SkPoint offset, const SkPaint& runPaint);
DSkPDFDevice.cpp755 void SkPDFDevice::drawGlyphRunAsPath( in drawGlyphRunAsPath() function in SkPDFDevice
827 this->drawGlyphRunAsPath(glyphRun, offset, runPaint); in internalDrawGlyphRun()
/third_party/flutter/skia/src/pdf/
DSkPDFDevice.h169 void drawGlyphRunAsPath(const SkGlyphRun& glyphRun, SkPoint offset, const SkPaint& runPaint);
DSkPDFDevice.cpp729 void SkPDFDevice::drawGlyphRunAsPath( in drawGlyphRunAsPath() function in SkPDFDevice
803 this->drawGlyphRunAsPath(glyphRun, offset, runPaint); in internalDrawGlyphRun()