Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsOp.cpp42 int angleCount = sorted.count(); in findChaseOp() local
55 if (firstIndex >= angleCount) { in findChaseOp()
74 int lastIndex = firstIndex != 0 ? firstIndex : angleCount; in findChaseOp()
78 if (nextIndex == angleCount) { in findChaseOp()
DSkOpSegment.cpp923 int angleCount = angles->count(); local
927 while (++firstIndex < angleCount) {
933 if (firstIndex == angleCount) {
955 int last = angleCount;
993 finalInitialOrderable = angleCount;
995 int index = angleCount;
1017 if (finalInitialOrderable >= angleCount) {
1021 finalInitialOrderable = angleCount + 1; // make this inactive 2nd time through
1534 int angleCount = angles.count(); local
1555 int lastIndex = firstIndex != 0 ? firstIndex : angleCount;
[all …]
DSkPathOpsCommon.cpp140 int angleCount = sorted.count(); in FindChase() local
174 int lastIndex = firstIndex != 0 ? firstIndex : angleCount; in FindChase()
179 if (nextIndex == angleCount) { in FindChase()
/external/chromium_org/third_party/skia/src/pathops/
DSkPathOpsOp.cpp42 int angleCount = sorted.count(); in findChaseOp() local
55 if (firstIndex >= angleCount) { in findChaseOp()
74 int lastIndex = firstIndex != 0 ? firstIndex : angleCount; in findChaseOp()
78 if (nextIndex == angleCount) { in findChaseOp()
DSkOpSegment.cpp923 int angleCount = angles->count(); local
927 while (++firstIndex < angleCount) {
933 if (firstIndex == angleCount) {
955 int last = angleCount;
993 finalInitialOrderable = angleCount;
995 int index = angleCount;
1017 if (finalInitialOrderable >= angleCount) {
1021 finalInitialOrderable = angleCount + 1; // make this inactive 2nd time through
1534 int angleCount = angles.count(); local
1555 int lastIndex = firstIndex != 0 ? firstIndex : angleCount;
[all …]
DSkPathOpsCommon.cpp140 int angleCount = sorted.count(); in FindChase() local
174 int lastIndex = firstIndex != 0 ? firstIndex : angleCount; in FindChase()
179 if (nextIndex == angleCount) { in FindChase()