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