HomeSort by relevance Sort by last modified time
    Searched defs:SkOpContour (Results 1 - 2 of 2) sorted by null

  /external/skia/src/pathops/
SkOpContour.h 18 class SkOpContour {
20 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* fNext
    [all...]
  /external/skqp/src/pathops/
SkOpContour.h 18 class SkOpContour {
20 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* fNext
    [all...]

Completed in 499 milliseconds