Home
last modified time | relevance | path

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

/external/skia/fuzz/
DFuzzCanvas.cpp269 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, &center, &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/skqp/fuzz/
DFuzzCanvas.cpp269 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, &center, &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/
Dturtle.py2368 def _newLine(self, usePos = True): argument
3113 def _newLine(self, usePos=True): argument
3126 if usePos:
/external/python/cpython3/Lib/
Dturtle.py2463 def _newLine(self, usePos = True): argument
3280 def _newLine(self, usePos=True): argument
3293 if usePos: