Searched refs:usePos (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/fuzz/ |
D | FuzzCanvas.cpp | 242 bool usePos; in make_fuzz_shader() local 247 fuzz->next(&useMatrix, &usePos); in make_fuzz_shader() 251 if (usePos) { in make_fuzz_shader() 254 return SkGradientShader::MakeLinear(pts, colors, usePos ? pos : nullptr, colorCount, in make_fuzz_shader() 262 bool usePos; in make_fuzz_shader() local 266 fuzz->next(&useMatrix, &usePos, ¢er, &radius); in make_fuzz_shader() 272 if (usePos) { in make_fuzz_shader() 275 return SkGradientShader::MakeRadial(center, radius, colors, usePos ? pos : nullptr, in make_fuzz_shader() 283 bool usePos; in make_fuzz_shader() local 287 fuzz->next(&useMatrix, &usePos, &startRadius, &endRadius, &start, &end); in make_fuzz_shader() [all …]
|
/third_party/python/Lib/ |
D | turtle.py | 2464 def _newLine(self, usePos = True): argument 3282 def _newLine(self, usePos=True): argument 3295 if usePos:
|