Lines Matching refs:SkDraw
54 SkDraw::SkDraw() {} in SkDraw() function in SkDraw
56 bool SkDraw::computeConservativeLocalClipBounds(SkRect* localBounds) const { in computeConservativeLocalClipBounds()
75 void SkDraw::drawPaint(const SkPaint& paint) const { in drawPaint()
340 void SkDraw::drawPoints(SkCanvas::PointMode mode, size_t count, in drawPoints()
560 SkDraw::RectType SkDraw::ComputeRectType(const SkPaint& paint, in ComputeRectType()
595 static void draw_rect_as_path(const SkDraw& orig, const SkRect& prePaintRect, in draw_rect_as_path()
597 SkDraw draw(orig); in draw_rect_as_path()
605 void SkDraw::drawRect(const SkRect& prePaintRect, const SkPaint& paint, in drawRect()
700 void SkDraw::drawDevMask(const SkMask& srcM, const SkPaint& paint) const { in drawDevMask()
765 void SkDraw::drawRRect(const SkRRect& rrect, const SkPaint& paint) const { in drawRRect()
805 SkScalar SkDraw::ComputeResScaleForStroking(const SkMatrix& matrix) { in ComputeResScaleForStroking()
818 void SkDraw::drawDevPath(const SkPath& devPath, const SkPaint& paint, bool drawCoverage, in drawDevPath()
884 void SkDraw::drawPath(const SkPath& origSrcPath, const SkPaint& origPaint, in drawPath()
971 void SkDraw::drawBitmapAsMask(const SkBitmap& bitmap, const SkSamplingOptions& sampling, in drawBitmapAsMask()
1075 void SkDraw::drawBitmap(const SkBitmap& bitmap, const SkMatrix& prematrix, in drawBitmap()
1127 SkDraw draw(*this); in drawBitmap()
1143 void SkDraw::drawSprite(const SkBitmap& bitmap, int x, int y, const SkPaint& origPaint) const { in drawSprite()
1187 SkDraw draw(*this); in drawSprite()
1198 void SkDraw::validate() const { in validate()
1218 bool SkDraw::ComputeMaskBounds(const SkRect& devPathBounds, const SkIRect* clipBounds, in ComputeMaskBounds()
1258 SkDraw draw; in draw_into_mask()
1288 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds, in DrawToMask()