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

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

Completed in 337 milliseconds