Searched +defs:tab +defs:width (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/libXaw/dist/src/
H A DMultiSink.c230 int width = 0; local in function:CharWidth
237 Position *tab; local in function:CharWidth
311 unsigned int width = (unsigned)XwcTextEscapement(fontset, buf, len); local in function:PaintText
379 unsigned int width; local in function:DisplayText
583 FindPosition(Widget w,XawTextPosition fromPos,int fromx,int width,Bool stopAtWordBreak,XawTextPosition * resPos,int * resWidth,int * resHeight) argument
644 Resolve(Widget w,XawTextPosition pos,int fromx,int width,XawTextPosition * pos_return) argument
759 int width, height; local in function:XawMultiSinkResize
[all...]
H A DAsciiSink.c234 int width = 0; local in function:CharWidth
241 Position *tab; local in function:CharWidth
299 int width = 0; local in function:GetTextWidth
747 int width, height, line_width = -1; local in function:AsciiDoPaint
1018 int width = XTextWidth(sink->ascii_sink.font, buf, len); local in function:PaintText
1080 int width; local in function:DisplayText
1277 int width = CharWidth(sink, font, 0, ' ') - 1; local in function:InsertCursor
1471 FindPosition(Widget w,XawTextPosition fromPos,int fromx,int width,Bool stopAtWordBreak,XawTextPosition * resPos,int * resWidth,int * resHeight) argument
1618 Resolve(Widget w,XawTextPosition pos,int fromx,int width,XawTextPosition * pos_return) argument
1727 int width, height; local in function:XawAsciiSinkResize
[all...]
H A DTextSink.c419 ClearToBackground(Widget w,int x,int y,unsigned int width,unsigned int height) argument
689 XawTextSinkClearToBackground(Widget w,int x,int y,unsigned int width,unsigned int height) argument
703 _XawTextSinkClearToBackground(Widget w,int x,int y,unsigned int width,unsigned int height) argument
731 XawTextSinkFindPosition(Widget w,XawTextPosition fromPos,int fromx,int width,int stopAtWordBreak,XawTextPosition * resPos,int * resWidth,int * resHeight) argument
790 XawTextSinkResolve(Widget w,XawTextPosition pos,int fromx,int width,XawTextPosition * resPos) argument
865 short *tab, len = 0; local in function:XawTextSinkSetTabs
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.cpp2027 Draw(const char * label,float width) argument
8278 const float width = preserve_width ? GetColumnWidthEx(columns, column_index, columns->IsBei local in function:ImGui::SetColumnOffset
8288 SetColumnWidth(int column_index,float width) argument
9434 const ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; local in function:ImGui::ShowMetricsWindow::Funcs::NodeTabBar
[all...]
H A Dimgui_widgets.cpp5961 ImGuiTabItem* tab = &tab_bar->Tabs[tab_src_n]; local in function:ImGui::TabBarLayout
6022 ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; local in function:ImGui::TabBarLayout
6070 ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; local in function:ImGui::TabBarLayout
6079 ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; local in function:ImGui::TabBarLayout
6153 if (ImGuiTabItem* tab = TabBarFindTabByID(tab_bar, tab_id)) local in function:ImGui::TabBarRemoveTab
6161 TabBarCloseTab(ImGuiTabBar * tab_bar,ImGuiTabItem * tab) argument
6183 TabBarScrollToTab(ImGuiTabBar * tab_bar,ImGuiTabItem * tab) argument
6196 TabBarQueueChangeTabOrder(ImGuiTabBar * tab_bar,const ImGuiTabItem * tab,int dir) argument
6281 ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; local in function:ImGui::TabBarTabListPopupButton
6319 ImGuiTabItem* tab = &tab_bar->Tabs[tab_bar->LastTabItemIdx]; local in function:ImGui::BeginTabItem
6334 ImGuiTabItem* tab = &tab_bar->Tabs[tab_bar->LastTabItemIdx]; local in function:ImGui::EndTabItem
6366 ImGuiTabItem* tab = TabBarFindTabByID(tab_bar, id); local in function:ImGui::TabItemEx
6559 const float width = bb.GetWidth(); local in function:ImGui::TabItemBackground
[all...]
H A Dimstb_truetype.h682 int width; member in struct:stbtt_pack_context
2590 int tab = stbtt__find_table(info->data, info->fontstart, "OS/2"); local in function:stbtt_GetFontVMetricsOS2
3553 stbtt_GetGlyphBitmapSubpixel(const stbtt_fontinfo * info,float scale_x,float scale_y,float shift_x,float shift_y,int glyph,int * width,int * height,int * xoff,int * yoff) argument
3593 stbtt_GetGlyphBitmap(const stbtt_fontinfo * info,float scale_x,float scale_y,int glyph,int * width,int * height,int * xoff,int * yoff) argument
3622 stbtt_GetCodepointBitmapSubpixel(const stbtt_fontinfo * info,float scale_x,float scale_y,float shift_x,float shift_y,int codepoint,int * width,int * height,int * xoff,int * yoff) argument
3637 stbtt_GetCodepointBitmap(const stbtt_fontinfo * info,float scale_x,float scale_y,int codepoint,int * width,int * height,int * xoff,int * yoff) argument
3742 int width,height; member in struct:__anonc735d1c91108
4406 stbtt_GetGlyphSDF(const stbtt_fontinfo * info,float scale,int glyph,int padding,unsigned char onedge_value,float pixel_dist_scale,int * width,int * height,int * xoff,int * yoff) argument
4592 stbtt_GetCodepointSDF(const stbtt_fontinfo * info,float scale,int codepoint,int padding,unsigned char onedge_value,float pixel_dist_scale,int * width,int * height,int * xoff,int * yoff) argument
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.cpp2027 Draw(const char * label,float width) argument
8278 const float width = preserve_width ? GetColumnWidthEx(columns, column_index, columns->IsBei local in function:ImGui::SetColumnOffset
8288 SetColumnWidth(int column_index,float width) argument
9434 const ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; local in function:ImGui::ShowMetricsWindow::Funcs::NodeTabBar
[all...]
H A Dimgui_widgets.cpp5961 ImGuiTabItem* tab = &tab_bar->Tabs[tab_src_n]; local in function:ImGui::TabBarLayout
6022 ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; local in function:ImGui::TabBarLayout
6070 ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; local in function:ImGui::TabBarLayout
6079 ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; local in function:ImGui::TabBarLayout
6153 if (ImGuiTabItem* tab = TabBarFindTabByID(tab_bar, tab_id)) local in function:ImGui::TabBarRemoveTab
6161 TabBarCloseTab(ImGuiTabBar * tab_bar,ImGuiTabItem * tab) argument
6183 TabBarScrollToTab(ImGuiTabBar * tab_bar,ImGuiTabItem * tab) argument
6196 TabBarQueueChangeTabOrder(ImGuiTabBar * tab_bar,const ImGuiTabItem * tab,int dir) argument
6281 ImGuiTabItem* tab = &tab_bar->Tabs[tab_n]; local in function:ImGui::TabBarTabListPopupButton
6319 ImGuiTabItem* tab = &tab_bar->Tabs[tab_bar->LastTabItemIdx]; local in function:ImGui::BeginTabItem
6334 ImGuiTabItem* tab = &tab_bar->Tabs[tab_bar->LastTabItemIdx]; local in function:ImGui::EndTabItem
6366 ImGuiTabItem* tab = TabBarFindTabByID(tab_bar, id); local in function:ImGui::TabItemEx
6559 const float width = bb.GetWidth(); local in function:ImGui::TabItemBackground
[all...]
H A Dimstb_truetype.h682 int width; member in struct:stbtt_pack_context
2590 int tab = stbtt__find_table(info->data, info->fontstart, "OS/2"); local in function:stbtt_GetFontVMetricsOS2
3553 stbtt_GetGlyphBitmapSubpixel(const stbtt_fontinfo * info,float scale_x,float scale_y,float shift_x,float shift_y,int glyph,int * width,int * height,int * xoff,int * yoff) argument
3593 stbtt_GetGlyphBitmap(const stbtt_fontinfo * info,float scale_x,float scale_y,int glyph,int * width,int * height,int * xoff,int * yoff) argument
3622 stbtt_GetCodepointBitmapSubpixel(const stbtt_fontinfo * info,float scale_x,float scale_y,float shift_x,float shift_y,int codepoint,int * width,int * height,int * xoff,int * yoff) argument
3637 stbtt_GetCodepointBitmap(const stbtt_fontinfo * info,float scale_x,float scale_y,int codepoint,int * width,int * height,int * xoff,int * yoff) argument
3742 int width,height; member in struct:__anon748b3c5c1108
4406 stbtt_GetGlyphSDF(const stbtt_fontinfo * info,float scale,int glyph,int padding,unsigned char onedge_value,float pixel_dist_scale,int * width,int * height,int * xoff,int * yoff) argument
4592 stbtt_GetCodepointSDF(const stbtt_fontinfo * info,float scale,int codepoint,int padding,unsigned char onedge_value,float pixel_dist_scale,int * width,int * height,int * xoff,int * yoff) argument
[all...]

Completed in 51 milliseconds