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

/external/chromium_org/third_party/skia/samplecode/
H A DSampleOvalTest.cpp51 int checkOval(int* flatCount, int* buldgeCount) { argument
74 if (flatCount) *flatCount = flatc;
81 int flatCount, buldgeCount; local
82 this->checkOval(&flatCount, &buldgeCount);
90 gFlatCount += flatCount;
95 flatCount, buldgeCount, gFlatCount, gBuldgeCount);
/external/skia/samplecode/
H A DSampleOvalTest.cpp51 int checkOval(int* flatCount, int* buldgeCount) { argument
74 if (flatCount) *flatCount = flatc;
81 int flatCount, buldgeCount; local
82 this->checkOval(&flatCount, &buldgeCount);
90 gFlatCount += flatCount;
95 flatCount, buldgeCount, gFlatCount, gBuldgeCount);

Completed in 117 milliseconds