Lines Matching refs:storage
162 SkShader::Context* SkRadialGradient::onCreateContext(const ContextRec& rec, void* storage) const {
163 return SkNEW_PLACEMENT_ARGS(storage, RadialGradientContext, (*this, rec));
192 SkFixed storage[2];
194 &storage[0], &storage[1]);
195 sdx = SkFixedToScalar(storage[0]);
196 sdy = SkFixedToScalar(storage[1]);
399 SkFixed storage[2];
401 &storage[0], &storage[1]);
402 sdx = SkFixedToScalar(storage[0]);
403 sdy = SkFixedToScalar(storage[1]);