Home
last modified time | relevance | path

Searched refs:nextCandidate (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/editing/
Dhtmlediting.h133 Position nextCandidate(const Position&);
DVisiblePosition.cpp587 Position next = canonicalizeCandidate(nextCandidate(position)); in canonicalPosition()
Dhtmlediting.cpp215 Position nextCandidate(const Position& position) in nextCandidate() function
/external/chromium_org/third_party/skia/src/pathops/
DSkOpSegment.h341 bool nextCandidate(int* start, int* end) const;
DSkOpContour.cpp51 while (testSegment->nextCandidate(start, end)) { in nonVerticalSegment()
DSkOpSegment.cpp3905 bool SkOpSegment::nextCandidate(int* start, int* end) const { in nextCandidate() function in SkOpSegment
/external/skia/src/pathops/
DSkOpSegment.h339 bool nextCandidate(int* start, int* end) const;
DSkOpContour.cpp51 while (testSegment->nextCandidate(start, end)) { in nonVerticalSegment()
DSkOpSegment.cpp3820 bool SkOpSegment::nextCandidate(int* start, int* end) const { in nextCandidate() function in SkOpSegment
/external/chromium_org/third_party/skia/experimental/Intersection/
DSimplify.cpp3645 bool nextCandidate(int& start, int& end) const { in nextCandidate() function in Segment
4625 while (testSegment->nextCandidate(start, end)) { in nonVerticalSegment()
/external/skia/experimental/Intersection/
DSimplify.cpp3645 bool nextCandidate(int& start, int& end) const { in nextCandidate() function in Segment
4625 while (testSegment->nextCandidate(start, end)) { in nonVerticalSegment()