Home | History | Annotate | Download | only in core

Lines Matching refs:SkDraw

11 #include "SkDraw.h"
177 void SkBitmapDevice::drawPaint(const SkDraw& draw, const SkPaint& paint) {
181 void SkBitmapDevice::drawPoints(const SkDraw& draw, SkCanvas::PointMode mode, size_t count,
187 void SkBitmapDevice::drawRect(const SkDraw& draw, const SkRect& r, const SkPaint& paint) {
192 void SkBitmapDevice::drawOval(const SkDraw& draw, const SkRect& oval, const SkPaint& paint) {
202 void SkBitmapDevice::drawRRect(const SkDraw& draw, const SkRRect& rrect, const SkPaint& paint) {
217 void SkBitmapDevice::drawPath(const SkDraw& draw, const SkPath& path,
224 void SkBitmapDevice::drawBitmap(const SkDraw& draw, const SkBitmap& bitmap,
229 void SkBitmapDevice::drawBitmapRect(const SkDraw& draw, const SkBitmap& bitmap,
321 void SkBitmapDevice::drawSprite(const SkDraw& draw, const SkBitmap& bitmap,
326 void SkBitmapDevice::drawText(const SkDraw& draw, const void* text, size_t len,
331 void SkBitmapDevice::drawPosText(const SkDraw& draw, const void* text, size_t len,
337 void SkBitmapDevice::drawVertices(const SkDraw& draw, SkCanvas::VertexMode vmode,
347 void SkBitmapDevice::drawDevice(const SkDraw& draw, SkBaseDevice* device,