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

1 2

  /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/java/tests/RsTest/src/com/android/rs/test/
UT_foreach_bounds.java 37 final int xEnd = 5;
49 s.set_xEnd(xEnd);
55 sc.setX(xStart, xEnd).setY(yStart, yEnd);
  /external/chromium_org/third_party/android_opengl/etc1/
etc1.cpp 557 etc1_uint32 xEnd = outWidth - x;
558 if (xEnd > 4) {
559 xEnd = 4;
561 const int mask = ymask & kXMask[xEnd];
569 for (etc1_uint32 cx = 0; cx < xEnd; cx++) {
613 for (etc1_uint32 cx = 0; cx < xEnd; cx++) {
635 for (etc1_uint32 cx = 0; cx < xEnd; cx++) {
688 etc1_uint32 xEnd = width - x;
689 if (xEnd > 4) {
690 xEnd = 4
    [all...]
  /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/chromium_org/third_party/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...]
  /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...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
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...]
  /frameworks/rs/cpu_ref/
rsCpuScript.cpp 842 if (!sc || (sc->xEnd == 0)) {
843 mtls->xEnd = mtls->fep.dimX;
846 rsAssert(sc->xEnd <= mtls->fep.dimX);
847 rsAssert(sc->xStart < sc->xEnd);
849 mtls->xEnd = rsMin(mtls->fep.dimX, sc->xEnd);
850 if (mtls->xStart >= mtls->xEnd) return;
875 mtls->xEnd = rsMax((uint32_t)1, mtls->xEnd);
    [all...]
rsCpuCore.cpp 173 if (mtls && mtls->fep.dimY <= 1 && mtls->xEnd <= mtls->xStart + mtls->mSliceSize) {
371 //ALOGE("usr idx %i, x %i,%i y %i,%i", idx, mtls->xStart, mtls->xEnd, yStart, yEnd);
379 fn(&p, mtls->xStart, mtls->xEnd, mtls->fep.eStrideIn, mtls->fep.eStrideOut);
395 uint32_t xEnd = xStart + mtls->mSliceSize;
396 xEnd = rsMin(xEnd, mtls->xEnd);
397 if (xEnd <= xStart) {
401 //ALOGE("usr slice %i idx %i, x %i,%i", slice, idx, xStart, xEnd);
406 fn(&p, xStart, xEnd, mtls->fep.eStrideIn, mtls->fep.eStrideOut)
    [all...]
rsCpuCore.h 107 uint32_t xEnd;
  /frameworks/rs/scriptc/
rs_core.rsh 115 uint32_t xEnd;
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/
rs_core.rsh 113 uint32_t xEnd;
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/
rs_core.rsh 113 uint32_t xEnd;
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/
rs_core.rsh 113 uint32_t xEnd;
  /prebuilts/sdk/renderscript/include/
rs_core.rsh 115 uint32_t xEnd;
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageDecoder.cpp 153 const int xEnd = std::min(static_cast<int>(frameContext->xOffset() + width), size().width());
155 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin))
171 GIFRow::const_iterator rowEnd = rowBegin + (xEnd - xBegin);
208 buffer.copyRowNTimes(xBegin, xEnd, yBegin, yEnd);
  /packages/apps/Terminal/src/com/android/terminal/
TerminalLineView.java 71 final int xEnd = x + (m.run.colSize * m.charWidth);
  /external/replicaisland/src/com/replica/replicaisland/
BackgroundCollisionComponent.java 251 float xEnd = right;
254 xEnd = left;
261 mRayEnd.set(xEnd, centerOffsetY);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FilterEffect.cpp 337 int xEnd = rect.maxX();
338 if (xEnd > m_absolutePaintRect.width())
339 xEnd = m_absolutePaintRect.width();
351 int size = (xEnd - xOrigin) * 4;
  /external/chromium_org/tools/perf/page_sets/mse_cases/
startup_test.js 109 var xEnd = convertTimestampToX(bar.end);
111 ctx.fillRect(xStart, y, xEnd - xStart, barThickness);
115 ctx.fillText(text, xEnd + 10, y + (0.75 * barThickness));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java 344 final int xEnd = Math.min(lastPixelXCoordinate, keyX + key.getWidth() + threshold);
349 for (int centerX = xStart; centerX <= xEnd; centerX += mCellWidth) {

Completed in 1408 milliseconds

1 2