HomeSort by relevance Sort by last modified time
    Searched refs:usePos (Results 1 - 8 of 8) sorted by null

  /external/skia/fuzz/
FuzzCanvas.cpp 327 bool usePos;
331 fuzz->next(&tmX, &useMatrix, &usePos);
335 if (usePos) {
338 return SkGradientShader::MakeLinear(pts, colors, usePos ? pos : nullptr, colorCount,
346 bool usePos;
349 fuzz->next(&tmX, &useMatrix, &usePos, &center, &radius);
355 if (usePos) {
358 return SkGradientShader::MakeRadial(center, radius, colors, usePos ? pos : nullptr,
366 bool usePos;
369 fuzz->next(&tmX, &useMatrix, &usePos, &startRadius, &endRadius, &start, &end)
    [all...]
  /external/skqp/fuzz/
FuzzCanvas.cpp 323 bool usePos;
327 fuzz->next(&tmX, &useMatrix, &usePos);
331 if (usePos) {
334 return SkGradientShader::MakeLinear(pts, colors, usePos ? pos : nullptr, colorCount,
342 bool usePos;
345 fuzz->next(&tmX, &useMatrix, &usePos, &center, &radius);
351 if (usePos) {
354 return SkGradientShader::MakeRadial(center, radius, colors, usePos ? pos : nullptr,
362 bool usePos;
365 fuzz->next(&tmX, &useMatrix, &usePos, &startRadius, &endRadius, &start, &end)
    [all...]
  /external/python/cpython2/Lib/lib-tk/
turtle.py     [all...]
  /external/python/cpython3/Lib/
turtle.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
turtle.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
turtle.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
turtle.py     [all...]

Completed in 888 milliseconds