Home
last modified time | relevance | path

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

/external/skqp/samplecode/
DSamplePathOverstroke.cpp21 int fPathType; // super lazy enum member in OverstrokeView
27 fPathType = 0; in OverstrokeView()
50 fPathType = (fPathType + 1) % 4; in onQuery()
135 switch (fPathType) { in onDrawContent()
/external/skia/samplecode/
DSamplePathOverstroke.cpp21 int fPathType; // super lazy enum member in OverstrokeView
27 fPathType = 0; in OverstrokeView()
50 fPathType = (fPathType + 1) % 4; in onQuery()
135 switch (fPathType) { in onDrawContent()