Searched refs:arrowDirection (Results 1 – 3 of 3) sorted by relevance
/external/webkit/Source/WebCore/platform/haiku/ |
D | ScrollbarThemeHaiku.cpp | 140 int arrowDirection; in paintButton() local 142 …arrowDirection = part == BackButtonStartPart ? BControlLook::B_UP_ARROW : BControlLook::B_DOWN_ARR… in paintButton() 144 …arrowDirection = part == BackButtonStartPart ? BControlLook::B_LEFT_ARROW : BControlLook::B_RIGHT_… in paintButton() 146 …rol_look->DrawArrowShape(view, drawRect, drawRect, ui_color(B_CONTROL_TEXT_COLOR), arrowDirection); in paintButton()
|
/external/webkit/Source/WebCore/platform/gtk/ |
D | WidgetRenderingContext.h | 51 …void gtkPaintArrow(const IntRect&, GtkWidget*, GtkStateType, GtkShadowType, int arrowDirection, co…
|
D | WidgetRenderingContext.cpp | 205 …idget* widget, GtkStateType stateType, GtkShadowType shadowType, int arrowDirection, const gchar* … in gtkPaintArrow() argument 209 …static_cast<GtkArrowType>(arrowDirection), TRUE, paintRect.x, paintRect.y, paintRect.width, paintR… in gtkPaintArrow()
|