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

/external/skia/src/pathops/
H A DSkOpSegment.cpp50 if (const SkOpAngle* result = activeAngleOther(lesser, start, end, done, sortable)) {
55 if (const SkOpAngle* result = activeAngleOther(index, start, end, done, sortable)) {
111 const SkOpAngle* SkOpSegment::activeAngleOther(int index, int* start, int* end, bool* done, function in class:SkOpSegment
/external/chromium_org/third_party/skia/src/pathops/
H A DSkOpSegment.cpp50 if (const SkOpAngle* result = activeAngleOther(lesser, start, end, done, sortable)) {
55 if (const SkOpAngle* result = activeAngleOther(index, start, end, done, sortable)) {
111 const SkOpAngle* SkOpSegment::activeAngleOther(int index, int* start, int* end, bool* done, function in class:SkOpSegment

Completed in 4012 milliseconds