Searched refs:fNumSlowPathsAndDashEffects (Results 1 – 4 of 4) sorted by relevance
93 SkPathCounter() : fNumSlowPathsAndDashEffects(0) {} in SkPathCounter()97 fNumSlowPathsAndDashEffects += op.picture->numSlowPaths(); in operator()104 fNumSlowPathsAndDashEffects++; in checkPaint()116 fNumSlowPathsAndDashEffects--; in operator()133 fNumSlowPathsAndDashEffects++; in operator()150 int fNumSlowPathsAndDashEffects; member
67 int SkBigPicture::numSlowPaths() const { return this->analysis().fNumSlowPathsAndDashEffects; } in numSlowPaths()98 fNumSlowPathsAndDashEffects = SkTMin<int>(path.fNumSlowPathsAndDashEffects, 255); in Analysis()
70 uint8_t fNumSlowPathsAndDashEffects; member
51 return counter.fNumSlowPathsAndDashEffects; in numSlowPaths()