/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
LayoutRect.h | 68 LayoutUnit maxY() const { return y() + height(); } 128 LayoutUnit delta = edge - maxY(); 143 { return px >= x() && px < maxX() && py >= y() && py < maxY(); }
|
/external/chromium_org/third_party/skia/src/opts/ |
SkBitmapFilter_opts_SSE2.cpp | 52 const int maxY = s.fBitmap->height() - 1; 68 int y1 = SkTMin(maxY, int(floor(sy+s.getBitmapFilter()->width() + 0.5f))); 116 const int maxY = s.fBitmap->height() - 1; 125 int y1 = SkTMin(maxY, int(floor(sy+s.getBitmapFilter()->width() + 0.5f)));
|
SkBitmapProcState_matrix_repeat_neon.h | 71 const unsigned maxY = s.fBitmap->height() - 1; 72 *xy++ = TILEY_PROCF(fx, maxY); 179 int maxY = s.fBitmap->height() - 1; 227 yout = vmulq_s32(yout, vdupq_n_s32(maxY+1)); 254 uint32_t val = (TILEY_PROCF(ofy, maxY) << 16) | TILEX_PROCF(ofx, maxX); 266 SkDebugf("maxX %08x maxY %08x\n", maxX, maxY); 273 *xy++ = (TILEY_PROCF(fy, maxY) << 16) | TILEX_PROCF(fx, maxX); 285 int maxY = s.fBitmap->height() - 1; 356 y = vmulq_s32(y, vdupq_n_s32(maxY+1)) [all...] |
SkBitmapProcState_opts_SSE2.cpp | 262 const unsigned maxY = s.fBitmap->height() - 1; 264 *xy++ = ClampX_ClampY_pack_filter(fy, maxY, s.fFilterOneY); 383 const unsigned maxY = s.fBitmap->height() - 1; 384 *xy++ = SkClampMax(fx >> 16, maxY); 505 unsigned maxY = s.fBitmap->height() - 1; 514 __m128i wide_max = _mm_set_epi32(maxX, maxY, maxX, maxY); 552 *xy++ = ClampX_ClampY_pack_filter(fy, maxY, oneY); 579 int maxY = s.fBitmap->height() - 1; 583 *xy++ = (SkClampMax(fy >> 16, maxY) << 16) [all...] |
SkBitmapProcState_matrix_clamp_neon.h | 73 const unsigned maxY = s.fBitmap->height() - 1; 74 *xy++ = TILEY_PROCF(fx, maxY); 181 int maxY = s.fBitmap->height() - 1; 195 /* my sets of maxx/maxy for clamping */ 196 int32_t maxpair = (maxX&0xffff) | ((maxY&0xffff)<<16); 268 *xy++ = (TILEY_PROCF(fy, maxY) << 16) | TILEX_PROCF(fx, maxX); 283 int maxY = s.fBitmap->height() - 1; 315 int16x4_t maxY4 = vdup_n_s16((int16_t)maxY); 348 /* clamp Y>>16 (aka yhi) to 0..maxY */ 350 yhi = vmin_s16(yhi, maxY4); /* now 0..maxY */ [all...] |
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/dialogs/ |
ResizableDialog.java | 110 int maxY = windowBounds.y + windowBounds.height - initialSize.y; 114 if (y > maxY) { 115 y = maxY;
|
/external/replicaisland/src/com/replica/replicaisland/ |
SphereCollisionVolume.java | 133 final float maxY; 139 maxY = Math.max(getMaxY(), other.getMaxY()); 144 maxY = other.getMaxY(); 148 final float verticalDelta = maxY - minY;
|
/external/skia/src/opts/ |
SkBitmapFilter_opts_SSE2.cpp | 52 const int maxY = s.fBitmap->height() - 1; 68 int y1 = SkTMin(maxY, int(floor(sy+s.getBitmapFilter()->width() + 0.5f))); 116 const int maxY = s.fBitmap->height() - 1; 125 int y1 = SkTMin(maxY, int(floor(sy+s.getBitmapFilter()->width() + 0.5f)));
|
SkBitmapProcState_matrix_repeat_neon.h | 71 const unsigned maxY = s.fBitmap->height() - 1; 72 *xy++ = TILEY_PROCF(fx, maxY); 179 int maxY = s.fBitmap->height() - 1; 227 yout = vmulq_s32(yout, vdupq_n_s32(maxY+1)); 254 uint32_t val = (TILEY_PROCF(ofy, maxY) << 16) | TILEX_PROCF(ofx, maxX); 266 SkDebugf("maxX %08x maxY %08x\n", maxX, maxY); 273 *xy++ = (TILEY_PROCF(fy, maxY) << 16) | TILEX_PROCF(fx, maxX); 285 int maxY = s.fBitmap->height() - 1; 356 y = vmulq_s32(y, vdupq_n_s32(maxY+1)) [all...] |
SkBitmapProcState_opts_SSE2.cpp | 262 const unsigned maxY = s.fBitmap->height() - 1; 264 *xy++ = ClampX_ClampY_pack_filter(fy, maxY, s.fFilterOneY); 383 const unsigned maxY = s.fBitmap->height() - 1; 384 *xy++ = SkClampMax(fx >> 16, maxY); 505 unsigned maxY = s.fBitmap->height() - 1; 514 __m128i wide_max = _mm_set_epi32(maxX, maxY, maxX, maxY); 552 *xy++ = ClampX_ClampY_pack_filter(fy, maxY, oneY); 579 int maxY = s.fBitmap->height() - 1; 583 *xy++ = (SkClampMax(fy >> 16, maxY) << 16) [all...] |
SkBitmapProcState_matrix_clamp_neon.h | 73 const unsigned maxY = s.fBitmap->height() - 1; 74 *xy++ = TILEY_PROCF(fx, maxY); 181 int maxY = s.fBitmap->height() - 1; 195 /* my sets of maxx/maxy for clamping */ 196 int32_t maxpair = (maxX&0xffff) | ((maxY&0xffff)<<16); 268 *xy++ = (TILEY_PROCF(fy, maxY) << 16) | TILEX_PROCF(fx, maxX); 283 int maxY = s.fBitmap->height() - 1; 315 int16x4_t maxY4 = vdup_n_s16((int16_t)maxY); 348 /* clamp Y>>16 (aka yhi) to 0..maxY */ 350 yhi = vmin_s16(yhi, maxY4); /* now 0..maxY */ [all...] |
/frameworks/base/services/input/ |
PointerController.cpp | 167 float minX, minY, maxX, maxY; 168 if (getBoundsLocked(&minX, &minY, &maxX, &maxY)) { 178 } else if (y >= maxY) { 179 mLocked.pointerY = maxY; 325 float minX, minY, maxX, maxY; 326 if (getBoundsLocked(&minX, &minY, &maxX, &maxY)) { 328 mLocked.pointerY = (minY + maxY) * 0.5f;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
LintOverlay.java | 82 int maxY = mVScale.translate(0) + mVScale.getScaledImgSize(); 104 if (x > maxX || y > maxY) {
|
/development/samples/devbytes/graphics/ImagePixelization/src/com/example/android/imagepixelization/ |
ImagePixelization.java | 176 int maxX, maxY; 184 maxY = Math.min(y + yPixels, height); 187 for (int j = y; j < maxY; j++) {
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
FloatingObjects.h | 67 LayoutUnit maxY() const { ASSERT(isPlaced()); return m_frameRect.maxY(); }
|
RenderRegion.cpp | 111 LayoutUnit maxY = isLastPortion ? max(flowThreadPortionRect.maxY(), flowThreadOverflow.maxY()) + outlineSize : flowThreadPortionRect.maxY(); 115 clipRect = LayoutRect(minX, minY, maxX - minX, maxY - minY); 121 LayoutUnit maxY = clipY ? flowThreadPortionRect.maxY() : max(flowThreadPortionRect.y(), (flowThreadOverflow.maxY() + outlineSize)); 122 clipRect = LayoutRect(minX, minY, maxX - minX, maxY - minY); 459 return flowThread()->isHorizontalWritingMode() ? rect.maxY() : rect.maxX() [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkBitmapProcState.cpp | 636 const int maxY = s.fBitmap->height() - 1; 638 int iy = SkClampMax(s.fFilterOneY + y, maxY); 644 int iy2 = SkClampMax(SkScalarFloorToInt(pt.fY), maxY); [all...] |
/external/opencv/cvaux/src/ |
cvcorrimages.cpp | 633 float maxX,maxY; 636 maxX = maxY = FLT_MIN; 656 if( y > maxY ) 657 maxY = y; 677 if( y > maxY ) 678 maxY = y; 686 subdiv = cvCreateSubdivDelaunay2D( cvRect( cvRound(minX)-5, cvRound(minY)-5, cvRound(maxX-minX)+10, cvRound(maxY-minY)+10 ), storage ); [all...] |
/external/skia/src/core/ |
SkBitmapProcState.cpp | 636 const int maxY = s.fBitmap->height() - 1; 638 int iy = SkClampMax(s.fFilterOneY + y, maxY); 644 int iy2 = SkClampMax(SkScalarFloorToInt(pt.fY), maxY); [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
GalleryActivity.java | 261 float maxY = event.getDevice().getMotionRange(MotionEvent.AXIS_Y).getMax(); 264 float scaleY = decor.getHeight() / maxY;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/ |
PolygonShape.cpp | 66 if (edge.minY() > y || edge.maxY() < y) 82 } else if (y == edge.maxY()) { 349 if (edge->maxY() > y2) { 425 if (!polygon.overlappingEdges(rect.y(), rect.maxY(), edges)) 458 float maxY = minY + minIntervalHeight; 460 if (maxY > boundingBox.maxY()) 464 polygon.overlappingEdges(minIntervalTop, boundingBox.maxY(), edges); 497 if (offsetEdgeBuffer[j].maxY() >= minY)
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/ |
SDL_epocvideo.cpp | 895 TInt maxY = Min(screenH - 1, rect2.y + rect2.h - 1); 896 if (maxX < 0 || maxY < 0) /* sanity check */ 899 maxY = Min(maxY, Private->EPOC_ScreenSize.iHeight-1); 904 const TInt sourceRectHeight = maxY - rect2.y + 1; [all...] |
/packages/apps/DeskClock/src/com/android/deskclock/ |
AlarmTimelineView.java | 300 final int maxY = mAlarmTimelineLength + mAlarmTimelineMarginTop; 316 if (y > maxY) { 321 + ", y=" + y + ", maxY=" + maxY); 322 y = maxY;
|
/external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
TransformationMatrix.cpp | 644 bottom = clampEdgeValue(ceilf(mappedQuadBounds.maxY())); 688 float maxY = r.maxY(); 691 result.setP3(internalMapPoint(FloatPoint(maxX, maxY))); 692 result.setP4(internalMapPoint(FloatPoint(r.x(), maxY))); [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/bounding/ |
BoundingBox.java | 227 float maxX = vars.vect1.x, maxY = vars.vect1.y, maxZ = vars.vect1.z;
240 } else if (vars.vect1.y > maxY) {
241 maxY = vars.vect1.y;
253 center.set(minX + maxX, minY + maxY, minZ + maxZ);
257 yExtent = maxY - center.y;
[all...] |