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

  /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) {
  /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;
  /packages/apps/Terminal/src/com/android/terminal/
TerminalLineView.java 71 final int xEnd = x + (m.run.colSize * m.charWidth);
  /frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
UT_foreach_bounds.java 38 final int xEnd = 5;
50 s.set_xEnd(xEnd);
56 sc.setX(xStart, xEnd).setY(yStart, yEnd);
  /external/replicaisland/src/com/replica/replicaisland/
BackgroundCollisionComponent.java 251 float xEnd = right;
254 xEnd = left;
261 mRayEnd.set(xEnd, centerOffsetY);
  /external/skia/src/codec/
SkGifCodec.cpp 273 const int xEnd = std::min(static_cast<int>(frame->xOffset() + frame->width()),
278 SkIRect swizzleRect = SkIRect::MakeLTRB(xBegin, 0, xEnd, 0);
536 const int xEnd = std::min(static_cast<int>(frameContext->xOffset() + width),
540 // FIXME: No need to make the checks on width/xBegin/xEnd for every row. We could instead do
542 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin))
  /frameworks/opt/setupwizard/library/eclair-mr1/src/com/android/setupwizardlib/util/
LinkAccessibilityHelper.java 304 final float xEnd = layout.getPrimaryHorizontal(spanEnd);
311 outRect.left = (int) Math.min(xStart, xEnd);
312 outRect.right = (int) Math.max(xStart, xEnd);
  /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...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
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...]
  /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) {
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 500 float xEnd = Float.parseFloat(args[2]);
510 float xStep = (xEnd - xStart) / stepCount;
    [all...]
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
demo.c 487 const int xBegin = -15, xEnd = 15;
488 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2;
503 for (x = xBegin; x < xEnd; ++x)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fInstancedRenderingTests.cpp 564 int xEnd = (instanceNdx + 1) * wid / m_numInstances;
606 for (int x = xStart; x < xEnd; x++)
  /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...]
  /frameworks/native/opengl/tests/angeles/
demo.c 349 const int xBegin = -15, xEnd = 15;
350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2;
365 for (x = xBegin; x < xEnd; ++x)
  /external/deqp/external/vulkancts/modules/vulkan/clipping/
vktClippingTests.cpp 701 const int xEnd = regionOffset.x() + regionSize.x();
705 DE_ASSERT(xEnd <= pixels.getWidth());
709 for (int x = regionOffset.x(); x < xEnd; ++x)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureGatherTests.cpp 99 const int xEnd = (col+1)*dst.getWidth()/numCols;
103 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderTextureGatherTests.cpp 180 const int xEnd = (col+1)*dst.getWidth()/numCols;
184 tcu::clear(tcu::getSubregion(dst, xBegin, yBegin, slice, xEnd-xBegin, yEnd-yBegin, 1), color);
    [all...]
  /frameworks/rs/
rsDefines.h 242 uint32_t xEnd;
  /cts/tests/tests/widget/src/android/widget/cts/
TextViewTest.java     [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/intellij-core/171.2455.10/
intellij-core.jar 

Completed in 1732 milliseconds