Lines Matching refs:SkDraw
436 ScopedContentEntry(SkPDFDevice* device, const SkDraw& draw, in ScopedContentEntry()
581 void SkPDFDevice::drawPaint(const SkDraw& d, const SkPaint& paint) { in drawPaint()
607 void SkPDFDevice::drawPoints(const SkDraw& d, SkCanvas::PointMode mode, in drawPoints()
621 SkDraw pointDraw(d); in drawPoints()
690 void SkPDFDevice::drawRect(const SkDraw& d, const SkRect& r, in drawRect()
711 void SkPDFDevice::drawPath(const SkDraw& d, const SkPath& origPath, in drawPath()
763 void SkPDFDevice::drawBitmap(const SkDraw& d, const SkBitmap& bitmap, in drawBitmap()
776 void SkPDFDevice::drawSprite(const SkDraw& d, const SkBitmap& bitmap, in drawSprite()
787 void SkPDFDevice::drawText(const SkDraw& d, const void* text, size_t len, in drawText()
859 void SkPDFDevice::drawPosText(const SkDraw& d, const void* text, size_t len, in drawPosText()
911 void SkPDFDevice::drawTextOnPath(const SkDraw& d, const void* text, size_t len, in drawTextOnPath()
920 void SkPDFDevice::drawVertices(const SkDraw& d, SkCanvas::VertexMode, in drawVertices()
931 void SkPDFDevice::drawDevice(const SkDraw& d, SkDevice* device, int x, int y, in drawDevice()
1136 SkDraw draw; in drawFormXObjectWithClip()