Searched refs:desc_init (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/src/shaders/gradients/ |
H A D | SkGradientShader.cpp | 679 static void desc_init(SkGradientShaderBase::Descriptor* desc, in desc_init() function 885 desc_init(&desc, opt.fColors, std::move(colorSpace), opt.fPos, opt.fCount, mode, flags, in MakeLinear() 929 desc_init(&desc, opt.fColors, std::move(colorSpace), opt.fPos, opt.fCount, mode, flags, in MakeRadial() 1005 desc_init(&desc, opt.fColors, std::move(colorSpace), opt.fPos, opt.fCount, mode, flags, in MakeTwoPointConical() 1071 desc_init(&desc, opt.fColors, std::move(colorSpace), opt.fPos, opt.fCount, mode, flags, in MakeSweep()
|
Completed in 3 milliseconds