Lines Matching defs:lines
47 // lines are rendered as:
186 // in this case approx the path with lines
215 // if it returns -1 then should be drawn as lines
244 * Generates the lines and quads to be rendered. Lines are always recorded in
257 PtArray* lines,
278 // lines. Also does a bounding box check. It takes points that are in src space and device
293 SkPoint* pts = lines->push_back_n(4);
349 SkPoint* pts = lines->push_back_n(4);
377 SkPoint* pts = lines->push_back_n(2);
391 SkPoint* pts = lines->push_back_n(2);
405 // When it is degenerate it allows the approximation with lines to work since the
449 SkPoint* pts = lines->push_back_n(2);
461 SkPoint* pts = lines->push_back_n(2);
472 SkPoint* pts = lines->push_back_n(2);
511 // lines are parallel, pick the point in between
1151 PREALLOC_PTARRAY(128) lines;
1163 args.fCapLength, convertConicsToQuads, &lines, &quads,
1167 int lineCount = lines.count() / 2;
1177 // do lines first
1195 add_line(&lines[2*i], toSrc, this->coverage(), &verts);