Home
last modified time | relevance | path

Searched refs:prePaintRect (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/core/
H A DSkDraw.cpp598 static void draw_rect_as_path(const SkDraw& orig, const SkRect& prePaintRect, in draw_rect_as_path() argument
603 tmp.addRect(prePaintRect); in draw_rect_as_path()
608 void SkDraw::drawRect(const SkRect& prePaintRect, const SkPaint& paint, in drawRect() argument
628 RectType rtype = ComputeRectType(prePaintRect, paint, ctm, &strokeSize); in drawRect()
631 draw_rect_as_path(*this, prePaintRect, paint, matrixProvider); in drawRect()
636 const SkRect& paintRect = paintMatrix ? *postPaintRect : prePaintRect; in drawRect()
660 draw_rect_as_path(*this, prePaintRect, paint, matrixProvider); in drawRect()
H A DSkDraw.h40 void drawRect(const SkRect& prePaintRect, const SkPaint&, const SkMatrix* paintMatrix,

Completed in 3 milliseconds