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

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86VGAarbiterPriv.h 145 GlyphsProcPtr Glyphs;
273 int nlist, GlyphListPtr list, GlyphPtr * glyphs);
  /xsrc/external/mit/xorg-server/dist/miext/damage/
damagestr.h 70 GlyphsProcPtr Glyphs;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86VGAarbiterPriv.h 134 GlyphsProcPtr Glyphs;
251 list, GlyphPtr *glyphs);
  /xsrc/external/mit/xorg-server.old/dist/miext/damage/
damagestr.h 74 GlyphsProcPtr Glyphs;
  /xsrc/external/mit/xorg-server.old/dist/miext/rootless/
rootlessCommon.h 109 GlyphsProcPtr Glyphs;
  /xsrc/external/mit/xorg-server/dist/miext/rootless/
rootlessCommon.h 110 GlyphsProcPtr Glyphs;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/xaa/
xaalocal.h 57 GlyphsProcPtr Glyphs;
622 unsigned int **glyphs, int glyphWidth,
630 unsigned int **glyphs, int glyphWidth,
638 unsigned int **glyphs, int glyphWidth,
646 unsigned int **glyphs, int glyphWidth,
654 unsigned int **glyphs, int glyphWidth,
663 unsigned int **glyphs, int glyphWidth,
671 unsigned int **glyphs, int glyphWidth,
679 unsigned int **glyphs, int glyphWidth,
688 unsigned int **glyphs, int glyphWidth
    [all...]
xaa.h 722 unsigned int **glyphs, int glyphWidth,
730 NonTEGlyphPtr glyphs,
1265 Bool (*Glyphs) (
1274 GlyphPtr *glyphs
  /xsrc/external/mit/xorg-server.old/dist/hw/dmx/
dmx.h 243 GlyphsProcPtr Glyphs;
  /xsrc/external/mit/xorg-server/dist/render/
picturestr.h 224 GlyphListPtr lists, GlyphPtr * glyphs);
297 GlyphsProcPtr Glyphs; /* unused */
475 INT16 ySrc, int nlist, GlyphListPtr lists, GlyphPtr * glyphs);
  /xsrc/external/mit/xorg-server.old/dist/render/
picturestr.h 257 GlyphPtr *glyphs);
349 GlyphsProcPtr Glyphs; /* unused */
570 GlyphPtr *glyphs);
  /xsrc/external/mit/MesaLib/dist/src/imgui/
imgui.h 1922 ImVec2 GlyphExtraSpacing; // 0, 0 // Extra spacing (in pixels) between glyphs. Only X axis is supported for now.
1923 ImVec2 GlyphOffset; // 0, 0 // Offset all glyphs from this font input.
1925 float GlyphMinAdvanceX; // 0 // Minimum AdvanceX for glyphs, set Min to align font icons, set both Min/Max to enforce mono-space font
1926 float GlyphMaxAdvanceX; // FLT_MAX // Maximum AdvanceX for glyphs
1927 bool MergeMode; // false // Merge into previous ImFont, so you can combine multiple inputs font into one ImFont (e.g. ASCII font + icons + Japanese glyphs). You may want to use GlyphOffset.y when merge font of different heights.
1997 IMGUI_API void ClearFonts(); // Clear output font data (glyphs storage, UV coordinates).
2027 // Custom Rectangles/Glyphs API
2031 // You can also request your rectangles to be mapped as font glyph (given a font + Unicode point), so you can render e.g. custom colorful icons and use them as regular glyphs.
2037 float GlyphAdvanceX; // Input // For custom font glyphs only (ID<0x10000): glyph xadvance
2038 ImVec2 GlyphOffset; // Input // For custom font glyphs only (ID<0x10000): glyph display offse
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/imgui/
imgui.h 1922 ImVec2 GlyphExtraSpacing; // 0, 0 // Extra spacing (in pixels) between glyphs. Only X axis is supported for now.
1923 ImVec2 GlyphOffset; // 0, 0 // Offset all glyphs from this font input.
1925 float GlyphMinAdvanceX; // 0 // Minimum AdvanceX for glyphs, set Min to align font icons, set both Min/Max to enforce mono-space font
1926 float GlyphMaxAdvanceX; // FLT_MAX // Maximum AdvanceX for glyphs
1927 bool MergeMode; // false // Merge into previous ImFont, so you can combine multiple inputs font into one ImFont (e.g. ASCII font + icons + Japanese glyphs). You may want to use GlyphOffset.y when merge font of different heights.
1997 IMGUI_API void ClearFonts(); // Clear output font data (glyphs storage, UV coordinates).
2027 // Custom Rectangles/Glyphs API
2031 // You can also request your rectangles to be mapped as font glyph (given a font + Unicode point), so you can render e.g. custom colorful icons and use them as regular glyphs.
2037 float GlyphAdvanceX; // Input // For custom font glyphs only (ID<0x10000): glyph xadvance
2038 ImVec2 GlyphOffset; // Input // For custom font glyphs only (ID<0x10000): glyph display offse
    [all...]

Completed in 25 milliseconds