/external/skia/third_party/etc1/ |
D | etc1.cpp | 537 etc1_uint32 yEnd = height - y; in etc1_encode_image() local 538 if (yEnd > 4) { in etc1_encode_image() 539 yEnd = 4; in etc1_encode_image() 541 int ymask = kYMask[yEnd]; in etc1_encode_image() 548 for (etc1_uint32 cy = 0; cy < yEnd; cy++) { in etc1_encode_image() 590 etc1_uint32 yEnd = height - y; in etc1_decode_image() local 591 if (yEnd > 4) { in etc1_decode_image() 592 yEnd = 4; in etc1_decode_image() 601 for (etc1_uint32 cy = 0; cy < yEnd; cy++) { in etc1_decode_image()
|
/external/skqp/third_party/etc1/ |
D | etc1.cpp | 537 etc1_uint32 yEnd = height - y; in etc1_encode_image() local 538 if (yEnd > 4) { in etc1_encode_image() 539 yEnd = 4; in etc1_encode_image() 541 int ymask = kYMask[yEnd]; in etc1_encode_image() 548 for (etc1_uint32 cy = 0; cy < yEnd; cy++) { in etc1_encode_image() 590 etc1_uint32 yEnd = height - y; in etc1_decode_image() local 591 if (yEnd > 4) { in etc1_decode_image() 592 yEnd = 4; in etc1_decode_image() 601 for (etc1_uint32 cy = 0; cy < yEnd; cy++) { in etc1_decode_image()
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
D | GraggBulirschStoerIntegrator.java | 461 final double[] yMiddle, final double[] yEnd, in tryStep() argument 473 yEnd[i] = y0[i] + subStep * f[0][i]; in tryStep() 475 computeDerivatives(t, yEnd, f[1]); in tryStep() 482 System.arraycopy(yEnd, 0, yMiddle, 0, y0.length); in tryStep() 487 final double middle = yEnd[i]; in tryStep() 488 yEnd[i] = yTmp[i] + subStep2 * f[j][i]; in tryStep() 492 computeDerivatives(t, yEnd, f[j+1]); in tryStep() 515 yEnd[i] = 0.5 * (yTmp[i] + yEnd[i] + subStep * f[n][i]); in tryStep()
|
/external/perfetto/ui/src/frontend/ |
D | panel_container.ts | 212 private overlapsCanvas(yStart: number, yEnd: number) { 213 return yEnd > 0 && yStart < this.canvasHeight;
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | BackgroundCollisionComponent.java | 223 float yEnd = bottom; in update() local 229 mRayEnd.set(centerOffsetX, yEnd); in update()
|
/external/skia/src/codec/ |
D | SkGifCodec.cpp | 425 const int yEnd = std::min(yBegin + rowNumber + repeatCount, this->dimensions().height()); in haveDecodedRow() local 428 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin)) in haveDecodedRow()
|
/external/skqp/src/codec/ |
D | SkGifCodec.cpp | 425 const int yEnd = std::min(yBegin + rowNumber + repeatCount, this->dimensions().height()); in haveDecodedRow() local 428 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin)) in haveDecodedRow()
|
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
D | demo.c | 486 const int yBegin = -15, yEnd = 15; // ends are non-inclusive in createGroundPlane() local 488 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2; in createGroundPlane() 501 for (y = yBegin; y < yEnd; ++y) in createGroundPlane()
|
/external/deqp/external/vulkancts/modules/vulkan/multiview/ |
D | vktMultiViewRenderTests.cpp | 1248 int yEnd = 0; in fillQuarter() local 1252 case 0: xStart = 0u; xEnd = w2; yStart = 0u; yEnd = h2; break; in fillQuarter() 1253 case 1: xStart = 0u; xEnd = w2; yStart = h2; yEnd = h; break; in fillQuarter() 1254 case 2: xStart = w2; xEnd = w; yStart = 0u; yEnd = h2; break; in fillQuarter() 1255 case 3: xStart = w2; xEnd = w; yStart = h2; yEnd = h; break; in fillQuarter() 1264 yEnd = h2 + (yEnd - h2) / 2; in fillQuarter() 1275 for (int y = yStart; y < yEnd; ++y) in fillQuarter() 1282 for (int y = yStart; y < yEnd; ++y) in fillQuarter() 1294 for (int y = yStart; y < yEnd; ++y) in fillQuarter()
|
/external/deqp/external/vulkancts/modules/vulkan/protected_memory/ |
D | vktProtectedMemUtils.cpp | 950 const int yEnd = (row + 1)*dst.getHeight() / numRows; in fillWithRandomColorTiles() local 956 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd - xBegin, yEnd - yBegin, 1), color); in fillWithRandomColorTiles()
|
/external/deqp/external/vulkancts/modules/vulkan/clipping/ |
D | vktClippingTests.cpp | 252 const int yEnd = regionOffset.y() + regionSize.y(); in countPixels() local 256 DE_ASSERT(yEnd <= pixels.getHeight()); in countPixels() 258 for (int y = regionOffset.y(); y < yEnd; ++y) in countPixels()
|
/external/deqp/modules/gles31/functional/ |
D | es31fTextureGatherTests.cpp | 113 const int yEnd = (row+1)*dst.getHeight()/numRows; in fillWithRandomColorTiles() local 119 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color); in fillWithRandomColorTiles()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/ |
D | vktShaderRenderTextureGatherTests.cpp | 178 const int yEnd = (row+1)*dst.getHeight()/numRows; in fillWithRandomColorTiles() local 184 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color); in fillWithRandomColorTiles()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiCopiesAndBlittingTests.cpp | 2056 const int yEnd = deMax32(blit.dstOffsets[0].y, blit.dstOffsets[1].y); in forEach() local 2063 for (int y = yStart; y < yEnd; y++) in forEach()
|
/external/syzkaller/sys/windows/ |
D | windows.txt | 1039 LineDDA(xStart int32, yStart int32, xEnd int32, yEnd int32, lpProc ptr[inout, intptr], data int64)
|
/external/conscrypt/benchmark-android/ |
D | vogar.jar | META-INF/
META-INF/MANIFEST.MF
vogar/
vogar/TestProperties.class
TestProperties ... |