HomeSort by relevance Sort by last modified time
    Searched refs:arrowScaling (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/gtk/
ScrollbarThemeGtk2.cpp 186 float arrowScaling;
187 gtk_widget_style_get(widget, "arrow-scaling", &arrowScaling, NULL);
189 arrowSize.scale(arrowScaling);
ScrollbarThemeGtk3.cpp 143 gfloat arrowScaling;
144 gtk_style_context_get_style(m_context, "arrow-scaling", &arrowScaling, NULL);
146 double arrowSize = std::min(rect.width(), rect.height()) * arrowScaling;
RenderThemeGtk3.cpp 483 gfloat arrowScaling;
484 gtk_style_context_get_style(arrowStyleContext, "arrow-scaling", &arrowScaling, NULL);
493 gint extent = std::min(arrowSize.width(), arrowSize.height()) * arrowScaling;
    [all...]

Completed in 18 milliseconds