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

1 2 3 45 6 7

  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.cpp 349 IntRect popupRect(popupX, rScreenCoords.maxY(), popupWidth, popupHeight);
355 if (popupRect.maxY() > screen.height()) {
604 for (int y = listRect.y(); y < listRect.maxY(); y += m_itemHeight) {
  /external/webkit/Source/WebCore/platform/graphics/gpu/
LoopBlinnPathProcessor.cpp 78 builder.append(" maxY=");
79 builder.append(String::number(arg.maxY()));
720 if (boundingBox.y() <= y && y <= boundingBox.maxY())
750 tree.add(tree.createInterval(boundingBox.y(), boundingBox.maxY(), seg));
    [all...]
LoopBlinnMathUtils.cpp 259 float maxY = std::max(cubic[0].y(), cubic[3].y());
263 || xRay.y() > maxY) {
  /external/webkit/Source/WebCore/rendering/
InlineTextBox.cpp 463 return clockwise ? AffineTransform(0, 1, -1, 0, boxRect.x() + boxRect.maxY(), boxRect.maxY() - boxRect.x())
464 : AffineTransform(0, -1, 1, 0, boxRect.x() - boxRect.maxY(), boxRect.x() + boxRect.maxY());
480 int paintEnd = isHorizontal() ? paintInfo.rect.maxX() : paintInfo.rect.maxY();
    [all...]
RenderLayer.cpp     [all...]
RenderReplaced.cpp 187 if (top >= paintInfo.rect.maxY() + os || bottom <= paintInfo.rect.y() - os)
RenderObject.cpp     [all...]
RenderView.cpp 318 rect.setY(viewHeight() - rect.maxY());
678 return overflowRect.maxY();
RenderBox.cpp 572 result.setY(box.maxY() + reflectionOffset() + (box.maxY() - r.maxY()));
575 result.setY(box.y() - reflectionOffset() - box.height() + (box.maxY() - r.maxY()));
    [all...]
RenderTableSection.cpp     [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
GLES2Canvas.cpp 424 for (int y = tileIdxRect.y(); y <= tileIdxRect.maxY(); y++) {
755 scissorClear(rect.x() - width, rect.maxY(), rect.width() + width, width);
839 scissorClear(srcRect.x(), srcRect.maxY(), srcRect.width(), kernelWidth);
    [all...]
LayerRendererChromium.cpp 477 ASSERT(rect.maxX() <= m_viewportVisibleRect.width() && rect.maxY() <= m_viewportVisibleRect.height());
    [all...]
  /external/webkit/Source/WebCore/page/
WindowFeatures.cpp 191 y = floatFeature(features, "dialogtop", screenAvailableRect.y(), screenAvailableRect.maxY() - height, -1);
FrameView.cpp     [all...]
  /external/webkit/Source/WebKit/android/nav/
CachedFrame.h 178 int bottom() const { return bounds().maxY(); }
  /frameworks/base/core/java/android/widget/
NumberPicker.java     [all...]
  /frameworks/base/libs/rs/scriptc/
rs_graphics.rsh 376 float *maxX, float *maxY, float *maxZ);
  /prebuilt/sdk/14/renderscript/include/
rs_graphics.rsh 369 float *maxX, float *maxY, float *maxZ);
  /external/webkit/Source/WebCore/platform/graphics/wince/
SharedBitmap.cpp 485 stableRound(trRect.maxY()),
501 stableRound(visibleDstRect.maxY()) - stableRound(visibleDstRect.y())
  /external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.cpp 396 IntRect popupRect(popupX, rectInScreenCoords.maxY(), popupWidth, popupHeight);
406 if (popupRect.maxY() > screen.height()) {
  /system/core/libpixelflinger/
trap.cpp 547 const int32_t maxy = min(bmaxy, c->state.scissor.bottom); local
548 if ((minx >= maxx) || (miny >= maxy))
565 for (int32_t y = miny; y < maxy; y++) {
    [all...]
  /external/webkit/Source/WebCore/html/
HTMLCanvasElement.cpp 391 int bottom = clampToInteger(ceilf(logicalRect.maxY() * m_pageScaleFactor));
  /external/webkit/Source/WebCore/platform/graphics/android/
GLWebViewState.cpp 234 m_invalidateRegion.op(rect.x(), rect.y(), rect.maxX(), rect.maxY(), SkRegion::kUnion_Op);
  /external/webkit/Source/WebCore/platform/graphics/mac/
SimpleFontDataMac.mm 463 boundingBox.setY(-boundingBox.maxY());
  /external/webkit/Source/WebCore/platform/graphics/win/
UniscribeController.cpp 351 m_maxGlyphBoundingBoxY = max(m_maxGlyphBoundingBoxY, glyphBounds.maxY());

Completed in 1486 milliseconds

1 2 3 45 6 7