HomeSort by relevance Sort by last modified time
    Searched refs:topLeft (Results 51 - 71 of 71) sorted by null

1 23

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionManager.java 530 * @param topLeft The top left corner defining the selection rectangle.
536 public void selectWithin(LayoutPoint topLeft, LayoutPoint bottomRight,
542 Collection<CanvasViewInfo> viewInfos = viewHierarchy.findWithin(topLeft, bottomRight);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/wince/
GraphicsContextWinCE.cpp 510 FloatPoint topLeft = m_data->m_transform.mapPoint(FloatPoint(rectBeforeTransform->location()));
515 FloatSize sideTop = topRight - topLeft;
516 FloatSize sideLeft = bottomLeft - topLeft;
    [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/Source/WebCore/platform/graphics/
GraphicsContext.h 337 void fillRoundedRect(const IntRect&, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color&, ColorSpace);
GraphicsContext.cpp 621 fillRoundedRect(rect.rect(), rect.radii().topLeft(), rect.radii().topRight(), rect.radii().bottomLeft(), rect.radii().bottomRight(), color, colorSpace);
  /external/webkit/Source/WebCore/platform/graphics/wx/
GraphicsContextWx.cpp 278 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/Source/WebKit/qt/Api/
qgraphicswebview.cpp 143 q->setGeometry(QRectF(q->geometry().topLeft(), size));
  /external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm 136 return widget->mapTo(topLevel, QPoint(0, 0)) + topLevel->geometry().topLeft() - topLevel->pos();
  /external/webkit/Source/WebCore/rendering/
RenderThemeSafari.cpp 756 int radius = bound.radii().topLeft().width();
785 paintInfo.context->addRoundedRectClip(RoundedIntRect(enclosingIntRect(topGradient), bound.radii().topLeft(), bound.radii().topRight(), IntSize(), IntSize()));
    [all...]
RenderThemeMac.mm     [all...]
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 744 void GraphicsContext::fillRoundedRect(const IntRect& rect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& color, ColorSpace colorSpace)
750 path.addRoundedRect(rect, topLeft, topRight, bottomLeft, bottomRight);
    [all...]
GraphicsLayerQt.cpp 460 painter.drawPixmap(cleanBounds.topLeft(), oldPixmap, cleanBounds);
    [all...]
  /external/webkit/Source/WebKit/qt/tests/qwebpage/
tst_qwebpage.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 423 const LengthSize& borderTopLeftRadius() const { return surround->border.topLeft(); }
    [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 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 

Completed in 2676 milliseconds

1 23