Lines Matching +defs:stack +defs:d
298 const SkClipStack& stack, in skip_clip_stack_prefix()
824 void SkPDFDevice::drawPaint(const SkDraw& d, const SkPaint& paint) { in drawPaint()
849 void SkPDFDevice::drawPoints(const SkDraw& d, SkCanvas::PointMode mode, in drawPoints()
936 void SkPDFDevice::drawRect(const SkDraw& d, const SkRect& rect, in drawRect()
971 void SkPDFDevice::drawPath(const SkDraw& d, const SkPath& origPath, in drawPath()
1089 void SkPDFDevice::drawBitmap(const SkDraw& d, const SkBitmap& bitmap, in drawBitmap()
1101 void SkPDFDevice::drawSprite(const SkDraw& d, const SkBitmap& bitmap, in drawSprite()
1113 void SkPDFDevice::drawText(const SkDraw& d, const void* text, size_t len, in drawText()
1156 void SkPDFDevice::drawPosText(const SkDraw& d, const void* text, size_t len, in drawPosText()
1314 void SkPDFDevice::drawTextOnPath(const SkDraw& d, const void* text, size_t len, in drawTextOnPath()
1323 void SkPDFDevice::drawVertices(const SkDraw& d, SkCanvas::VertexMode, in drawVertices()
1334 void SkPDFDevice::drawDevice(const SkDraw& d, SkBaseDevice* device, in drawDevice()
1532 bool SkPDFDevice::handleInversePath(const SkDraw& d, const SkPath& origPath, in handleInversePath()
1945 SkDraw d; in finishContentEntry() local