Home
last modified time | relevance | path

Searched refs:bottomRect (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
DRenderThemeGtk2.cpp647 IntRect bottomRect(IntPoint(0, expandedRect.height() / 2), expandedRect.size()); in paintInnerSpinButton() local
648 bottomRect.setHeight(expandedRect.height() - bottomRect.y()); in paintInnerSpinButton()
649 widgetContext.gtkPaintBox(bottomRect, widget, stateType, shadowType, "spinbutton_down"); in paintInnerSpinButton()
651 arrowRect.setY(arrowRect.y() + bottomRect.y() - 1); in paintInnerSpinButton()
/external/webkit/Source/WebKit/chromium/tests/
DTransparencyWinTest.cpp488 FloatRect bottomRect(0, 8, 16, 8); in TEST() local
489 src->context()->fillRect(bottomRect, red, ColorSpaceDeviceRGB); in TEST()
/external/webkit/Source/WebCore/rendering/
DRenderObject.cpp1309 IntRect bottomRect(newOutlineBox.x(), in repaintAfterLayoutIfNeeded() local
1314 if (bottomRect.y() < bottom) { in repaintAfterLayoutIfNeeded()
1315 bottomRect.setHeight(min(bottomRect.height(), bottom - bottomRect.y())); in repaintAfterLayoutIfNeeded()
1316 repaintUsingContainer(repaintContainer, bottomRect); in repaintAfterLayoutIfNeeded()