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

/external/skia/src/pathops/
H A DSkOpContour.h18 class SkOpContour { class
20 SkOpContour() { function in class:SkOpContour
24 bool operator<(const SkOpContour& rh) const {
99 SkOpContour* debugContour(int id) const {
174 SkOpSpan* findSortableTop(SkOpContour* );
257 SkOpContour* next() {
261 const SkOpContour* next() const {
290 SkOpContour* next = this;
321 void setNext(SkOpContour* contour) {
377 SkOpContour* fNex
[all...]

Completed in 81 milliseconds