Searched refs:endY (Results 1 – 11 of 11) sorted by relevance
/third_party/skia/tools/viewer/ |
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/ |
D | SkGeometry.cpp | 1448 SkScalar endY = src.fPts[2].fY; in subdivide() local 1449 if (between(startY, src.fPts[1].fY, endY)) { in subdivide() 1453 if (!between(startY, midY, endY)) { in subdivide() 1455 SkScalar closerY = SkTAbs(midY - startY) < SkTAbs(midY - endY) ? startY : endY; in subdivide() 1463 if (!between(dst[1].fPts[0].fY, dst[1].fPts[1].fY, endY)) { in subdivide() 1466 dst[1].fPts[1].fY = endY; in subdivide() 1471 SkASSERT(between(dst[0].fPts[2].fY, dst[1].fPts[1].fY, endY)); in subdivide()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/tessellation/ |
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/vulkan/tessellation/ |
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/ |
D | tcuImageCompare.cpp | 105 …const int endY = (acceptOutOfBoundsAsAnyValue) ? (height - maxPositionDeviation.y()) : (heigh… 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/external/vulkan-docs/src/chapters/video/ |
D | h265_decode.adoc | 96 {empty}:: [eq]#([0,pname:endX),[0,pname:endY))# 105 * [eq]#endY# equals [eq]#pname:codedExtent.height# rounded up to the
|
D | h264_decode.adoc | 125 {empty}:: [eq]#([pname:startX,pname:endX),[pname:startY,pname:endY))# 138 * [eq]#endY# equals [eq]#pname:imageOffset.y {plus}
|
D | h264_encode.adoc | 140 {empty}:: [eq]#([0,pname:endX),[0,pname:endY))# 149 * [eq]#endY# equals [eq]#pname:codedExtent.height# rounded up to the
|
D | h265_encode.adoc | 136 {empty}:: [eq]#([0,pname:endX),[0,pname:endY))# 145 * [eq]#endY# equals [eq]#pname:codedExtent.height# rounded up to the
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fTessellationTests.cpp | 1875 const int endY = (int)(0.85f * (float)rendered.getHeight()); in iterate() local 1877 for (int y = startY; y < endY; y++) in iterate()
|
/third_party/astc-encoder/Source/ |
D | tinyexr.h | 12235 int endY = (std::min)(num_scanlines * (i + 1), exr_image->height); in SaveEXRImageToMemory() local 12236 int h = endY - start_y; in SaveEXRImageToMemory()
|