Lines Matching refs:config
500 for (const auto& config : gConfigs) {
503 if (config.fLocalMatrix) {
505 localMatrix->set9(config.fLocalMatrix);
508 paint.setShader(SkGradientShader::MakeLinear(config.fPts,
509 config.fColors,
510 config.fPos,
511 config.fCount,
512 config.fTileMode,
513 config.fFlags,
515 if (config.fGlobalMatrix) {
517 m.set9(config.fGlobalMatrix);
555 for (const auto& config : gConfigs) {
556 paint.setShader(SkGradientShader::MakeSweep(config.fCenter.x(),
557 config.fCenter.y(),
558 config.fColors,
559 config.fPos,
560 config.fCount));
563 if (config.fGlobalMatrix) {
565 m.set9(config.fGlobalMatrix);