Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsOp.cpp52 bool foundAngle = true; in findChaseOp() local
56 foundAngle = false; in findChaseOp()
62 if (!foundAngle) { in findChaseOp()
DSkOpSegment.cpp1556 const SkOpAngle* foundAngle = NULL; local
1574 if (!foundAngle || (foundDone && activeCount & 1)) {
1579 foundAngle = nextAngle;
1603 if (!foundAngle) {
1606 *nextStart = foundAngle->start();
1607 *nextEnd = foundAngle->end();
1608 nextSegment = foundAngle->segment();
1678 const SkOpAngle* foundAngle = NULL; local
1695 if (!foundAngle || (foundDone && activeCount & 1)) {
1700 foundAngle = nextAngle;
[all …]
/external/chromium_org/third_party/skia/src/pathops/
DSkPathOpsOp.cpp52 bool foundAngle = true; in findChaseOp() local
56 foundAngle = false; in findChaseOp()
62 if (!foundAngle) { in findChaseOp()
DSkOpSegment.cpp1556 const SkOpAngle* foundAngle = NULL; local
1574 if (!foundAngle || (foundDone && activeCount & 1)) {
1579 foundAngle = nextAngle;
1603 if (!foundAngle) {
1606 *nextStart = foundAngle->start();
1607 *nextEnd = foundAngle->end();
1608 nextSegment = foundAngle->segment();
1678 const SkOpAngle* foundAngle = NULL; local
1695 if (!foundAngle || (foundDone && activeCount & 1)) {
1700 foundAngle = nextAngle;
[all …]