Searched refs:fGradientStorage (Results 1 – 1 of 1) sorted by relevance
308 bool hasGradientBufferData() const { return !fGradientStorage.empty(); } in hasGradientBufferData()310 SkSpan<const float> gradientBufferData() const { return fGradientStorage; } in gradientBufferData()336 int lastSize = fGradientStorage.size(); in allocateFloatData()337 fGradientStorage.resize(lastSize + size); in allocateFloatData()338 float* startPtr = fGradientStorage.begin() + lastSize; in allocateFloatData()348 SkTDArray<float> fGradientStorage; variable