Home | History | Annotate | Download | only in gpu

Lines Matching refs:lines

34 // lines are rendered as:
170 // in this case approx the path with lines
199 // if it returns -1 then should be drawn as lines
228 * Generates the lines and quads to be rendered. Lines are always recorded in
239 GrAAHairLinePathRenderer::PtArray* lines,
271 SkPoint* pts = lines->push_back_n(4);
297 SkPoint* pts = lines->push_back_n(2);
305 // When it is degenerate it allows the approximation with lines to work since the
321 SkPoint* pts = lines->push_back_n(4);
377 SkPoint* pts = lines->push_back_n(4);
378 // lines should always be in device coords
735 // two overlapping lines could be reordered even though they hit the same pixels.
839 PREALLOC_PTARRAY(128) lines;
850 &lines, &quads, &conics, &qSubdivs, &cWeights);
853 int lineCount = lines.count() / 2;
856 // do lines first
886 add_line(&lines[2*i], toSrc, this->coverage(), &verts);