Home
last modified time | relevance | path

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

/external/skia/samplecode/
DSampleOvalTest.cpp52 int checkOval(int* flatCount, int* buldgeCount) { in checkOval() argument
75 if (flatCount) *flatCount = flatc; in checkOval()
82 int flatCount, buldgeCount; in onDrawContent() local
83 this->checkOval(&flatCount, &buldgeCount); in onDrawContent()
91 gFlatCount += flatCount; in onDrawContent()
96 flatCount, buldgeCount, gFlatCount, gBuldgeCount); in onDrawContent()