Searched refs:storedColors (Results 1 – 1 of 1) sorted by relevance
154 uint32_t* storedColors = new uint32_t[count]; in LinearGradient_postCreate1() local156 storedColors[i] = static_cast<uint32_t>(colorValues[i]); in LinearGradient_postCreate1()174 SkiaShader* skiaShader = new SkiaLinearGradientShader(storedBounds, storedColors, in LinearGradient_postCreate1()196 uint32_t* storedColors = new uint32_t[2]; in LinearGradient_postCreate2() local197 storedColors[0] = static_cast<uint32_t>(color0); in LinearGradient_postCreate2()198 storedColors[1] = static_cast<uint32_t>(color1); in LinearGradient_postCreate2()200 SkiaShader* skiaShader = new SkiaLinearGradientShader(storedBounds, storedColors, in LinearGradient_postCreate2()283 uint32_t* storedColors = new uint32_t[count]; in RadialGradient_postCreate1() local285 storedColors[i] = static_cast<uint32_t>(colorValues[i]); in RadialGradient_postCreate1()303 SkiaShader* skiaShader = new SkiaCircularGradientShader(x, y, radius, storedColors, in RadialGradient_postCreate1()[all …]