/external/webkit/Source/WebCore/platform/graphics/filters/ |
FilterEffect.cpp | 145 int xEnd = rect.maxX(); 146 if (xEnd > m_absolutePaintRect.width()) 147 xEnd = m_absolutePaintRect.width(); 159 int size = (xEnd - xOrigin) * 4;
|
/external/webkit/Source/WebCore/platform/image-decoders/gif/ |
GIFImageDecoder.cpp | 204 int xEnd = lowerBoundScaledX(std::min(static_cast<int>(frameReader->x_offset + (rowEnd - rowBuffer)), size().width()) - 1, xBegin + 1) + 1; 206 if (!rowBuffer || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin)) 228 for (int x = xBegin; x < xEnd; ++x) { 249 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);
|
/frameworks/rs/cpu_ref/ |
rsCpuCore.cpp | 162 if (mtls && mtls->fep.dimY <= 1 && mtls->xEnd <= mtls->xStart + mtls->mSliceSize) { 320 //ALOGE("usr idx %i, x %i,%i y %i,%i", idx, mtls->xStart, mtls->xEnd, yStart, yEnd); 328 fn(&p, mtls->xStart, mtls->xEnd, mtls->fep.eStrideIn, mtls->fep.eStrideOut); 344 uint32_t xEnd = xStart + mtls->mSliceSize; 345 xEnd = rsMin(xEnd, mtls->xEnd); 346 if (xEnd <= xStart) { 350 //ALOGE("usr slice %i idx %i, x %i,%i", slice, idx, xStart, xEnd); 355 fn(&p, xStart, xEnd, mtls->fep.eStrideIn, mtls->fep.eStrideOut) [all...] |
rsCpuCore.h | 65 uint32_t xEnd;
|
/external/replicaisland/src/com/replica/replicaisland/ |
BackgroundCollisionComponent.java | 251 float xEnd = right; 254 xEnd = left; 261 mRayEnd.set(xEnd, centerOffsetY);
|
/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 | 387 uint32_t xEnd;
|
/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 | |