Home
last modified time | relevance | path

Searched refs:fNumSlowPathsAndDashEffects (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkPictureCommon.h93 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
DSkBigPicture.cpp67 int SkBigPicture::numSlowPaths() const { return this->analysis().fNumSlowPathsAndDashEffects; } in numSlowPaths()
98 fNumSlowPathsAndDashEffects = SkTMin<int>(path.fNumSlowPathsAndDashEffects, 255); in Analysis()
DSkBigPicture.h70 uint8_t fNumSlowPathsAndDashEffects; member
DSkMiniRecorder.cpp51 return counter.fNumSlowPathsAndDashEffects; in numSlowPaths()