Searched defs:PathCounter (Results 1 – 1 of 1) sorted by relevance
133 struct SkPicture::PathCounter { struct in SkPicture136 PathCounter() : fNumSlowPathsAndDashEffects(0) {} in PathCounter() argument139 void operator()(const SkRecords::DrawPicture& op) { in operator ()()144 void checkPaint(const SkPaint* paint) { in checkPaint()151 void operator()(const SkRecords::DrawPoints& op) { in operator ()()164 void operator()(const SkRecords::DrawPath& op) { in operator ()()182 SK_WHEN(HasMember_paint<T>, void) operator()(const T& op) { in SK_WHEN()187 SK_WHEN(!HasMember_paint<T>, void) operator()(const T& op) { /* do nothing */ } in operator ()()189 int fNumSlowPathsAndDashEffects;