Searched refs:additionalPoints (Results 1 – 1 of 1) sorted by relevance
341 void incReserve(int additionalVerbs, int additionalPoints) { in incReserve() argument343 size_t space = additionalVerbs * sizeof(uint8_t) + additionalPoints * sizeof (SkPoint); in incReserve()