Searched refs:fNumSlowPathsAndDashEffects (Results 1 – 5 of 5) sorted by relevance
77 SkPathCounter() : fNumSlowPathsAndDashEffects(0) {} in SkPathCounter()81 fNumSlowPathsAndDashEffects += op.picture->numSlowPaths(); in operator()88 fNumSlowPathsAndDashEffects++; in checkPaint()100 fNumSlowPathsAndDashEffects--; in operator()117 fNumSlowPathsAndDashEffects++; in operator()125 fNumSlowPathsAndDashEffects++; in operator()141 int fNumSlowPathsAndDashEffects; member
63 int SkBigPicture::numSlowPaths() const { return this->analysis().fNumSlowPathsAndDashEffects; } in numSlowPaths()91 fNumSlowPathsAndDashEffects = SkTMin<int>(path.fNumSlowPathsAndDashEffects, 255); in init()
50 fNumSlowPaths += counter.fNumSlowPathsAndDashEffects; in analyzeClipPath()
66 uint8_t fNumSlowPathsAndDashEffects; member
48 return counter.fNumSlowPathsAndDashEffects; in numSlowPaths()