Searched refs:usePos (Results 1 – 4 of 4) sorted by relevance
/external/skqp/fuzz/ |
D | FuzzCanvas.cpp | 269 bool usePos; in make_fuzz_shader() local 274 fuzz->next(&useMatrix, &usePos); in make_fuzz_shader() 278 if (usePos) { in make_fuzz_shader() 281 return SkGradientShader::MakeLinear(pts, colors, usePos ? pos : nullptr, colorCount, in make_fuzz_shader() 289 bool usePos; in make_fuzz_shader() local 293 fuzz->next(&useMatrix, &usePos, ¢er, &radius); in make_fuzz_shader() 299 if (usePos) { in make_fuzz_shader() 302 return SkGradientShader::MakeRadial(center, radius, colors, usePos ? pos : nullptr, in make_fuzz_shader() 310 bool usePos; in make_fuzz_shader() local 314 fuzz->next(&useMatrix, &usePos, &startRadius, &endRadius, &start, &end); in make_fuzz_shader() [all …]
|
/external/skia/fuzz/ |
D | FuzzCanvas.cpp | 269 bool usePos; in make_fuzz_shader() local 274 fuzz->next(&useMatrix, &usePos); in make_fuzz_shader() 278 if (usePos) { in make_fuzz_shader() 281 return SkGradientShader::MakeLinear(pts, colors, usePos ? pos : nullptr, colorCount, in make_fuzz_shader() 289 bool usePos; in make_fuzz_shader() local 293 fuzz->next(&useMatrix, &usePos, ¢er, &radius); in make_fuzz_shader() 299 if (usePos) { in make_fuzz_shader() 302 return SkGradientShader::MakeRadial(center, radius, colors, usePos ? pos : nullptr, in make_fuzz_shader() 310 bool usePos; in make_fuzz_shader() local 314 fuzz->next(&useMatrix, &usePos, &startRadius, &endRadius, &start, &end); in make_fuzz_shader() [all …]
|
/external/python/cpython2/Lib/lib-tk/ |
D | turtle.py | 2368 def _newLine(self, usePos = True): argument 3113 def _newLine(self, usePos=True): argument 3126 if usePos:
|
/external/python/cpython3/Lib/ |
D | turtle.py | 2463 def _newLine(self, usePos = True): argument 3280 def _newLine(self, usePos=True): argument 3293 if usePos:
|