HomeSort by relevance Sort by last modified time
    Searched refs:xEnd (Results 1 - 25 of 42) sorted by null

1 2

  /frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/
foreach_bounds.rs 22 int xEnd = 0;
48 if (i < xStart || i >= xEnd || j < yStart || j >= yEnd) {
UT_foreach_bounds.java 38 final int xEnd = 5;
50 s.set_xEnd(xEnd);
56 sc.setX(xStart, xEnd).setY(yStart, yEnd);
single_source_script.rs 97 opts.xEnd = dimX;
107 opts2.xEnd = dimX;
  /hardware/qcom/display/msm8226/libhwcomposer/
hwc_delta_panel.cpp 64 int xStart, xEnd;
75 xEnd = X_LAST - X_START_TABLE[y];
77 pPixelEnd = ((uint32_t*)pData) + xEnd;
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
stats_scorer.cpp 49 int xEnd = static_cast<int>(width * right);
52 int numPixels = (xEnd - xStart) * (yEnd - yStart);
58 for (int x = xStart; x < xEnd; ++x) {
  /frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/
UT_foreach_bounds.java 40 final int xEnd = 5;
52 s.set_xEnd(xEnd);
58 sc.setX(xStart, xEnd).setY(yStart, yEnd);
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
single_source_script.rs 46 opts.xEnd = dimX;
56 opts.xEnd = dimX;
  /frameworks/rs/tests/lldb/java/SingleSource/src/rs/
rs_single_source.rs 67 .xEnd=4
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
CustomViewToolbar.java 118 public void onConversationListLayout(int xEnd, boolean drawerOpen) {
144 newWidth = coords[0] + mCustomView.getWidth() - xEnd;
146 newWidth = xEnd - coords[0];
MaterialSearchActionView.java 113 public void adjustViewForTwoPaneLandscape(boolean alignWithTl, int xEnd) {
124 params.width = coords[0] + getWidth() - xEnd;
126 params.width = xEnd;
MaterialSearchViewController.java 132 public void onConversationListLayout(int xEnd, boolean drawerOpen) {
134 if (mEndXCoordForTabletLandscape != xEnd) {
136 mEndXCoordForTabletLandscape = xEnd;
TwoPaneLayout.java 144 * @param xEnd the ending x coordinate of the list view
147 void onConversationListLayout(int xEnd, boolean drawerOpen);
452 final int xEnd = mIsRtl ? mListLeft : mListRight;
453 if (mShouldShowPreviewPanel && xEnd != 0) {
457 listener.onConversationListLayout(xEnd, isDrawerOpen());
    [all...]
  /external/skia/third_party/etc1/
etc1.cpp 541 etc1_uint32 xEnd = width - x;
542 if (xEnd > 4) {
543 xEnd = 4;
545 int mask = ymask & kXMask[xEnd];
550 memcpy(q, p, xEnd * 3);
552 for (etc1_uint32 cx = 0; cx < xEnd; cx++) {
593 etc1_uint32 xEnd = width - x;
594 if (xEnd > 4) {
595 xEnd = 4;
603 memcpy(p, q, xEnd * 3)
    [all...]
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 533 etc1_uint32 xEnd = width - x;
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;
586 if (xEnd > 4) {
587 xEnd = 4;
595 memcpy(p, q, xEnd * 3)
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
BackgroundCollisionComponent.java 251 float xEnd = right;
254 xEnd = left;
261 mRayEnd.set(xEnd, centerOffsetY);
  /frameworks/opt/setupwizard/library/gingerbread/src/com/android/setupwizardlib/util/
LinkAccessibilityHelper.java 303 final float xEnd = layout.getPrimaryHorizontal(spanEnd);
310 outRect.left = (int) Math.min(xStart, xEnd);
311 outRect.right = (int) Math.max(xStart, xEnd);
  /external/skia/src/codec/
SkGifCodec.cpp 254 const int xEnd = std::min(frame->frameRect().right(), fReader->screenWidth());
258 SkIRect swizzleRect = SkIRect::MakeLTRB(xBegin, 0, xEnd, 0);
438 const int xEnd = std::min(xBegin + width, this->getInfo().width());
440 // FIXME: No need to make the checks on width/xBegin/xEnd for every row. We could instead do
442 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin))
  /packages/apps/Terminal/src/com/android/terminal/
TerminalLineView.java 71 final int xEnd = x + (m.run.colSize * m.charWidth);
  /frameworks/rs/cpu_ref/
rsCpuCore.cpp 452 uint32_t xEnd = xStart + mtls->mSliceSize;
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;
550 xEnd = rsMin(xEnd, mtls->end.x);
552 if (xEnd <= xStart) {
557 fn(&redp, xStart, xEnd, accumPtr)
    [all...]
  /frameworks/rs/script_api/include/
rs_for_each.rsh 73 * 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;
  /hardware/interfaces/renderscript/1.0/
types.hal 177 uint32_t xEnd;
  /prebuilts/sdk/renderscript/include/
rs_for_each.rsh 73 * 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/
rs_for_each.spec 62 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/
healing.rs 140 opts.xEnd = width - 1;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java 342 final int xEnd = Math.min(lastPixelXCoordinate, keyX + key.getWidth() + threshold);
347 for (int centerX = xStart; centerX <= xEnd; centerX += mCellWidth) {

Completed in 506 milliseconds

1 2