Lines Matching defs:writer
110 const int xorMask, const int xorOpMask, SkPathWriter* writer) {
136 if (!unsortable && writer->hasMove()
138 && !writer->isClosed()) {
139 if (!current->addCurveTo(start, end, writer)) {
142 if (!writer->isClosed()) {
146 if (!current->addCurveTo(start, end, writer)) {
157 if (!current->addCurveTo(start, end, writer)) {
163 } while (!writer->isClosed() && (!unsortable || !start->starter(end)->done()));
164 if (current->activeWinding(start, end) && !writer->isClosed()) {
167 if (!current->addCurveTo(start, end, writer)) {
173 writer->finishContour();