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

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DShapeOps.cpp45 int angleCount = sorted.count(); local
68 int lastIndex = firstIndex != 0 ? firstIndex : angleCount;
72 if (nextIndex == angleCount) {
H A DthingsToDo.txt283 int angleCount = sorted.count();
289 prior = angleCount - 1;
305 if (next == angleCount) {
324 if (followIndex == angleCount) {
H A DSimplify.cpp2142 int angleCount = angles.count();
2156 if (++firstIndex == angleCount) {
2175 int lastIndex = firstIndex != 0 ? firstIndex : angleCount;
2179 if (nextIndex == angleCount) {
2444 int angleCount = angles.count();
2465 int lastIndex = firstIndex != 0 ? firstIndex : angleCount;
2473 if (nextIndex == angleCount) {
2566 int angleCount = angles.count();
2583 int lastIndex = firstIndex != 0 ? firstIndex : angleCount;
2591 if (nextIndex == angleCount) {
[all...]
/external/skia/experimental/Intersection/
H A DShapeOps.cpp45 int angleCount = sorted.count(); local
68 int lastIndex = firstIndex != 0 ? firstIndex : angleCount;
72 if (nextIndex == angleCount) {
H A DthingsToDo.txt283 int angleCount = sorted.count();
289 prior = angleCount - 1;
305 if (next == angleCount) {
324 if (followIndex == angleCount) {
H A DSimplify.cpp2142 int angleCount = angles.count();
2156 if (++firstIndex == angleCount) {
2175 int lastIndex = firstIndex != 0 ? firstIndex : angleCount;
2179 if (nextIndex == angleCount) {
2444 int angleCount = angles.count();
2465 int lastIndex = firstIndex != 0 ? firstIndex : angleCount;
2473 if (nextIndex == angleCount) {
2566 int angleCount = angles.count();
2583 int lastIndex = firstIndex != 0 ? firstIndex : angleCount;
2591 if (nextIndex == angleCount) {
[all...]

Completed in 314 milliseconds