Searched refs:DrawPath (Results 1 – 8 of 8) sorted by relevance
39 static SkRect bounds(const DrawPath& op) { in bounds()89 TRY_TO_STORE(DrawPath, paint, path); in drawPath()115 CASE(DrawPath) in detachAsPicture()135 CASE(DrawPath); in flushAndReset()
52 Max<sizeof(SkRecords::DrawPath),
48 void operator()(const SkRecords::DrawPath& op) { in operator()
70 M(DrawPath) \273 RECORD(DrawPath, kDraw_Tag|kHasPaint_Tag,
134 DRAW(DrawPath, drawPath(r.path, r.paint));423 Bounds bounds(const DrawPath& op) const { in bounds()
205 this->append<SkRecords::DrawPath>(paint, path); in onDrawPath()
226 message DrawPath { message262 DrawPath draw_path = 10;
405 DEF_TEST(DrawPath, reporter) { in DEF_TEST() argument