Searched refs:endY (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/tools/viewer/ |
H A D | StatsLayer.cpp | 132 int endY = std::max(startY - height, kDisplayPadding + kTextHeight); in onPaint() local 135 SkIntToScalar(x), SkIntToScalar(endY), paint); in onPaint() 136 startY = endY; in onPaint() 143 int endY = std::max(startY - height, kDisplayPadding + kTextHeight); in onPaint() local 146 SkIntToScalar(x), SkIntToScalar(endY), paint); in onPaint()
|
/third_party/skia/src/core/ |
H A D | SkGeometry.cpp | 1448 SkScalar endY = src.fPts[2].fY; 1449 if (between(startY, src.fPts[1].fY, endY)) { 1453 if (!between(startY, midY, endY)) { 1455 SkScalar closerY = SkTAbs(midY - startY) < SkTAbs(midY - endY) ? startY : endY; 1463 if (!between(dst[1].fPts[0].fY, dst[1].fPts[1].fY, endY)) { 1466 dst[1].fPts[1].fY = endY; 1471 SkASSERT(between(dst[0].fPts[2].fY, dst[1].fPts[1].fY, endY));
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationCommonEdgeTests.cpp | 82 const int endY = static_cast<int>(0.85f * (float)image.getHeight()); in verifyResult() local 84 for (int y = startY; y < endY; ++y) in verifyResult()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
H A D | vktTessellationCommonEdgeTests.cpp | 82 const int endY = static_cast<int>(0.85f * (float)image.getHeight()); in verifyResult() local 84 for (int y = startY; y < endY; ++y) in verifyResult()
|
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuImageCompare.cpp | 105 const int endY = (acceptOutOfBoundsAsAnyValue) ? (height - maxPositionDeviation.y()) : (height); in findNumPositionDeviationFailingPixels() local 109 DE_ASSERT(endX > 0 && endY > 0 && endZ > 0); // most likely a bug in findNumPositionDeviationFailingPixels() 115 for (int y = beginY; y < endY; y++) in findNumPositionDeviationFailingPixels()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fTessellationTests.cpp | 1875 const int endY = (int)(0.85f * (float)rendered.getHeight()); 1877 for (int y = startY; y < endY; y++)
|
/third_party/astc-encoder/Source/ |
H A D | tinyexr.h | 12235 int endY = (std::min)(num_scanlines * (i + 1), exr_image->height); 12236 int h = endY - start_y;
|
Completed in 35 milliseconds