Searched refs:growthFactorCapacity (Results 1 – 3 of 3) sorted by relevance
59 capacity = this->growthFactorCapacity(capacity, growthFactor); in allocate()76 size_t SkContainerAllocator::growthFactorCapacity(int capacity, double growthFactor) const { in growthFactorCapacity() function in SkContainerAllocator
33 size_t growthFactorCapacity(int capacity, double growthFactor) const;
20 return a.growthFactorCapacity(capacity, growthFactor); in GrowthFactorCapacity()