/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) {
|
/external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/ |
GIFImageDecoder.cpp | 151 const int xEnd = std::min(static_cast<int>(frameContext->xOffset() + width), size().width()); 153 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin)) 169 GIFRow::const_iterator rowEnd = rowBegin + (xEnd - xBegin); 206 buffer.copyRowNTimes(xBegin, xEnd, yBegin, yEnd);
|
/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/WebKit/Source/platform/graphics/filters/ |
FilterEffect.cpp | 297 int xEnd = rect.maxX(); 298 if (xEnd > m_absolutePaintRect.width()) 299 xEnd = m_absolutePaintRect.width(); 311 int size = (xEnd - xOrigin) * 4;
|
/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;
|
/external/replicaisland/src/com/replica/replicaisland/ |
BackgroundCollisionComponent.java | 251 float xEnd = right; 254 xEnd = left; 261 mRayEnd.set(xEnd, centerOffsetY);
|
/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) {
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
MonkeySourceScript.java | 500 float xEnd = Float.parseFloat(args[2]); 510 float xStep = (xEnd - xStart) / stepCount; [all...] |
/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/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)
|
/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/ |
rsDefines.h | 388 uint32_t xEnd;
|
/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...] |
/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 | |