Searched refs:bulkAlloc (Results 1 – 4 of 4) sorted by relevance
121 SkAutoTArray<float> bulkAlloc(halfKernelSize + halfKernelSize + numYSteps); in create_circle_profile() local122 float* halfKernel = bulkAlloc.get(); in create_circle_profile()123 float* summedKernel = bulkAlloc.get() + halfKernelSize; in create_circle_profile()124 float* yEvals = bulkAlloc.get() + 2 * halfKernelSize; in create_circle_profile()
142 SkAutoTArray<float> bulkAlloc(halfKernelSize + halfKernelSize + numYSteps);143 float* halfKernel = bulkAlloc.get();144 float* summedKernel = bulkAlloc.get() + halfKernelSize;145 float* yEvals = bulkAlloc.get() + 2 * halfKernelSize;