Searched refs:xEnd (Results 1 - 15 of 15) 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/tests/java_api/RsTest/src/com/android/rs/test/
H A DUT_foreach_bounds.java38 final int xEnd = 5;
50 s.set_xEnd(xEnd);
56 sc.setX(xStart, xEnd).setY(yStart, yEnd);
/frameworks/rs/tests/lldb/java/SingleSource/src/rs/
H A Drs_single_source.rs67 .xEnd=4
/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/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/util/
H A DLinkAccessibilityHelper.java304 final float xEnd = layout.getPrimaryHorizontal(spanEnd);
311 outRect.left = (int) Math.min(xStart, xEnd);
312 outRect.right = (int) Math.max(xStart, xEnd);
/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp452 uint32_t xEnd = xStart + mtls->mSliceSize; local
454 xEnd = rsMin(xEnd, mtls->end.x);
456 if (xEnd <= xStart) {
462 fn(&fep, xStart, xEnd, fep.outStride[0]);
548 uint32_t xEnd = xStart + mtls->mSliceSize; local
550 xEnd = rsMin(xEnd, mtls->end.x);
552 if (xEnd <= xStart) {
557 fn(&redp, xStart, xEnd, accumPt
[all...]
H A DrsCpuScript.cpp674 mtls->fep.dim.x = sc->xEnd;
/frameworks/rs/script_api/include/
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/script_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/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
H A Dhealing.rs140 opts.xEnd = width - 1;
/frameworks/rs/
H A DrsDefines.h242 uint32_t xEnd; member in struct:__anon2020
H A DrsHidlAdaptation.cpp789 _sc.xEnd = sc->xEnd;
826 _sc.xEnd = sc->xEnd;
/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/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1584 sc.xEnd = xend;
1621 sc.xEnd = xend;
1713 sc.xEnd = limit_ptr[1];
1818 sc.xEnd = limit_ptr[1];
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp2070 sc.xEnd = limit_ptr[1];
2172 sc.xEnd = limit_ptr[1];

Completed in 209 milliseconds