Lines Matching refs:SkDraw
8 #include "src/core/SkDraw.h"
55 SkDraw::SkDraw() {}
57 bool SkDraw::computeConservativeLocalClipBounds(SkRect* localBounds) const {
76 void SkDraw::drawPaint(const SkPaint& paint) const {
341 void SkDraw::drawPoints(SkCanvas::PointMode mode, size_t count,
562 SkDraw::RectType SkDraw::ComputeRectType(const SkRect& rect,
598 static void draw_rect_as_path(const SkDraw& orig, const SkRect& prePaintRect,
600 SkDraw draw(orig);
608 void SkDraw::drawRect(const SkRect& prePaintRect, const SkPaint& paint,
703 void SkDraw::drawDevMask(const SkMask& srcM, const SkPaint& paint) const {
768 void SkDraw::drawRRect(const SkRRect& rrect, const SkPaint& paint) const {
778 // order as SkDraw::drawPath, which handles each case. It may be
808 void SkDraw::drawDevPath(const SkPath& devPath, const SkPaint& paint, bool drawCoverage,
874 void SkDraw::drawPath(const SkPath& origSrcPath, const SkPaint& origPaint,
960 void SkDraw::drawBitmapAsMask(const SkBitmap& bitmap, const SkSamplingOptions& sampling,
1064 void SkDraw::drawBitmap(const SkBitmap& bitmap, const SkMatrix& prematrix,
1116 SkDraw draw(*this);
1132 void SkDraw::drawSprite(const SkBitmap& bitmap, int x, int y, const SkPaint& origPaint) const {
1176 SkDraw draw(*this);
1187 void SkDraw::validate() const {
1205 #include "src/core/SkDraw.h"
1207 bool SkDraw::ComputeMaskBounds(const SkRect& devPathBounds, const SkIRect* clipBounds,
1247 SkDraw draw;
1277 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds,