/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
D | foreach_bounds.rscript | 7 int yStart = 0; 33 if (i < xStart || i >= xEnd || j < yStart || j >= yEnd) { 58 rssc.yStart = yStart;
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/ |
D | stats_scorer.cpp | 50 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/ |
D | UT_foreach_bounds.java | 41 final int yStart = 3; in initializeGlobals() local 53 s.set_yStart(yStart); in initializeGlobals() 58 sc.setX(xStart, xEnd).setY(yStart, yEnd); in initializeGlobals()
|
D | foreach_bounds.rscript | 25 int yStart = 0; 50 if (i < xStart || i >= xEnd || j < yStart || j >= yEnd) {
|
D | single_source_script.rscript | 100 opts.yStart = 0; 110 opts2.yStart = 0;
|
/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_foreach_bounds.java | 39 final int yStart = 3; in initializeGlobals() local 51 s.set_yStart(yStart); in initializeGlobals() 56 sc.setX(xStart, xEnd).setY(yStart, yEnd); in initializeGlobals()
|
D | foreach_bounds.rscript | 23 int yStart = 0; 48 if (i < xStart || i >= xEnd || j < yStart || j >= yEnd) {
|
D | single_source_script.rscript | 98 opts.yStart = 0; 108 opts2.yStart = 0;
|
/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/ |
D | Quare.kt | 90 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/ |
D | rsCpuCore.cpp | 426 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/ |
D | ShadowPainter.java | 97 int yStart = left; in createDropShadow() local 152 for (int y = yStart; y < yStop; y++, bufferOffset += dstWidth) { in createDropShadow()
|
/frameworks/rs/ |
D | rsDefines.h | 243 uint32_t yStart; member
|
D | rsHidlAdaptation.cpp | 790 _sc.yStart = sc->yStart; in ScriptForEachMulti() 827 _sc.yStart = sc->yStart; in ScriptReduce()
|
/frameworks/rs/script_api/ |
D | rs_for_each.spec | 63 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/ |
D | healing.rscript | 141 opts.yStart = 1;
|
/frameworks/rs/script_api/include/ |
D | rs_for_each.rsh | 79 uint32_t yStart; // Starting index in the Y dimension. 191 * opts.yStart = 0;
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 1587 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/ |
D | android_renderscript_RenderScript.cpp | 2070 sc.yStart = limit_ptr[2]; in nScriptForEach() 2172 sc.yStart = limit_ptr[2]; in nScriptReduce()
|