HomeSort by relevance Sort by last modified time
    Searched full:maxy (Results 26 - 50 of 175) sorted by null

12 3 4 5 6 7

  /external/webkit/Source/WebCore/dom/
ClientRect.h 46 float bottom() const { return m_rect.maxY(); }
  /external/webkit/Source/WebCore/platform/graphics/skia/
FloatRectSkia.cpp 46 SkRect rect = { x(), y(), maxX(), maxY() };
  /external/webkit/Source/WebCore/platform/graphics/win/
IntRectWin.cpp 41 RECT rect = { x(), y(), maxX(), maxY() };
  /external/skia/src/effects/
SkEmbossMask.cpp 107 int maxy = mask->fBounds.height() - 1; local
111 for (int y = 0; y <= maxy; y++) {
112 int next_row = neq_to_mask(y, maxy) & rowBytes;
  /external/webkit/Source/WebCore/page/
SpatialNavigation.cpp 131 return isHorizontalMove(direction) ? rect.maxY() : rect.maxX();
253 return curRect.y() - targetRect.maxY() > viewSize.height();
255 return targetRect.y() - curRect.maxY() > viewSize.height();
265 return a.y() > b.maxY();
282 return targetRect.maxY() <= curRect.y();
284 return targetRect.y() >= curRect.maxY();
554 entryPoint.setY(potentialRect.maxY());
561 exitPoint.setY(startingRect.maxY());
573 entryPoint.setY(potentialRect.maxY());
575 exitPoint.setY(startingRect.maxY());
    [all...]
PrintContext.cpp 128 blockDirectionStart = docRect.maxY();
132 blockDirectionEnd = docRect.maxY();
144 inlineDirectionStart = view->style()->isLeftToRightDirection() ? docRect.y() : docRect.maxY();
145 inlineDirectionEnd = view->style()->isLeftToRightDirection() ? docRect.maxY() : docRect.y();
267 if (page.x() <= left && left < page.maxX() && page.y() <= top && top < page.maxY())
  /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;
317 float minX, minY, maxX, maxY;
318 if (getBoundsLocked(&minX, &minY, &maxX, &maxY)) {
320 mLocked.pointerY = (minY + maxY) * 0.5f;
  /external/webkit/Source/WebCore/platform/graphics/
IntRect.h 95 int maxY() const { return y() + height(); }
132 int delta = edge - maxY();
147 { return px >= x() && px < maxX() && py >= y() && py < maxY(); }
FloatQuad.h 58 , m_p3(inRect.maxX(), inRect.maxY())
59 , m_p4(inRect.x(), inRect.maxY())
FloatRect.h 94 float maxY() const { return y() + height(); }
120 { return px >= x() && px <= maxX() && py >= y() && py <= maxY(); }
TiledBackingStore.cpp 77 Tile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(dirtyRect.maxX(), dirtyRect.maxY()));
136 Tile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(dirtyRect.maxX(), dirtyRect.maxY()));
233 Tile::Coordinate bottomRight = tileCoordinateForPoint(IntPoint(coverRect.maxX(), coverRect.maxY()));
  /external/webkit/Source/WebCore/platform/graphics/filters/
FilterEffect.cpp 132 if (rect.x() < 0 || rect.y() < 0 || rect.maxX() > m_absolutePaintRect.width() || rect.maxY() > m_absolutePaintRect.height())
136 if (rect.maxX() <= 0 || rect.maxY() <= 0 || rect.x() >= m_absolutePaintRect.width() || rect.y() >= m_absolutePaintRect.height())
155 int yEnd = rect.maxY();
  /external/chromium/chrome/browser/resources/
keyboard_overlay.js 353 var maxY = 0;
390 maxY = Math.max(maxY, y + h);
394 var height = maxY - minY + 1;
  /external/webkit/Source/WebCore/page/qt/
FrameQt.cpp 55 context->clip(FloatRect(0, 0, paintingRect.maxX(), paintingRect.maxY()));
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageBufferDataCG.cpp 120 if (rect.x() < 0 || rect.y() < 0 || rect.maxX() > size.width() || rect.maxY() > size.height())
140 int endy = rect.maxY();
277 ASSERT(originy <= sourceRect.maxY());
279 int endy = destPoint.y() + sourceRect.maxY();
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
ScrollerHelper.java 80 0, 0, // minY, maxY
  /external/webkit/Source/WebKit/android/nav/
CachedRoot.cpp 592 SkIRect fatter = {r->x(), r->y(), r->maxX(), r->maxY()};
    [all...]
CachedFrame.cpp 73 top = direction == UP ? bestRect.maxY() : prior.maxY();
97 int bottom = prior.maxY();
98 int testBottom = bestRect.maxY();
525 test->index(), rect.x(), rect.y(), rect.maxX(), rect.maxY(),
526 testRect.x(), testRect.y(), testRect.maxX(), testRect.maxY());
531 cursorRect.maxY());
613 distance = clip->maxY() - testBounds.y();
616 distance = testBounds.maxY() - clip->y();
    [all...]
CachedNode.cpp 150 int unitBottom = unitBoundsPtr->maxY();
158 int testBottom = testBoundsPtr->maxY();
187 candidateBottom > checkBoundsPtr->maxY())
188 candidateTop = checkBoundsPtr->maxY();
190 candidateBottom <= checkBoundsPtr->maxY())
  /external/webkit/Source/WebKit/win/WebCoreSupport/
EmbeddedWidget.cpp 123 rgn = ::CreateRectRgn(m_clipRect.x(), m_clipRect.y(), m_clipRect.maxX(), m_clipRect.maxY());
131 rgn = ::CreateRectRgn(m_clipRect.x(), m_clipRect.y(), m_clipRect.maxX(), m_clipRect.maxY());
  /external/freetype/src/raster/
ftraster.c 473 Long minY, maxY;
    [all...]
  /frameworks/base/core/java/android/widget/
OverScroller.java 386 * @param maxY Minimum valid Y value
390 public boolean springBack(int startX, int startY, int minX, int maxX, int minY, int maxY) {
395 final boolean spingbackY = mScrollerY.springback(startY, minY, maxY);
400 int minX, int maxX, int minY, int maxY) {
401 fling(startX, startY, velocityX, velocityY, minX, maxX, minY, maxY, 0, 0);
423 * @param maxY Maximum Y value. The scroller will not scroll past this point
424 * unless overY > 0. If overfling is allowed, it will use maxY as
432 int minX, int maxX, int minY, int maxY, int overX, int overY) {
446 mScrollerY.fling(startY, velocityY, minY, maxY, overY);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ImageBufferCairo.cpp 188 int endy = rect.maxY();
255 ASSERT(originy <= sourceRect.maxY());
257 int endy = destPoint.y() + sourceRect.maxY();
  /external/chromium/chrome/browser/ui/cocoa/find_bar/
find_bar_cocoa_controller.h 73 - (void)positionFindBarViewAtMaxY:(CGFloat)maxY maxWidth:(CGFloat)maxWidth;
find_bar_cocoa_controller.mm 134 - (void)positionFindBarViewAtMaxY:(CGFloat)maxY maxWidth:(CGFloat)maxWidth {
140 maxY += [containerView cr_lineWidth];
141 maxY_ = maxY;
143 NSRect newFrame = NSMakeRect(x, maxY - containerHeight,

Completed in 790 milliseconds

12 3 4 5 6 7