Searched refs:controlsContainedByEnds (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsCubic.h36 bool controlsContainedByEnds() const;
H A DSkPathOpsDebug.cpp294 bool SkOpSegment::controlsContainedByEnds(int tStart, int tEnd) const { function in class:SkOpSegment
299 return dst.controlsContainedByEnds();
H A DSkPathOpsCubic.cpp91 bool SkDCubic::controlsContainedByEnds() const { function in class:SkDCubic
172 if (!controlsContainedByEnds()) {
H A DSkOpSegment.h502 bool controlsContainedByEnds(int tStart, int tEnd) const;
H A DSkOpSegment.cpp3232 leftSegment->controlsContainedByEnds(tIndex, endIndex),
/external/skia/src/pathops/
H A DSkPathOpsCubic.h36 bool controlsContainedByEnds() const;
H A DSkPathOpsDebug.cpp293 bool SkOpSegment::controlsContainedByEnds(int tStart, int tEnd) const { function in class:SkOpSegment
298 return dst.controlsContainedByEnds();
H A DSkPathOpsCubic.cpp91 bool SkDCubic::controlsContainedByEnds() const { function in class:SkDCubic
172 if (!controlsContainedByEnds()) {
H A DSkOpSegment.h500 bool controlsContainedByEnds(int tStart, int tEnd) const;
H A DSkOpSegment.cpp3148 leftSegment->controlsContainedByEnds(tIndex, endIndex),

Completed in 321 milliseconds