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

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dstats_scorer.cpp49 int xEnd = static_cast<int>(width * right); local
52 int numPixels = (xEnd - xStart) * (yEnd - yStart);
58 for (int x = xStart; x < xEnd; ++x) {
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
H A DUT_foreach_bounds.java37 final int xEnd = 5;
49 s.set_xEnd(xEnd);
55 sc.setX(xStart, xEnd).setY(yStart, yEnd);
/frameworks/native/opengl/libs/ETC1/
H A Detc1.cpp533 etc1_uint32 xEnd = width - x; local
534 if (xEnd > 4) {
535 xEnd = 4;
537 int mask = ymask & kXMask[xEnd];
542 memcpy(q, p, xEnd * 3);
544 for (etc1_uint32 cx = 0; cx < xEnd; cx++) {
585 etc1_uint32 xEnd = width - x; local
586 if (xEnd > 4) {
587 xEnd = 4;
595 memcpy(p, q, xEnd *
[all...]
/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp454 uint32_t xEnd = xStart + mtls->mSliceSize; local
456 xEnd = rsMin(xEnd, mtls->end.x);
458 if (xEnd <= xStart) {
464 fn(&fep, xStart, xEnd, fep.outStride[0]);
550 uint32_t xEnd = xStart + mtls->mSliceSize; local
552 xEnd = rsMin(xEnd, mtls->end.x);
554 if (xEnd <= xStart) {
559 fn(&redp, xStart, xEnd, accumPt
[all...]
H A DrsCpuScript.cpp682 mtls->fep.dim.x = sc->xEnd;
/frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/util/
H A DLinkAccessibilityHelper.java179 final float xEnd = layout.getPrimaryHorizontal(spanEnd);
185 outRect.right = (int) xEnd;
/frameworks/rs/scriptc/
H A Drs_for_each.rsh73 * over cells 4, 5, 6, and 7 in the X dimension, set xStart to 4 and xEnd to 8.
78 uint32_t xEnd; // Ending index (exclusive) in the X dimension.
190 * opts.xEnd = dimX;
/frameworks/rs/api/
H A Drs_for_each.spec62 field: uint32_t xEnd, "Ending index (exclusive) in the X dimension."
83 over cells 4, 5, 6, and 7 in the X dimension, set xStart to 4 and xEnd to 8.
209 opts.xEnd = dimX;<br/>
/frameworks/rs/
H A DrsDefines.h242 uint32_t xEnd; member in struct:__anon1675
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c349 const int xBegin = -15, xEnd = 15; local
350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2;
365 for (x = xBegin; x < xEnd; ++x)
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp1571 sc.xEnd = xend;
1608 sc.xEnd = xend;
1700 sc.xEnd = limit_ptr[1];
1805 sc.xEnd = limit_ptr[1];
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp2058 sc.xEnd = limit_ptr[1];
2160 sc.xEnd = limit_ptr[1];

Completed in 347 milliseconds