HomeSort by relevance Sort by last modified time
    Searched refs:topLeft (Results 26 - 50 of 53) sorted by null

12 3

  /external/webkit/WebCore/platform/graphics/
IntRect.h 98 IntPoint topLeft() const { return m_location; }
  /external/webkit/WebCore/platform/graphics/skia/
GraphicsContextSkia.cpp 134 SkPoint topleft = {rc.fLeft, rc.fTop}; local
136 return isPointSkiaSafe(transform, topleft) && isPointSkiaSafe(transform, bottomright);
771 const IntSize& topLeft,
786 if (topLeft.width() + topRight.width() > rect.width()
788 || topLeft.height() + bottomLeft.height() > rect.height()
801 addCornerArc(&path, r, topLeft, 180);
    [all...]
  /external/webkit/WebKit/mac/WebView/
WebTextCompletionController.mm 123 - (void)_placePopupWindow:(NSPoint)topLeft
130 NSPoint wordStart = topLeft;
  /external/webkit/WebKit/win/WebCoreSupport/
WebChromeClient.cpp 475 POINT topLeft = {0, 0};
477 ::ClientToScreen(viewWindow, &topLeft);
478 result.move(topLeft.x, topLeft.y);
  /external/webkit/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 172 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace)
  /external/webkit/WebCore/platform/graphics/android/
GraphicsContextAndroid.cpp 646 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight,
656 radii[0] = SkIntToScalar(topLeft.width());
657 radii[1] = SkIntToScalar(topLeft.height());
    [all...]
  /external/webkit/WebCore/platform/graphics/wince/
GraphicsContextWince.cpp 511 FloatPoint topLeft = m_data->m_transform.mapPoint(FloatPoint(rectBeforeTransform->topLeft()));
516 FloatSize sideTop = topRight - topLeft;
517 FloatSize sideLeft = bottomLeft - topLeft;
    [all...]
  /external/webkit/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 173 offset = rect.topLeft();
642 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace)
647 Path path = Path::createRoundedRectangle(rect, topLeft, topRight, bottomLeft, bottomRight);
    [all...]
  /external/webkit/WebCore/rendering/style/
RenderStyle.h 389 const IntSize& borderTopLeftRadius() const { return surround->border.topLeft; }
    [all...]
  /external/webkit/WebCore/platform/graphics/cg/
GraphicsContextCG.cpp 651 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace)
663 addPath(Path::createRoundedRectangle(rect, topLeft, topRight, bottomLeft, bottomRight));
    [all...]
  /external/webkit/WebCore/platform/graphics/openvg/
PainterOpenVG.cpp 709 void PainterOpenVG::drawRoundedRect(const FloatRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, VGbitfield specifiedPaintModes)
735 FloatSize clampedTopLeft = FloatSize(topLeft).shrunkTo(rect.size()).expandedTo(FloatSize());
  /external/webkit/WebCore/rendering/
RenderFrameSet.cpp 98 context->fillRect(IntRect(borderRect.topLeft(), IntSize(1, height())), borderStartEdgeColor(), colorSpace);
118 context->fillRect(IntRect(borderRect.topLeft(), IntSize(width(), 1)), borderStartEdgeColor(), colorSpace);
SVGRootInlineBox.cpp     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/qtopia/
SDL_QWin.cc 355 my_painter->drawImage(rect.topLeft(), *my_image, rect);
  /external/webkit/WebCore/platform/graphics/win/
FontCGWin.cpp 289 graphicsContext->drawWindowsBitmap(bitmap.get(), textRect.topLeft());
MediaPlayerPrivateQuickTimeWin.cpp 554 p->drawWindowsBitmap(bitmap.get(), r.topLeft());
  /external/webkit/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 265 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace)
  /external/webkit/WebCore/plugins/mac/
PluginViewMac.cpp 137 return widget->mapTo(topLevel, QPoint(0, 0)) + topLevel->geometry().topLeft() - topLevel->pos();
  /external/webkit/WebCore/platform/graphics/cairo/
GraphicsContextCairo.cpp     [all...]
  /external/webkit/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp     [all...]
  /external/webkit/WebKit/qt/Api/
qwebframe.cpp     [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 

Completed in 621 milliseconds

12 3