HomeSort by relevance Sort by last modified time
    Searched defs:activeAngleOther (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/pathops/
SkOpSegment.cpp 50 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,
    [all...]
  /external/skia/src/pathops/
SkOpSegment.cpp 50 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,
    [all...]

Completed in 45 milliseconds