Lines Matching refs:draws
347 // rectangles. We preserve all of this work in the rects / draws arrays below. Then we
351 SkSTArray<kNumStackDashes, DashDraw, true> draws;
359 DashDraw& draw = draws.push_back(args);
575 if (!draws[i].fLineDone) {
578 draws[i].fStartOffset, draws[i].fDevBloatX,
579 draws[i].fLineLength, draws[i].fIntervals[0],
580 draws[i].fIntervals[1], draws[i].fStrokeWidth,
581 draws[i].fPerpendicularScale,
589 if (draws[i].fHasStartRect) {
592 draws[i].fStartOffset, draws[i].fDevBloatX,
593 draws[i].fIntervals[0], draws[i].fIntervals[0],
594 draws[i].fIntervals[1], draws[i].fStrokeWidth,
595 draws[i].fPerpendicularScale, capType);
602 if (draws[i].fHasEndRect) {
605 draws[i].fStartOffset, draws[i].fDevBloatX,
606 draws[i].fIntervals[0], draws[i].fIntervals[0],
607 draws[i].fIntervals[1], draws[i].fStrokeWidth,
608 draws[i].fPerpendicularScale, capType);