Searched defs:cornerRect (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderScrollbarTheme.cpp111 void RenderScrollbarTheme::paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect) argument
114 context->fillRect(cornerRect, Color::white);
H A DRenderLayerScrollableArea.cpp248 static IntRect cornerRect(const RenderStyle* style, const Scrollbar* horizontalScrollbar, const Scrollbar* verticalScrollbar, const IntRect& bounds) function in namespace:WebCore
283 return cornerRect(box().style(), horizontalScrollbar(), verticalScrollbar(), box().pixelSnappedBorderBoxRect());
1121 IntRect corner = cornerRect(box().style(), horizontalScrollbar(), verticalScrollbar(), bounds);
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatRoundedRect.cpp100 static inline float cornerRectIntercept(float y, const FloatRect& cornerRect) argument
102 ASSERT(cornerRect.height() > 0);
103 return cornerRect.width() * sqrt(1 - (y * y) / (cornerRect.height() * cornerRect.height()));
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarTheme.cpp205 void ScrollbarTheme::paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect) argument
207 if (cornerRect.isEmpty())
211 context->fillRect(cornerRect, Color::white);
215 blink::Platform::current()->themeEngine()->paint(context->canvas(), blink::WebThemeEngine::PartScrollbarCorner, blink::WebThemeEngine::StateNormal, blink::WebRect(cornerRect), 0);
H A DScrollView.cpp741 static void positionScrollCornerLayer(GraphicsLayer* graphicsLayer, const IntRect& cornerRect) argument
745 graphicsLayer->setDrawsContent(!cornerRect.isEmpty());
746 graphicsLayer->setPosition(cornerRect.location());
747 if (cornerRect.size() != graphicsLayer->size())
749 graphicsLayer->setSize(cornerRect.size());
786 IntRect cornerRect; local
789 return cornerRect;
792 cornerRect.unite(IntRect(shouldPlaceVerticalScrollbarOnLeft() ? 0 : m_horizontalScrollbar->width(),
799 cornerRect.unite(IntRect(shouldPlaceVerticalScrollbarOnLeft() ? 0 : (width() - m_verticalScrollbar->width()),
805 return cornerRect;
824 paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect) argument
[all...]
/external/chromium_org/content/shell/renderer/test_runner/
H A DWebTestThemeEngineMock.cpp473 SkIRect cornerRect = {rect.x, rect.y, rect.x + rect.width, rect.y + rect.height}; local
478 canvas->drawIRect(cornerRect, paint);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp2504 IntRect cornerRect = scrollCornerRect(); local
2507 if (doc && !cornerRect.isEmpty()) {
2533 invalidateScrollCorner(cornerRect);
2542 void FrameView::paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect) argument
2552 context->fillRect(cornerRect, baseBackgroundColor());
2553 m_scrollCorner->paintIntoRect(context, cornerRect.location(), cornerRect);
2557 ScrollView::paintScrollCorner(context, cornerRect);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 304 milliseconds