Searched defs:oCount (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/pathops/
H A DSkOpSegment.cpp217 int oCount = other->fTs.count(); local
224 } while (endPt != other->fTs[oIndex].fPt && oIndex < oCount);
1335 int oCount = other->count();
1338 if (++oPeekIndex == oCount) {
1961 int oCount = oEnd - oStart;
1963 if (oCount != dupCount) {
1969 if (oCount > dupCount) {
2289 ptrdiff_t oCount = &oLastSpan - &oFirstSpan + 1;
2294 if (smallCounts[0] && oCount != smallCounts[0]) {
2297 if (smallCounts[1] && oCount !
[all...]
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.cpp217 int oCount = other->fTs.count(); local
224 } while (endPt != other->fTs[oIndex].fPt && oIndex < oCount);
1372 int oCount = other->count();
1375 if (++oPeekIndex == oCount) {
1388 if (++oPeekIndex == oCount) {
1444 int oCount = other->count();
1445 for (int oIndex = 0; oIndex < oCount; ++oIndex) {
2031 int oCount = oEnd - oStart;
2033 if (oCount != dupCount) {
2039 if (oCount > dupCoun
[all...]

Completed in 105 milliseconds