HomeSort by relevance Sort by last modified time
    Searched refs:fNumSlowPathsAndDashEffects (Results 1 - 4 of 4) sorted by null

  /external/skia/src/core/
SkPictureCommon.h 93 SkPathCounter() : fNumSlowPathsAndDashEffects(0) {}
97 fNumSlowPathsAndDashEffects += op.picture->numSlowPaths();
104 fNumSlowPathsAndDashEffects++;
116 fNumSlowPathsAndDashEffects--;
133 fNumSlowPathsAndDashEffects++;
150 int fNumSlowPathsAndDashEffects;
SkBigPicture.cpp 67 int SkBigPicture::numSlowPaths() const { return this->analysis().fNumSlowPathsAndDashEffects; }
98 fNumSlowPathsAndDashEffects = SkTMin<int>(path.fNumSlowPathsAndDashEffects, 255);
SkBigPicture.h 70 uint8_t fNumSlowPathsAndDashEffects;
SkMiniRecorder.cpp 51 return counter.fNumSlowPathsAndDashEffects;

Completed in 43 milliseconds