Home
last modified time | relevance | path

Searched defs:MonotonePoly (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/
DGrTessellator.cpp470 struct MonotonePoly { struct
471 MonotonePoly(Edge* edge, Side side) in MonotonePoly() function
479 Side fSide;
480 Edge* fFirstEdge;
481 Edge* fLastEdge;
482 MonotonePoly* fPrev;
483 MonotonePoly* fNext;
484 void addEdge(Edge* edge) { in addEdge()
498 void* emit(const AAParams* aaParams, void* data) { in emit()