Searched refs:xEnd (Results 1 - 7 of 7) sorted by relevance

/external/skia/third_party/etc1/
H A Detc1.cpp541 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 DBackgroundCollisionComponent.java251 float xEnd = right;
254 xEnd = left;
261 mRayEnd.set(xEnd, centerOffsetY);
/external/deqp/modules/gles3/functional/
H A Des3fInstancedRenderingTests.cpp564 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 Ddemo.c487 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 Dexcanvas.js690 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/opencv3/modules/cudalegacy/src/cuda/
H A DNPP_staging.cu2421 float xEnd = fmin (x + scaleX, rw - 1.0f);
2427 float ceilXEnd = ceilf (xEnd);
2441 float sum = processLine (pos, xBegin, xEnd, iXBegin, iXEnd, floorXBegin,
2446 sum += processLine (pos, xBegin, xEnd, iXBegin, iXEnd, floorXBegin,
2452 sum += processLine (pos, xBegin, xEnd, iXBegin, iXEnd, floorXBegin,
/external/deqp/modules/gles31/functional/
H A Des31fTextureGatherTests.cpp99 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 865 milliseconds