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

/external/chromium_org/third_party/skia/src/core/
H A DSkPathRef.h43 (*pathRef)->incReserve(incReserveVerbs, incReservePoints);
346 void incReserve(int additionalVerbs, int additionalPoints) { function in class:SkPathRef
H A DSkPath.cpp698 void SkPath::incReserve(U16CPU inc) { function in class:SkPath
893 this->incReserve(5);
1079 this->incReserve(17);
1177 this->incReserve(17); // 8 quads + close
1292 this->incReserve(count);
1315 this->incReserve(count);
1383 this->incReserve(count);
/external/skia/src/core/
H A DSkPathRef.h43 (*pathRef)->incReserve(incReserveVerbs, incReservePoints);
346 void incReserve(int additionalVerbs, int additionalPoints) { function in class:SkPathRef
H A DSkPath.cpp698 void SkPath::incReserve(U16CPU inc) { function in class:SkPath
893 this->incReserve(5);
1079 this->incReserve(17);
1177 this->incReserve(17); // 8 quads + close
1292 this->incReserve(count);
1315 this->incReserve(count);
1383 this->incReserve(count);

Completed in 108 milliseconds