Home
last modified time | relevance | path

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

/external/skia/src/pdf/
DSkPDFDevice.h215 void drawGlyphRunAsPath(const SkGlyphRun& glyphRun, SkPoint offset, const SkPaint& runPaint);
DSkPDFDevice.cpp996 void SkPDFDevice::drawGlyphRunAsPath( in drawGlyphRunAsPath() function in SkPDFDevice
1071 this->drawGlyphRunAsPath(glyphRun, offset, runPaint); in internalDrawGlyphRun()
/external/skqp/src/pdf/
DSkPDFDevice.h219 void drawGlyphRunAsPath(const SkGlyphRun& glyphRun, SkPoint offset, const SkPaint& runPaint);
DSkPDFDevice.cpp1009 void SkPDFDevice::drawGlyphRunAsPath( in drawGlyphRunAsPath() function in SkPDFDevice
1084 this->drawGlyphRunAsPath(glyphRun, offset, runPaint); in internalDrawGlyphRun()