Home | History | Annotate | Download | only in gradients

Lines Matching defs:storageSize

152     size_t storageSize = fColorCount * (sizeof(SkColor4f) + (desc.fPos ? sizeof(SkScalar) : 0));
153 fOrigColors4f = reinterpret_cast<SkColor4f*>(fStorage.reset(storageSize));