Searched refs:fPtCount (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp2209 : fPtCount(0)
2234 if (0 == fPtCount) {
2236 ++fPtCount;
2242 if (++fPtCount == 2) {
2245 SkASSERT(fPtCount > 2);
2264 if (fPtCount > 2) {
2297 int fPtCount; // non-degenerate points member in struct:Convexicator
/external/skia/src/core/
H A DSkPath.cpp2209 : fPtCount(0)
2234 if (0 == fPtCount) {
2236 ++fPtCount;
2242 if (++fPtCount == 2) {
2245 SkASSERT(fPtCount > 2);
2264 if (fPtCount > 2) {
2297 int fPtCount; // non-degenerate points member in struct:Convexicator

Completed in 53 milliseconds