Searched refs:WRT_Count (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/imgui/ |
D | imgui.cpp | 11283 …ct, WRT_WorkRect, WRT_Content, WRT_ContentIdeal, WRT_ContentRegionRect, WRT_Count }; // Windows Re… in ShowMetricsWindow() enumerator 11284 …const char* wrt_rects_names[WRT_Count] = { "OuterRect", "OuterRectClipped", "InnerRect", "InnerCli… in ShowMetricsWindow() 11340 …mbo("##show_windows_rect_type", &cfg->ShowWindowsRectsType, wrt_rects_names, WRT_Count, WRT_Count); in ShowMetricsWindow() 11345 for (int rect_n = 0; rect_n < WRT_Count; rect_n++) in ShowMetricsWindow()
|