Home
last modified time | relevance | path

Searched refs:stepX (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/gm/
Dgpu_blur_utils.cpp86 float stepX = sigmaX; in slow_blur() local
87 if (stepX > SkGpuBlurUtils::kMaxSigma) { in slow_blur()
88 stepX = SkGpuBlurUtils::kMaxSigma; in slow_blur()
110 stepX, in slow_blur()
/third_party/flutter/skia/tests/
DRoundRectTest.cpp382 SkScalar initX, int stepX, SkScalar initY, int stepY, in test_direction() argument
387 stepX ? SkIntToScalar(stepX) : SK_Scalar1, in test_direction()
393 x += stepX; in test_direction()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/texture_border_clamp/
DesextcTextureBorderClampSamplingTexture.cpp1014 glw::GLuint stepX = m_test_configuration.get_width() / 3; in checkLinear() local
1062 for (glw::GLuint x = centerX; x < centerX + stepX; ++x) in checkLinear()
1081 for (glw::GLuint x = centerY; x > centerX - stepX; --x) in checkLinear()
/third_party/skia/tests/
DRoundRectTest.cpp385 SkScalar initX, int stepX, SkScalar initY, int stepY, in test_direction() argument
390 stepX ? SkIntToScalar(stepX) : SK_Scalar1, in test_direction()
396 x += stepX; in test_direction()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp393 T stepX = range / sizeX; in DataGen() local
402 data[j + i * sizeX] = valueMin + j * stepX + valueY; in DataGen()
497 double stepX = widthRef / static_cast<double>(widthTest); in BuffersCompare() local
505 unsigned int posXRef = static_cast<int>(j * stepX + 0.5); in BuffersCompare()