Home
last modified time | relevance | path

Searched refs:desc_init (Results 1 – 1 of 1) sorted by relevance

/external/skia/src/effects/gradients/
DSkGradientShader.cpp778 static void desc_init(SkGradientShaderBase::Descriptor* desc, in desc_init() function
804 desc_init(&desc, colors, pos, colorCount, mode, flags, localMatrix); in CreateLinear()
823 desc_init(&desc, colors, pos, colorCount, mode, flags, localMatrix); in CreateRadial()
854 desc_init(&desc, colors, pos, colorCount, mode, flags, localMatrix); in CreateTwoPointConical()
868 desc_init(&desc, colorsNew.get(), posNew.get(), colorCount, mode, flags, localMatrix); in CreateTwoPointConical()
870 desc_init(&desc, colorsNew.get(), nullptr, colorCount, mode, flags, localMatrix); in CreateTwoPointConical()
890 desc_init(&desc, colors, pos, colorCount, SkShader::kClamp_TileMode, flags, localMatrix); in CreateSweep()