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

  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/jni/
stats_scorer.cpp 51 int yEnd = static_cast<int>(height * bottom);
52 int numPixels = (xEnd - xStart) * (yEnd - yStart);
56 for (int y = yStart; y < yEnd; y++) {
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
FEConvolveMatrix.h 94 ALWAYS_INLINE void fastSetInteriorPixels(PaintingData&, int clipRight, int clipBottom, int yStart, int yEnd);
102 ALWAYS_INLINE void setInteriorPixels(PaintingData&, int clipRight, int clipBottom, int yStart, int yEnd);
117 int yEnd;
FELighting.h 86 int yEnd;
FilterEffect.cpp 307 int yEnd = rect.maxY();
308 if (yEnd > m_absolutePaintRect.height())
309 yEnd = m_absolutePaintRect.height();
317 while (yOrigin < yEnd) {
  /external/chromium_org/third_party/WebKit/Source/platform/image-decoders/gif/
GIFImageDecoder.cpp 152 const int yEnd = std::min(static_cast<int>(frameContext->yOffset() + rowNumber + repeatCount), size().height());
153 if (!width || (xBegin < 0) || (yBegin < 0) || (xEnd <= xBegin) || (yEnd <= yBegin))
206 buffer.copyRowNTimes(xBegin, xEnd, yBegin, yEnd);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_foreach_bounds.java 39 final int yEnd = 6;
51 s.set_yEnd(yEnd);
55 sc.setX(xStart, xEnd).setY(yStart, yEnd);
  /frameworks/rs/cpu_ref/
rsCpuCore.cpp 357 uint32_t yEnd = yStart + mtls->mSliceSize;
358 yEnd = rsMin(yEnd, mtls->yEnd);
359 if (yEnd <= yStart) {
363 //ALOGE("usr idx %i, x %i,%i y %i,%i", idx, mtls->xStart, mtls->xEnd, yStart, yEnd);
366 for (p.y = yStart; p.y < yEnd; p.y++) {
460 for (p.y = mtls->yStart; p.y < mtls->yEnd; p.y++) {
rsCpuCore.h 68 uint32_t yEnd;
  /external/replicaisland/src/com/replica/replicaisland/
BackgroundCollisionComponent.java 223 float yEnd = bottom;
229 mRayEnd.set(centerOffsetX, yEnd);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
ProximityInfo.java 300 |---+---+---+---+---+-|________________________ yEnd | Since we only want to add the key to
323 bottomPixelWithinThreshold and call this yEnd right away.
332 final int yEnd = Math.min(lastPixelYCoordinate, keyY + key.getHeight() + threshold);
342 for (int centerY = yStart; centerY <= yEnd; centerY += mCellHeight) {
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 501 float yEnd = Float.parseFloat(args[3]);
511 float yStep = (yEnd - yStart) / stepCount;
    [all...]
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 348 const int yBegin = -15, yEnd = 15; // ends are non-inclusive
350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2;
363 for (y = yBegin; y < yEnd; ++y)
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 527 etc1_uint32 yEnd = height - y;
528 if (yEnd > 4) {
529 yEnd = 4;
531 int ymask = kYMask[yEnd];
538 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
580 etc1_uint32 yEnd = height - y;
581 if (yEnd > 4) {
582 yEnd = 4;
591 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
  /frameworks/native/opengl/tests/angeles/
demo.c 348 const int yBegin = -15, yEnd = 15; // ends are non-inclusive
350 const long triangleCount = (yEnd - yBegin) * (xEnd - xBegin) * 2;
363 for (y = yBegin; y < yEnd; ++y)
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 527 etc1_uint32 yEnd = height - y;
528 if (yEnd > 4) {
529 yEnd = 4;
531 int ymask = kYMask[yEnd];
538 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
580 etc1_uint32 yEnd = height - y;
581 if (yEnd > 4) {
582 yEnd = 4;
591 for (etc1_uint32 cy = 0; cy < yEnd; cy++) {
  /frameworks/rs/
rsDefines.h 390 uint32_t yEnd;
  /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 131 milliseconds