Home
last modified time | relevance | path

Searched refs:new_poly (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/gpu/
DGrTessellator.cpp456 Poly* new_poly(Poly** head, Vertex* v, int winding, SkChunkAlloc& alloc) { in new_poly() function
1241 leftPoly = new_poly(&polys, leftEnclosingEdge->fTop, leftPoly->fWinding, in tessellate()
1247 rightPoly = new_poly(&polys, rightEnclosingEdge->fTop, rightPoly->fWinding, in tessellate()
1271 Poly* poly = new_poly(&polys, v, winding, alloc); in tessellate()