Searched refs:xEnd (Results 1 - 6 of 6) sorted by relevance
/external/skia/third_party/etc1/ |
H A D | etc1.cpp | 541 etc1_uint32 xEnd = width - x; local 542 if (xEnd > 4) { 543 xEnd = 4; 545 int mask = ymask & kXMask[xEnd]; 550 memcpy(q, p, xEnd * 3); 552 for (etc1_uint32 cx = 0; cx < xEnd; cx++) { 593 etc1_uint32 xEnd = width - x; local 594 if (xEnd > 4) { 595 xEnd = 4; 603 memcpy(p, q, xEnd * [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
H A D | BackgroundCollisionComponent.java | 251 float xEnd = right; 254 xEnd = left; 261 mRayEnd.set(xEnd, centerOffsetY);
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fInstancedRenderingTests.cpp | 564 int xEnd = (instanceNdx + 1) * wid / m_numInstances; local 606 for (int x = xStart; x < xEnd; x++)
|
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
H A D | demo.c | 487 const int xBegin = -15, xEnd = 15; local 488 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2; 503 for (x = xBegin; x < xEnd; ++x)
|
/external/chromium-trace/catapult/third_party/flot/ |
H A D | excanvas.js | 690 var xEnd = aX + mc(aEndAngle) * aRadius - Z2; 693 // IE won't render arches drawn counter clockwise if xStart == xEnd. 694 if (xStart == xEnd && !aClockwise) { 701 var pEnd = getCoords(this, xEnd, yEnd); 709 xEnd: pEnd.x, 939 mr(p.xEnd), ',', mr(p.yEnd));
|
/external/deqp/modules/gles31/functional/ |
H A D | es31fTextureGatherTests.cpp | 99 const int xEnd = (col+1)*dst.getWidth()/numCols; local 103 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color);
|
Completed in 278 milliseconds