Home
last modified time | relevance | path

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

/third_party/skia/fuzz/
DFuzzCanvas.cpp242 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, &center, &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/
Dturtle.py2464 def _newLine(self, usePos = True): argument
3282 def _newLine(self, usePos=True): argument
3295 if usePos: