Home
last modified time | relevance | path

Searched defs:SkPathCounter (Results 1 – 2 of 2) sorted by relevance

/external/skqp/src/core/
DSkPictureCommon.h21 struct SkPathCounter { struct
26 SkPathCounter() : fNumSlowPathsAndDashEffects(0) {} in SkPathCounter() argument
28 void checkPaint(const SkPaint* paint) { in checkPaint()
35 void operator()(const SkRecords::DrawPoints& op) { in operator()
48 void operator()(const SkRecords::DrawPath& op) { in operator()
65 void operator()(const SkRecords::ClipPath& op) { in operator()
72 void operator()(const SkRecords::SaveLayer& op) { in operator()
77 SK_WHEN(T::kTags & SkRecords::kHasPaint_Tag, void) operator()(const T& op) { in SK_WHEN()
83 operator()(const T& op) { /* do nothing */ } in operator()
85 int fNumSlowPathsAndDashEffects;
/external/skia/src/core/
DSkPictureCommon.h21 struct SkPathCounter { struct
26 SkPathCounter() : fNumSlowPathsAndDashEffects(0) {} in SkPathCounter() argument
28 void checkPaint(const SkPaint* paint) { in checkPaint()
35 void operator()(const SkRecords::DrawPoints& op) { in operator()
48 void operator()(const SkRecords::DrawPath& op) { in operator()
65 void operator()(const SkRecords::ClipPath& op) { in operator()
72 void operator()(const SkRecords::SaveLayer& op) { in operator()
77 std::enable_if_t<T::kTags & SkRecords::kHasPaint_Tag, void> operator()(const T& op) { in operator()
83 operator()(const T& op) { /* do nothing */ } in operator()
85 int fNumSlowPathsAndDashEffects;