Searched defs:controlsContainedByEnds (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/pathops/
H A DSkPathOpsCubic.cpp42 bool SkDCubic::controlsContainedByEnds() const { function in class:SkDCubic
97 if (!controlsContainedByEnds()) {
H A DSkOpSegment.cpp1961 leftSegment->controlsContainedByEnds(tIndex, endIndex),
2952 bool SkOpSegment::controlsContainedByEnds(int tStart, int tEnd) const { function in class:SkOpSegment
2957 return dst.controlsContainedByEnds();
/external/skia/src/pathops/
H A DSkPathOpsCubic.cpp42 bool SkDCubic::controlsContainedByEnds() const { function in class:SkDCubic
97 if (!controlsContainedByEnds()) {
H A DSkOpSegment.cpp1961 leftSegment->controlsContainedByEnds(tIndex, endIndex),
2952 bool SkOpSegment::controlsContainedByEnds(int tStart, int tEnd) const { function in class:SkOpSegment
2957 return dst.controlsContainedByEnds();

Completed in 115 milliseconds