Home | History | Annotate | Download | only in pdf

Lines Matching refs:SkDraw

15 #include "SkDraw.h"
67 // Stolen from measure_text in SkDraw.cpp and then tweaked.
442 ScopedContentEntry(SkPDFDevice* device, const SkDraw& draw,
586 void SkPDFDevice::drawPaint(const SkDraw& d, const SkPaint& paint) {
612 void SkPDFDevice::drawPoints(const SkDraw& d, SkCanvas::PointMode mode,
619 // SkDraw::drawPoints converts to multiple calls to fDevice->drawPath.
626 SkDraw pointDraw(d);
695 void SkPDFDevice::drawRect(const SkDraw& d, const SkRect& r,
716 void SkPDFDevice::drawPath(const SkDraw& d, const SkPath& origPath,
768 void SkPDFDevice::drawBitmap(const SkDraw& d, const SkBitmap& bitmap,
781 void SkPDFDevice::drawSprite(const SkDraw& d, const SkBitmap& bitmap,
792 void SkPDFDevice::drawText(const SkDraw& d, const void* text, size_t len,
839 void SkPDFDevice::drawPosText(const SkDraw& d, const void* text, size_t len,
892 void SkPDFDevice::drawTextOnPath(const SkDraw& d, const void* text, size_t len,
901 void SkPDFDevice::drawVertices(const SkDraw& d, SkCanvas::VertexMode,
912 void SkPDFDevice::drawDevice(const SkDraw& d, SkDevice* device, int x, int y,
1176 SkDraw draw;
1218 // The clip stack can come from an SkDraw where it is technically optional.