• Home
  • Raw
  • Download

Lines Matching refs:SkDraw

55 SkDraw::SkDraw() {}  in SkDraw()  function in SkDraw
57 bool SkDraw::computeConservativeLocalClipBounds(SkRect* localBounds) const { in computeConservativeLocalClipBounds()
76 void SkDraw::drawPaint(const SkPaint& paint) const { in drawPaint()
341 void SkDraw::drawPoints(SkCanvas::PointMode mode, size_t count, in drawPoints()
562 SkDraw::RectType SkDraw::ComputeRectType(const SkRect& rect, in ComputeRectType()
598 static void draw_rect_as_path(const SkDraw& orig, const SkRect& prePaintRect, in draw_rect_as_path()
600 SkDraw draw(orig); in draw_rect_as_path()
608 void SkDraw::drawRect(const SkRect& prePaintRect, const SkPaint& paint, in drawRect()
703 void SkDraw::drawDevMask(const SkMask& srcM, const SkPaint& paint) const { in drawDevMask()
768 void SkDraw::drawRRect(const SkRRect& rrect, const SkPaint& paint) const { in drawRRect()
808 void SkDraw::drawDevPath(const SkPath& devPath, const SkPaint& paint, bool drawCoverage, in drawDevPath()
874 void SkDraw::drawPath(const SkPath& origSrcPath, const SkPaint& origPaint, in drawPath()
960 void SkDraw::drawBitmapAsMask(const SkBitmap& bitmap, const SkSamplingOptions& sampling, in drawBitmapAsMask()
1064 void SkDraw::drawBitmap(const SkBitmap& bitmap, const SkMatrix& prematrix, in drawBitmap()
1116 SkDraw draw(*this); in drawBitmap()
1132 void SkDraw::drawSprite(const SkBitmap& bitmap, int x, int y, const SkPaint& origPaint) const { in drawSprite()
1176 SkDraw draw(*this); in drawSprite()
1187 void SkDraw::validate() const { in validate()
1207 bool SkDraw::ComputeMaskBounds(const SkRect& devPathBounds, const SkIRect* clipBounds, in ComputeMaskBounds()
1247 SkDraw draw; in draw_into_mask()
1277 bool SkDraw::DrawToMask(const SkPath& devPath, const SkIRect* clipBounds, in DrawToMask()