Home
last modified time | relevance | path

Searched refs:xStart (Results 1 – 25 of 26) sorted by relevance

12

/aosp12/frameworks/rs/tests/java_api/RSTest_CompatLibLegacy/src/com/android/rs/test/
H A Dforeach_bounds.rscript5 int xStart = 0;
33 if (i < xStart || i >= xEnd || j < yStart || j >= yEnd) {
56 rssc.xStart = xStart;
/aosp12/hardware/qcom/display/msm8226/libhwcomposer/
H A Dhwc_delta_panel.cpp64 int xStart, xEnd; in deltaPanelRendering() local
74 xStart = X_START_TABLE[y]; in deltaPanelRendering()
76 pPixelCenter = ((uint32_t*)pData) + xStart; in deltaPanelRendering()
/aosp12/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
H A Dstats_scorer.cpp48 int xStart = static_cast<int>(width * left); in Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore() local
52 int numPixels = (xEnd - xStart) * (yEnd - yStart); in Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore()
58 for (int x = xStart; x < xEnd; ++x) { in Java_androidx_media_filterpacks_numeric_StatsFilter_regionscore()
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
H A DUT_foreach_bounds.java37 final int xStart = 2; in initializeGlobals() local
49 s.set_xStart(xStart); in initializeGlobals()
56 sc.setX(xStart, xEnd).setY(yStart, yEnd); in initializeGlobals()
H A Dforeach_bounds.rscript21 int xStart = 0;
48 if (i < xStart || i >= xEnd || j < yStart || j >= yEnd) {
H A Dsingle_source_script.rscript96 opts.xStart = 0;
106 opts2.xStart = 0;
/aosp12/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
H A DUT_foreach_bounds.java39 final int xStart = 2; in initializeGlobals() local
51 s.set_xStart(xStart); in initializeGlobals()
58 sc.setX(xStart, xEnd).setY(yStart, yEnd); in initializeGlobals()
H A Dforeach_bounds.rscript23 int xStart = 0;
50 if (i < xStart || i >= xEnd || j < yStart || j >= yEnd) {
H A Dsingle_source_script.rscript98 opts.xStart = 0;
108 opts2.xStart = 0;
/aosp12/frameworks/base/packages/EasterEgg/src/com/android/egg/quares/
H A DQuare.kt88 val xStart = if (xSel < 0) 0 else xSel regex
93 for (x in xStart..xEnd)
113 val xStart = if (xSel < 0) 0 else xSel regex
118 for (x in xStart..xEnd)
/aosp12/frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/util/
H A DLinkAccessibilityHelper.java264 final float xStart = layout.getPrimaryHorizontal(spanStart); in getBoundsForSpan() local
272 outRect.left = (int) Math.min(xStart, xEnd); in getBoundsForSpan()
273 outRect.right = (int) Math.max(xStart, xEnd); in getBoundsForSpan()
280 outRect.right = (int) xStart; in getBoundsForSpan()
282 outRect.left = (int) xStart; in getBoundsForSpan()
/aosp12/frameworks/rs/cpu_ref/
H A DrsCpuCore.cpp451 uint32_t xStart = mtls->start.x + slice * mtls->mSliceSize; in walk_1d_foreach() local
452 uint32_t xEnd = xStart + mtls->mSliceSize; in walk_1d_foreach()
456 if (xEnd <= xStart) { in walk_1d_foreach()
460 FepPtrSetup(mtls, &fep, xStart, 0); in walk_1d_foreach()
462 fn(&fep, xStart, xEnd, fep.outStride[0]); in walk_1d_foreach()
547 uint32_t xStart = mtls->start.x + slice * mtls->mSliceSize; in walk_1d_reduce() local
548 uint32_t xEnd = xStart + mtls->mSliceSize; in walk_1d_reduce()
552 if (xEnd <= xStart) { in walk_1d_reduce()
556 RedpPtrSetup(mtls, &redp, xStart, 0, 0); in walk_1d_reduce()
557 fn(&redp, xStart, xEnd, accumPtr); in walk_1d_reduce()
[all …]
/aosp12/frameworks/compile/slang/tests/P_foreach_options/
H A Dforeach_options.rscript11 opts.xStart=0;
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DProximityInfo.java340 final int xStart = Math.max(halfCellWidth, in computeNearestNeighbors() local
344 int baseIndexOfCurrentRow = (yStart / mCellHeight) * mGridWidth + (xStart / mCellWidth); in computeNearestNeighbors()
347 for (int centerX = xStart; centerX <= xEnd; centerX += mCellWidth) { in computeNearestNeighbors()
/aosp12/frameworks/layoutlib/bridge/src/android/view/
H A DShadowPainter.java95 int xStart = left; in createDropShadow() local
123 for (int x = xStart; x < xStop; x++, bufferOffset++) { in createDropShadow()
/aosp12/frameworks/rs/tests/lldb/java/SingleSource/src/rs/
H A Drs_single_source.rscript66 .xStart=0,
/aosp12/frameworks/rs/script_api/
H A Drs_for_each.spec61 field: uint32_t xStart, "Starting index in the X dimension."
83 over cells 4, 5, 6, and 7 in the X dimension, set xStart to 4 and xEnd to 8.
208 opts.xStart = 0;<br/>
/aosp12/frameworks/base/cmds/bootanimation/
H A DBootAnimation.h189 void drawTexturedQuad(float xStart, float yStart, float width, float height);
H A DBootAnimation.cpp1400 void BootAnimation::drawTexturedQuad(float xStart, float yStart, float width, float height) { in drawTexturedQuad() argument
1402 float x0 = mapLinear(xStart, 0, mWidth, -1, 1); in drawTexturedQuad()
1404 float x1 = mapLinear(xStart + width, 0, mWidth, -1, 1); in drawTexturedQuad()
/aosp12/frameworks/rs/
H A DrsDefines.h241 uint32_t xStart; member
H A DrsHidlAdaptation.cpp788 _sc.xStart = sc->xStart; in ScriptForEachMulti()
825 _sc.xStart = sc->xStart; in ScriptReduce()
/aosp12/frameworks/rs/tests/java_api/SSHealingBrush/src/rs/example/android/com/healingbrush/
H A Dhealing.rscript139 opts.xStart = 1;
/aosp12/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.
77 uint32_t xStart; // Starting index in the X dimension.
189 * opts.xStart = 0;
/aosp12/hardware/interfaces/renderscript/1.0/
H A Dtypes.hal175 uint32_t xStart;
/aosp12/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1585 sc.xStart = xstart; in nScriptForEachClipped()
1622 sc.xStart = xstart; in nScriptForEachClippedV()
1714 sc.xStart = limit_ptr[0]; in nScriptForEachMulti()
1819 sc.xStart = limit_ptr[0]; in nScriptReduce()

12