Home | History | Annotate | Download | only in gpu

Lines Matching defs:c0

63         // If a,b,c are the original control points then the poly a0,b0,c0,c1,a1
68 // a0 c0
79 data[5 + baseIdx] = baseVert + 3; // c0
564 // | a0 c0
567 // edges a0->b0 and b0->c0 are parallel to original edges a->b and b->c,
572 BezierVertex& c0 = verts[3];
604 c0.fPos = c;
605 c0.fPos += cbN;
609 intersect_lines(a0.fPos, abN, c0.fPos, cbN, &b0.fPos);