HomeSort by: relevance | last modified time | path
    Searched defs:Font (Results 1 - 19 of 19) sorted by relevancy

  /xsrc/external/mit/xorgproto/dist/include/X11/
Xdefs.h 81 typedef struct _Font *FontPtr; /* also in fonts/include/font.h */
86 typedef XID Font;
X.h 100 typedef XID Font;
357 #define BadFont 7 /* parameter not a Font */
373 #define BadName 15 /* font or color name doesn't exist */
Xproto.h 242 #define Font CARD32
394 * non-aligned big-endian font ID follows this struct
398 for font change, or 0 if just delta given */
1336 CARD32 id; /* a Window, Drawable, Font, GContext, Pixmap, etc. */
1582 Font fid;
1591 Font fid;
1887 Font source, mask;
2151 #undef Font
  /xsrc/external/mit/xorg-server/dist/hw/xnest/
Xnest.h 60 #define Font Font64
84 #undef Font
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmxclient.h 69 #define Font Font64
112 #undef Font
  /xsrc/external/mit/xorg-server.old/dist/hw/xnest/
Xnest.h 58 #define Font Font64
82 #undef Font
  /xsrc/external/mit/xorgproto/dist/include/X11/extensions/
damageproto.h 33 #define Font CARD32
147 #undef Font
saverproto.h 35 #define Font CARD32
164 #undef Font
applewmproto.h 63 #define Font CARD32
282 #undef Font
renderproto.h 32 #define Font CARD32
645 #undef Font
xfixesproto.h 55 #define Font CARD32
574 #undef Font
randrproto.h 39 #define Font CARD32
1143 #undef Font
  /src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceFileWriter.h 92 Optional<FontInfo> Font;
ResourceFileWriter.cpp 523 RETURN_IF_ERROR(checkNumberFits<uint16_t>(Stmt->Size, "Font size"));
524 RETURN_IF_ERROR(checkNumberFits<uint16_t>(Stmt->Weight, "Font weight"));
525 RETURN_IF_ERROR(checkNumberFits<uint8_t>(Stmt->Charset, "Font charset"));
526 ObjectInfo::FontInfo Font{Stmt->Size, Stmt->Name, Stmt->Weight, Stmt->Italic,
528 ObjectData.Font.emplace(Font);
1063 if (ObjectData.Font)
1141 // If there *is* a window font declared, output its data.
1142 auto &Font = ObjectData.Font;
    [all...]
  /xsrc/external/mit/xorgproto/dist/include/X11/fonts/
FSproto.h 125 #define Font CARD32
284 Font id;
365 Font fid;
377 Font fid;
388 Font fid;
489 /* font names */
649 Font fontid;
697 Font fontid;
811 #undef Font
  /xsrc/external/mit/MesaLib/dist/src/imgui/
imgui_internal.h 670 ImFont* Font; // Current/default font (optional, for simplified AddText overload)
671 float FontSize; // Current/default font size (optional, for simplified AddText overload)
767 ImFont* Font; // (Shortcut) == FontStack.empty() ? IO.Font : FontStack.back()
769 float FontBaseSize; // (Shortcut) == IO.FontGlobalScale * Font->Scale * Font->FontSize. Base text height.
937 Font = NULL;
1340 IMGUI_API void SetCurrentFont(ImFont* font);
1508 IMGUI_API void ImFontAtlasBuildSetupFont(ImFontAtlas* atlas, ImFont* font, ImFontConfig* font_config, float ascent, float descent)
    [all...]
imgui.h 23 // Font API (ImFontConfig, ImFontGlyph, ImFontGlyphRangesBuilder, ImFontAtlasFlags, ImFontAtlas, ImFont)
99 struct ImFont; // Runtime data for a single font within a parent ImFontAtlas
100 struct ImFontAtlas; // Runtime data for multiple fonts, bake multiple fonts into a single texture, TTF/OTF font loader
101 struct ImFontConfig; // Configuration data when adding a font or merging fonts
102 struct ImFontGlyph; // A single font glyph (code point + coordinates within in ImFontAtlas + offset)
199 // Each context create its own ImFontAtlas by default. You may instance one yourself and pass it to CreateContext() to share a font atlas between imgui contexts.
221 IMGUI_API void ShowFontSelector(const char* label); // add font selector block (not a window), essentially a combo listing the loaded fonts.
228 IMGUI_API void StyleColorsLight(ImGuiStyle* dst = NULL); // best used with borders and a custom, thicker font
282 IMGUI_API void SetWindowFontScale(float scale); // set font scale. Adjust IO.FontGlobalScale if you want to scale all windows
299 IMGUI_API void PushFont(ImFont* font); // use NULL as a shortcut to push default fon
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui_internal.h 670 ImFont* Font; // Current/default font (optional, for simplified AddText overload)
671 float FontSize; // Current/default font size (optional, for simplified AddText overload)
767 ImFont* Font; // (Shortcut) == FontStack.empty() ? IO.Font : FontStack.back()
769 float FontBaseSize; // (Shortcut) == IO.FontGlobalScale * Font->Scale * Font->FontSize. Base text height.
937 Font = NULL;
1340 IMGUI_API void SetCurrentFont(ImFont* font);
1508 IMGUI_API void ImFontAtlasBuildSetupFont(ImFontAtlas* atlas, ImFont* font, ImFontConfig* font_config, float ascent, float descent)
    [all...]
imgui.h 23 // Font API (ImFontConfig, ImFontGlyph, ImFontGlyphRangesBuilder, ImFontAtlasFlags, ImFontAtlas, ImFont)
99 struct ImFont; // Runtime data for a single font within a parent ImFontAtlas
100 struct ImFontAtlas; // Runtime data for multiple fonts, bake multiple fonts into a single texture, TTF/OTF font loader
101 struct ImFontConfig; // Configuration data when adding a font or merging fonts
102 struct ImFontGlyph; // A single font glyph (code point + coordinates within in ImFontAtlas + offset)
199 // Each context create its own ImFontAtlas by default. You may instance one yourself and pass it to CreateContext() to share a font atlas between imgui contexts.
221 IMGUI_API void ShowFontSelector(const char* label); // add font selector block (not a window), essentially a combo listing the loaded fonts.
228 IMGUI_API void StyleColorsLight(ImGuiStyle* dst = NULL); // best used with borders and a custom, thicker font
282 IMGUI_API void SetWindowFontScale(float scale); // set font scale. Adjust IO.FontGlobalScale if you want to scale all windows
299 IMGUI_API void PushFont(ImFont* font); // use NULL as a shortcut to push default fon
    [all...]

Completed in 61 milliseconds