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

/external/skia/src/gpu/
H A DGrTessellator.cpp615 Poly* new_poly(Poly** head, Vertex* v, int winding, SkArenaAlloc& alloc) { function in namespace:__anon17043
1418 leftPoly = new_poly(&polys, leftPoly->lastVertex(),
1422 rightPoly = new_poly(&polys, rightPoly->lastVertex(),
1441 Poly* poly = new_poly(&polys, v, winding, alloc);

Completed in 1440 milliseconds