Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPictureCommon.h72 struct SkPathCounter { struct
77 SkPathCounter() : fNumSlowPathsAndDashEffects(0) {} in SkPathCounter() function
80 void operator()(const SkRecords::DrawPicture& op) { in operator()
83 void operator()(const SkRecords::DrawDrawable&) { /* TODO */ } in operator()
85 void checkPaint(const SkPaint* paint) { in checkPaint()
92 void operator()(const SkRecords::DrawPoints& op) { in operator()
105 void operator()(const SkRecords::DrawPath& op) { in operator()
122 void operator()(const SkRecords::ClipPath& op) { in operator()
129 void operator()(const SkRecords::SaveLayer& op) { in operator()
134 SK_WHEN(T::kTags & SkRecords::kDraw_Tag, void) operator()(const T& op) { in SK_WHEN()
[all …]