Home
last modified time | relevance | path

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

/third_party/skia/samplecode/
DSamplePathOverstroke.cpp21 int fPathType; // super lazy enum member in OverstrokeView
27 fPathType = 0; in OverstrokeView()
46 fPathType = (fPathType + 1) % 4; in onChar()
130 switch (fPathType) { in onDrawContent()
/third_party/flutter/skia/samplecode/
DSamplePathOverstroke.cpp21 int fPathType; // super lazy enum member in OverstrokeView
27 fPathType = 0; in OverstrokeView()
46 fPathType = (fPathType + 1) % 4; in onChar()
130 switch (fPathType) { in onDrawContent()