Lines Matching full:close
87 - we only record "Close" if it was immediately preceeded by Line | Quad | Cubic
91 1. if we encounter Close, return a cons'd up Line() first (if the curr-pt != start-pt)
92 2. if we encounter Move without a preceeding Close, and forceClose is true, goto #1
93 3. if we encounter Line | Quad | Cubic after Close, cons up a Move
327 void SkPath::close() {
339 // don't add a close if the prev wasn't a primitive
367 this->close();
454 this->close();
503 this->close();
547 this->incReserve(17); // 8 quads + close
569 this->close();
763 this->close();
921 tmp.close();
1212 dst->close();
1303 SkDebugf(" path: close\n");