Home
last modified time | relevance | path

Searched refs:stepY (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/gm/
H A Dgpu_blur_utils.cpp95 float stepY = sigmaY; in slow_blur() local
96 if (stepY > SkGpuBlurUtils::kMaxSigma) { in slow_blur()
97 stepY = SkGpuBlurUtils::kMaxSigma; in slow_blur()
111 stepY, in slow_blur()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
H A DesextcTextureBorderClampSamplingTexture.cpp1033 glw::GLuint stepY = h / 3; in checkLinear() local
1068 for (glw::GLuint y = centerY; y < centerY + stepY; ++y) in checkLinear()
1087 for (glw::GLuint y = centerY; y > centerY - stepY; --y) in checkLinear()
/third_party/skia/tests/
H A DRoundRectTest.cpp382 // Move a small box from the start position by (stepX, stepY) 'numSteps' times
385 SkScalar initX, int stepX, SkScalar initY, int stepY, in test_direction()
391 stepY ? SkIntToScalar(stepY) : SK_Scalar1); in test_direction()
397 y += stepY; in test_direction()
384 test_direction(skiatest::Reporter* reporter, const SkRRect &rr, SkScalar initX, int stepX, SkScalar initY, int stepY, int numSteps, const bool* contains) test_direction() argument
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cDrawIndirectTests.cpp394 T stepY = range / sizeY; in DataGen() local
398 T valueY = i * stepY; in DataGen()
498 double stepY = heightRef / static_cast<double>(heightTest); in BuffersCompare() local
502 unsigned int offsetRef = static_cast<int>(i * stepY + 0.5) * widthRef; in BuffersCompare()
5435 " float stepY = 2.0 / float(height); " NL in Csh()
5437 " float offsetY = -1.0 + stepY * float(h) + stepY / 2.0; " NL in Csh()

Completed in 17 milliseconds