Searched refs:cornerRect (Results 1 - 12 of 12) sorted by relevance

/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/core/rendering/
H A DRenderScrollbarTheme.cpp111 void RenderScrollbarTheme::paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect) argument
114 context->fillRect(cornerRect, Color::white);
H A DRenderScrollbarTheme.h43 virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect) OVERRIDE;
H A DRenderLayerScrollableArea.cpp253 static IntRect cornerRect(const RenderStyle* style, const Scrollbar* horizontalScrollbar, const Scrollbar* verticalScrollbar, const IntRect& bounds) function in namespace:blink
288 return cornerRect(box().style(), horizontalScrollbar(), verticalScrollbar(), box().pixelSnappedBorderBoxRect());
1128 IntRect corner = cornerRect(box().style(), horizontalScrollbar(), verticalScrollbar(), bounds);
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollView.cpp749 static void positionScrollCornerLayer(GraphicsLayer* graphicsLayer, const IntRect& cornerRect) argument
753 graphicsLayer->setDrawsContent(!cornerRect.isEmpty());
754 graphicsLayer->setPosition(cornerRect.location());
755 if (cornerRect.size() != graphicsLayer->size())
757 graphicsLayer->setSize(cornerRect.size());
794 IntRect cornerRect; local
797 return cornerRect;
800 cornerRect.unite(IntRect(shouldPlaceVerticalScrollbarOnLeft() ? 0 : m_horizontalScrollbar->width(),
807 cornerRect.unite(IntRect(shouldPlaceVerticalScrollbarOnLeft() ? 0 : (width() - m_verticalScrollbar->width()),
813 return cornerRect;
833 paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect) argument
[all...]
H A DScrollbarTheme.cpp205 void ScrollbarTheme::paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect) argument
207 if (cornerRect.isEmpty())
211 context->fillRect(cornerRect, Color::white);
213 blink::Platform::current()->themeEngine()->paint(context->canvas(), blink::WebThemeEngine::PartScrollbarCorner, blink::WebThemeEngine::StateNormal, blink::WebRect(cornerRect), 0);
H A DScrollbarTheme.h80 virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect);
H A DScrollView.h236 virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect);
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp2361 IntRect cornerRect = scrollCornerRect(); local
2364 if (doc && !cornerRect.isEmpty()) {
2390 invalidateScrollCorner(cornerRect);
2399 void FrameView::paintScrollCorner(GraphicsContext* context, const IntRect& cornerRect) argument
2404 context->fillRect(cornerRect, baseBackgroundColor());
2405 m_scrollCorner->paintIntoRect(context, cornerRect.location(), cornerRect);
2409 ScrollView::paintScrollCorner(context, cornerRect);
H A DFrameView.h213 virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect) OVERRIDE;
/external/chromium_org/content/shell/renderer/test_runner/
H A Dmock_web_theme_engine.cc469 SkIRect cornerRect = {rect.x, rect.y, rect.x + rect.width, rect.y + rect.height}; local
474 canvas->drawIRect(cornerRect, paint);
/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 4025 milliseconds