Searched defs:incReserve (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkPath.cpp425 void SkPath::incReserve(U16CPU inc) { function in class:SkPath
575 this->incReserve(5);
622 this->incReserve(17);
743 this->incReserve(13);
773 this->incReserve(17); // 8 quads + close
862 this->incReserve(count);
885 this->incReserve(count);
953 this->incReserve(count);
971 this->incReserve(path.fPts.count());
1024 this->incReserve(vcoun
[all...]

Completed in 79 milliseconds