• Home
  • Raw
  • Download

Lines Matching refs:SkDraw

51 SkDraw::SkDraw() {}  in SkDraw()  function in SkDraw
53 bool SkDraw::computeConservativeLocalClipBounds(SkRect* localBounds) const { in computeConservativeLocalClipBounds()
72 void SkDraw::drawPaint(const SkPaint& paint) const { in drawPaint()
337 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()
701 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()
883 void SkDraw::drawPath(const SkPath& origSrcPath, const SkPaint& origPaint, in drawPath()
966 void SkDraw::drawBitmapAsMask(const SkBitmap& bitmap, const SkPaint& paint) const { in drawBitmapAsMask()
1064 void SkDraw::drawBitmap(const SkBitmap& bitmap, const SkMatrix& prematrix, in drawBitmap()
1114 SkDraw draw(*this); in drawBitmap()
1130 void SkDraw::drawSprite(const SkBitmap& bitmap, int x, int y, const SkPaint& origPaint) const { in drawSprite()
1173 SkDraw draw(*this); in drawSprite()
1184 void SkDraw::validate() const { in validate()
1204 bool SkDraw::ComputeMaskBounds(const SkRect& devPathBounds, const SkIRect* clipBounds, in ComputeMaskBounds()
1244 SkDraw draw; in draw_into_mask()
1273 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds, in DrawToMask()