Searched refs:_colorStorage (Results 1 – 1 of 1) sorted by relevance
101 std::array<SkColor, 10> _colorStorage; in applyColorTransform() local102 std::array<SkScalar, _colorStorage.size()> _offsetStorage; in applyColorTransform()103 info.fColorCount = _colorStorage.size(); in applyColorTransform()104 info.fColors = _colorStorage.data(); in applyColorTransform()108 info.fColorCount <= _colorStorage.size()) { in applyColorTransform()