Home
last modified time | relevance | path

Searched refs:DrawPath (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/src/core/
DSkMiniRecorder.cpp39 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()
DSkMiniRecorder.h52 Max<sizeof(SkRecords::DrawPath),
DSkPictureCommon.h48 void operator()(const SkRecords::DrawPath& op) { in operator()
DSkRecords.h70 M(DrawPath) \
273 RECORD(DrawPath, kDraw_Tag|kHasPaint_Tag,
DSkRecordDraw.cpp134 DRAW(DrawPath, drawPath(r.path, r.paint));
423 Bounds bounds(const DrawPath& op) const { in bounds()
DSkRecorder.cpp205 this->append<SkRecords::DrawPath>(paint, path); in onDrawPath()
/third_party/skia/experimental/pvg/
Ddraw_msg.proto226 message DrawPath { message
262 DrawPath draw_path = 10;
/third_party/skia/tests/
DDrawPathTest.cpp405 DEF_TEST(DrawPath, reporter) { in DEF_TEST() argument