Home
last modified time | relevance | path

Searched refs:yStart (Results 1 – 18 of 18) sorted by relevance

/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
Dforeach_bounds.rscript7 int yStart = 0;
33 if (i < xStart || i >= xEnd || j < yStart || j >= yEnd) {
58 rssc.yStart = yStart;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
Dstats_scorer.cpp50 int yStart = static_cast<int>(height * top); in Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore() local
52 int numPixels = (xEnd - xStart) * (yEnd - yStart); in Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore()
56 for (int y = yStart; y < yEnd; y++) { in Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore()
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
DUT_foreach_bounds.java41 final int yStart = 3; in initializeGlobals() local
53 s.set_yStart(yStart); in initializeGlobals()
58 sc.setX(xStart, xEnd).setY(yStart, yEnd); in initializeGlobals()
Dforeach_bounds.rscript25 int yStart = 0;
50 if (i < xStart || i >= xEnd || j < yStart || j >= yEnd) {
Dsingle_source_script.rscript100 opts.yStart = 0;
110 opts2.yStart = 0;
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
DUT_foreach_bounds.java39 final int yStart = 3; in initializeGlobals() local
51 s.set_yStart(yStart); in initializeGlobals()
56 sc.setX(xStart, xEnd).setY(yStart, yEnd); in initializeGlobals()
Dforeach_bounds.rscript23 int yStart = 0;
48 if (i < xStart || i >= xEnd || j < yStart || j >= yEnd) {
Dsingle_source_script.rscript98 opts.yStart = 0;
108 opts2.yStart = 0;
/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/
DQuare.kt90 val yStart = if (ySel < 0) 0 else ySel in <lambda>() constant
92 for (y in yStart..yEnd) in <lambda>()
115 val yStart = if (ySel < 0) 0 else ySel in <lambda>() constant
117 for (y in yStart..yEnd) in <lambda>()
/frameworks/rs/cpu_ref/
DrsCpuCore.cpp426 uint32_t yStart = mtls->start.y + slice * mtls->mSliceSize; in walk_2d_foreach() local
427 uint32_t yEnd = yStart + mtls->mSliceSize; in walk_2d_foreach()
431 if (yEnd <= yStart) { in walk_2d_foreach()
435 for (fep.current.y = yStart; fep.current.y < yEnd; fep.current.y++) { in walk_2d_foreach()
586 uint32_t yStart = mtls->start.y + slice * mtls->mSliceSize; in walk_2d_reduce() local
587 uint32_t yEnd = yStart + mtls->mSliceSize; in walk_2d_reduce()
591 if (yEnd <= yStart) { in walk_2d_reduce()
595 for (redp.current.y = yStart; redp.current.y < yEnd; redp.current.y++) { in walk_2d_reduce()
607 mtls->accumFunc, idx, yStart, yEnd, fmt); in walk_2d_reduce()
/frameworks/layoutlib/bridge/src/android/view/
DShadowPainter.java97 int yStart = left; in createDropShadow() local
152 for (int y = yStart; y < yStop; y++, bufferOffset += dstWidth) { in createDropShadow()
/frameworks/rs/
DrsDefines.h243 uint32_t yStart; member
DrsHidlAdaptation.cpp790 _sc.yStart = sc->yStart; in ScriptForEachMulti()
827 _sc.yStart = sc->yStart; in ScriptReduce()
/frameworks/rs/script_api/
Drs_for_each.spec63 field: uint32_t yStart, "Starting index in the Y dimension."
210 opts.yStart = 0;<br/>
/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
Dhealing.rscript141 opts.yStart = 1;
/frameworks/rs/script_api/include/
Drs_for_each.rsh79 uint32_t yStart; // Starting index in the Y dimension.
191 * opts.yStart = 0;
/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp1587 sc.yStart = ystart; in nScriptForEachClipped()
1624 sc.yStart = ystart; in nScriptForEachClippedV()
1716 sc.yStart = limit_ptr[2]; in nScriptForEachMulti()
1821 sc.yStart = limit_ptr[2]; in nScriptReduce()
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp2070 sc.yStart = limit_ptr[2]; in nScriptForEach()
2172 sc.yStart = limit_ptr[2]; in nScriptReduce()