HomeSort by relevance Sort by last modified time
    Searched refs:xEnd (Results 1 - 23 of 23) 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) {
  /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);
  /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/
rsCpuCore.cpp 169 if (mtls && mtls->fep.dimY <= 1 && mtls->xEnd <= mtls->xStart + mtls->mSliceSize) {
363 //ALOGE("usr idx %i, x %i,%i y %i,%i", idx, mtls->xStart, mtls->xEnd, yStart, yEnd);
371 fn(&p, mtls->xStart, mtls->xEnd, mtls->fep.eStrideIn, mtls->fep.eStrideOut);
387 uint32_t xEnd = xStart + mtls->mSliceSize;
388 xEnd = rsMin(xEnd, mtls->xEnd);
389 if (xEnd <= xStart) {
393 //ALOGE("usr slice %i idx %i, x %i,%i", slice, idx, xStart, xEnd);
398 fn(&p, xStart, xEnd, mtls->fep.eStrideIn, mtls->fep.eStrideOut)
    [all...]
rsCpuCore.h 66 uint32_t xEnd;
rsCpuScript.cpp 755 if (!sc || (sc->xEnd == 0)) {
756 mtls->xEnd = mtls->fep.dimX;
759 rsAssert(sc->xEnd <= mtls->fep.dimX);
760 rsAssert(sc->xStart < sc->xEnd);
762 mtls->xEnd = rsMin(mtls->fep.dimX, sc->xEnd);
763 if (mtls->xStart >= mtls->xEnd) return;
788 mtls->xEnd = rsMax((uint32_t)1, mtls->xEnd);
    [all...]
  /frameworks/rs/scriptc/
rs_core.rsh 113 uint32_t xEnd;
  /prebuilts/sdk/renderscript/include/
rs_core.rsh 113 uint32_t xEnd;
  /external/chromium_org/third_party/WebKit/Source/core/platform/image-decoders/gif/
GIFImageDecoder.cpp 149 const int xEnd = std::min(static_cast<int>(frameContext->xOffset() + width), size().width());
151 if (rowBuffer.isEmpty() || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin))
168 Vector<unsigned char>::const_iterator rowEnd = rowBegin + (xEnd - xBegin);
205 buffer.copyRowNTimes(xBegin, xEnd, yBegin, yEnd);
  /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/core/platform/graphics/filters/
FilterEffect.cpp 289 int xEnd = rect.maxX();
290 if (xEnd > m_absolutePaintRect.width())
291 xEnd = m_absolutePaintRect.width();
303 int size = (xEnd - xOrigin) * 4;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java 339 final int xEnd = Math.min(lastPixelXCoordinate, keyX + key.getWidth() + threshold);
344 for (int centerX = xStart; centerX <= xEnd; centerX += mCellWidth) {
  /frameworks/rs/
rsDefines.h 388 uint32_t xEnd;
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
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)
  /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)
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 500 float xEnd = Float.parseFloat(args[2]);
510 float xStep = (xEnd - xStart) / stepCount;
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemView.java 326 final int xEnd = coordinates.foldersXEnd;
335 int availableSpace = xEnd - xMinStart;
345 int xStart = xEnd - Math.min(availableSpace, totalWidth);
    [all...]
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp 804 jint xstart, jint xend,
810 sc.xEnd = xend;
824 jbyteArray params, jint xstart, jint xend
    [all...]
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp     [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 

Completed in 1251 milliseconds