Home | History | Annotate | Download | only in core

Lines Matching refs:inc

229 void SkPath::incReserve(U16CPU inc) {
232 fVerbs.setReserve(fVerbs.count() + inc);
233 fPts.setReserve(fPts.count() + inc);