Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPictureCommon.h78 SkPathCounter() : fNumSlowPathsAndDashEffects(0) {} in SkPathCounter()
82 fNumSlowPathsAndDashEffects += op.picture->numSlowPaths(); in operator()
88 fNumSlowPathsAndDashEffects++; in checkPaint()
100 fNumSlowPathsAndDashEffects--; in operator()
117 fNumSlowPathsAndDashEffects++; in operator()
125 fNumSlowPathsAndDashEffects++; in operator()
142 int fNumSlowPathsAndDashEffects; member
DSkBigPicture.cpp63 int SkBigPicture::numSlowPaths() const { return this->analysis().fNumSlowPathsAndDashEffects; } in numSlowPaths()
91 fNumSlowPathsAndDashEffects = SkTMin<int>(path.fNumSlowPathsAndDashEffects, 255); in init()
DSkPictureAnalyzer.cpp50 fNumSlowPaths += counter.fNumSlowPathsAndDashEffects; in analyzeClipPath()
DSkBigPicture.h66 uint8_t fNumSlowPathsAndDashEffects; member
DSkMiniRecorder.cpp65 return counter.fNumSlowPathsAndDashEffects; in numSlowPaths()