Home
last modified time | relevance | path

Searched refs:shadowType (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/gtk/
DWidgetRenderingContext.cpp147 …ntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* de… in gtkPaintBox() argument
159 gtk_paint_box(gtk_widget_get_style(widget), m_target, stateType, shadowType, &paintRect, in gtkPaintBox()
163 …ntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* de… in gtkPaintFlatBox() argument
166 gtk_paint_flat_box(gtk_widget_get_style(widget), m_target, stateType, shadowType, &paintRect, in gtkPaintFlatBox()
177 …ntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* de… in gtkPaintSlider() argument
180 …gtk_paint_slider(gtk_widget_get_style(widget), m_target, stateType, shadowType, &m_paintRect, widg… in gtkPaintSlider()
184 …ntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* de… in gtkPaintCheck() argument
187 … gtk_paint_check(gtk_widget_get_style(widget), m_target, stateType, shadowType, &paintRect, widget, in gtkPaintCheck()
191 …ntRect& rect, GtkWidget* widget, GtkStateType stateType, GtkShadowType shadowType, const gchar* de… in gtkPaintOption() argument
194 …gtk_paint_option(gtk_widget_get_style(widget), m_target, stateType, shadowType, &paintRect, widget, in gtkPaintOption()
[all …]
DScrollbarThemeGtk2.cpp104 GtkShadowType shadowType = GTK_SHADOW_OUT; in paintThumb() local
107 shadowType = GTK_SHADOW_IN; in paintThumb()
127 widgetContext.gtkPaintSlider(sliderRect, widget, stateType, shadowType, "slider", orientation); in paintThumb()
133 GtkShadowType shadowType = GTK_SHADOW_OUT; in paintButton() local
144 shadowType = GTK_SHADOW_IN; in paintButton()
184 widgetContext.gtkPaintBox(buttonRect, widget, stateType, shadowType, detail); in paintButton()
211 widgetContext.gtkPaintArrow(arrowRect, widget, stateType, shadowType, arrowType, detail); in paintButton()
DRenderThemeGtk2.cpp170 GtkShadowType shadowType = GTK_SHADOW_OUT; in paintToggle() local
172 shadowType = GTK_SHADOW_ETCHED_IN; in paintToggle()
174 shadowType = GTK_SHADOW_IN; in paintToggle()
182 widgetContext.gtkPaintOption(buttonRect, widget, toggleState, shadowType, detail); in paintToggle()
185 widgetContext.gtkPaintCheck(buttonRect, widget, toggleState, shadowType, detail); in paintToggle()
264 GtkShadowType shadowType = state == GTK_STATE_ACTIVE ? GTK_SHADOW_IN : GTK_SHADOW_OUT; in paintButton() local
265 widgetContext.gtkPaintBox(buttonRect, widget, state, shadowType, "button"); in paintButton()
389 GtkShadowType shadowType = isPressed(object) ? GTK_SHADOW_IN : GTK_SHADOW_OUT; in paintMenuList() local
393 …widgetContext.gtkPaintArrow(arrowRect, gtkComboBoxArrow(), stateType, shadowType, GTK_ARROW_DOWN, … in paintMenuList()
611 GtkShadowType shadowType = upPressed ? GTK_SHADOW_IN : GTK_SHADOW_OUT; in paintInnerSpinButton() local
[all …]
/external/valgrind/main/VEX/
Dtest_main.c505 static IRType shadowType ( IRType ty );
572 shadowType(mce->bb->tyenv->types[orig])); in findShadowTmp()
588 shadowType(mce->bb->tyenv->types[orig])); in newShadowTmp()
648 static IRType shadowType ( IRType ty ) in shadowType() function
1171 tyS = shadowType(ty); in do_shadow_PUTI()
1197 IRType tyS = shadowType(ty); in shadow_GET()
1217 IRType tyS = shadowType(ty); in shadow_GETI()
2023 ty = shadowType(ty); in expr2vbits_LDle_WRK()
2071 switch (shadowType(ty)) { in expr2vbits_LDle()
2132 return definedOfType(shadowType(typeOfIRExpr(mce->bb->tyenv, e))); in expr2vbits()