Home
last modified time | relevance | path

Searched refs:fNumFastPathDashEffects (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkPictureContentInfo.cpp21 fNumFastPathDashEffects; in suitableForGpuRasterization()
53 ++fNumFastPathDashEffects; in onDrawPoints()
139 fNumFastPathDashEffects = src.fNumFastPathDashEffects; in set()
153 fNumFastPathDashEffects = 0; in reset()
167 SkTSwap(fNumFastPathDashEffects, other->fNumFastPathDashEffects); in swap()
DSkPictureContentInfo.h59 int fNumFastPathDashEffects; variable