Searched refs:Tabs (Results 1 – 25 of 85) sorted by relevance
1234
32 /Tabs /R49 /Tabs /C66 /Tabs /S
20 /Tabs /R26 /Tabs /R
24 /Tabs /R
21 /Tabs /R
20 /Tabs /R
26 /Tabs /R
2 Tabs may appear inside5 Tabs must not appear
1 # Tabs are confusing:
1 # Tabs do's and don'ts:
11 # Tabs are not allowed:
28 /Tabs /R42 /Tabs /C
555 unsigned Tabs = Indentation / Style.TabWidth; in appendIndentText() local556 Text.append(Tabs, '\t'); in appendIndentText()557 Spaces -= Tabs * Style.TabWidth; in appendIndentText()563 unsigned Tabs = Spaces / Style.TabWidth; in appendIndentText() local564 Text.append(Tabs, '\t'); in appendIndentText()565 Spaces -= Tabs * Style.TabWidth; in appendIndentText()
14 // Stores information about a Custom Tabs session. Custom Tabs are a Chrome on
3 # Tabs are confusing:
13 # Tabs are not allowed:
7 # Tabs do's and don'ts:
27 /Tabs /R
836 private byte[] Tabs; field in vt3201681 Tabs[C] = 1; in putChar()1736 } while (C < columns && (Tabs[C] == 0)); in putChar()2057 Tabs[C] = 1; in putChar()2617 Tabs = new byte[width]; in putChar()2620 Tabs[C] = 0; in putChar()3217 Tabs = new byte[nw]; in reset()3219 Tabs[i] = 1; in reset()
5897 …rderable) && !(tab_bar->Flags & ImGuiTabBarFlags_Reorderable) && tab_bar->Tabs.Size > 1 && tab_bar… in BeginTabBarEx()5898 …ImQsort(tab_bar->Tabs.Data, tab_bar->Tabs.Size, sizeof(ImGuiTabItem), TabItemComparerByVisibleOffs… in BeginTabBarEx()5959 for (int tab_src_n = 0; tab_src_n < tab_bar->Tabs.Size; tab_src_n++) in TabBarLayout()5961 ImGuiTabItem* tab = &tab_bar->Tabs[tab_src_n]; in TabBarLayout()5969 tab_bar->Tabs[tab_dst_n] = tab_bar->Tabs[tab_src_n]; in TabBarLayout()5972 if (tab_bar->Tabs.Size != tab_dst_n) in TabBarLayout()5973 tab_bar->Tabs.resize(tab_dst_n); in TabBarLayout()5991 if (tab2_order >= 0 && tab2_order < tab_bar->Tabs.Size) in TabBarLayout()5993 ImGuiTabItem* tab2 = &tab_bar->Tabs[tab2_order]; in TabBarLayout()6014 width_sort_buffer.resize(tab_bar->Tabs.Size); in TabBarLayout()[all …]