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

/external/skia/src/pathops/
H A DSkOpContour.h19 class SkOpContour { class
21 SkOpContour() { function in class:SkOpContour
25 ~SkOpContour() {
27 fNext->~SkOpContour();
31 bool operator<(const SkOpContour& rh) const {
82 SkOpContour* appendContour(SkChunkAlloc* allocator) {
83 SkOpContour* contour = SkOpTAllocator<SkOpContour>::New(allocator);
85 SkOpContour* prev = this;
86 SkOpContour* nex
[all...]

Completed in 409 milliseconds