Searched refs:WidgetType (Results 1 – 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Overlay_autogen.cpp | 45 widget->type = WidgetType::PerSecond; in initOverlayWidgets() 68 widget->type = WidgetType::Text; in initOverlayWidgets() 92 widget->type = WidgetType::Count; in initOverlayWidgets() 115 widget->type = WidgetType::RunningGraph; in initOverlayWidgets() 136 widget->description.type = WidgetType::Text; in initOverlayWidgets() 158 widget->type = WidgetType::RunningHistogram; in initOverlayWidgets() 179 widget->description.type = WidgetType::Text; in initOverlayWidgets() 201 widget->type = WidgetType::RunningHistogram; in initOverlayWidgets() 222 widget->description.type = WidgetType::Text; in initOverlayWidgets() 244 widget->type = WidgetType::RunningGraph; in initOverlayWidgets() [all …]
|
D | Overlay.h | 69 return getWidgetAs<overlay::Text, WidgetType::Text>(id); in getTextWidget() 73 return getWidgetAs<overlay::Count, WidgetType::Count>(id); in getCountWidget() 77 return getWidgetAs<overlay::PerSecond, WidgetType::PerSecond>(id); in getPerSecondWidget() 81 return getWidgetAs<overlay::RunningGraph, WidgetType::RunningGraph>(id); in getRunningGraphWidget() 85 return getWidgetAs<overlay::RunningHistogram, WidgetType::RunningHistogram>(id); in getRunningHistogramWidget() 93 template <typename Widget, WidgetType Type>
|
D | OverlayWidgets.h | 26 enum class WidgetType enum 56 WidgetType type;
|
D | OverlayWidgets.cpp | 32 constexpr angle::PackedEnumMap<WidgetType, WidgetInternalType> kWidgetTypeToInternalMap = { 33 {WidgetType::Count, WidgetInternalType::Text}, 34 {WidgetType::Text, WidgetInternalType::Text}, 35 {WidgetType::PerSecond, WidgetInternalType::Text}, 36 {WidgetType::RunningGraph, WidgetInternalType::Graph}, 37 {WidgetType::RunningHistogram, WidgetInternalType::Graph},
|
D | Overlay.cpp | 93 if (widget->type == WidgetType::PerSecond) in onSwap()
|
/third_party/mesa3d/bin/pick/ |
D | ui.py | 34 WidgetType = typing.TypeVar('WidgetType', bound=urwid.Widget) variable
|
/third_party/cef/libcef/browser/osr/ |
D | render_widget_host_view_osr.h | 249 return widget_type_ == content::WidgetType::kPopup; in IsPopupWidget()
|