Searched refs:_colorStorage (Results 1 – 1 of 1) sorted by relevance
76 std::array<SkColor, 10> _colorStorage; in applyColorTransform() local77 std::array<SkScalar, _colorStorage.size()> _offsetStorage; in applyColorTransform()78 info.fColorCount = _colorStorage.size(); in applyColorTransform()79 info.fColors = _colorStorage.data(); in applyColorTransform()