Home
last modified time | relevance | path

Searched defs:CharInfo (Results 1 – 25 of 107) sorted by relevance

12345

/dports/japanese/mecab/mecab-0.996/src/
H A Dchar_property.h16 struct CharInfo { struct
22 CharInfo() : type(0), default_type(0), length(0), group(0), invoke(0) {} in CharInfo() argument
23 bool isKindOf(CharInfo c) const { return type & c.type; } in isKindOf() argument
/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A DGFReader.h32 class CharInfo; variable
43 struct CharInfo struct
45 CharInfo () : dx(0), dy(0), width(0), location(0) {} in CharInfo() argument
46 CharInfo (Int32 dxx, Int32 dyy, Int32 w, UInt32 p) : dx(dxx), dy(dyy), width(w), location(p) {} in CharInfo() argument
53 typedef std::map<UInt8,CharInfo>::iterator Iterator; argument
/dports/www/firefox/firefox-99.0/third_party/rust/jsparagus-parser/src/
H A Dunicode_data.rs7 pub struct CharInfo { struct
11 impl CharInfo { implementation
283 pub fn char_info(c: char) -> &'static CharInfo { in char_info()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/jsparagus-parser/src/
H A Dunicode_data.rs7 pub struct CharInfo { struct
11 impl CharInfo { implementation
283 pub fn char_info(c: char) -> &'static CharInfo { in char_info()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/jsparagus-parser/src/
H A Dunicode_data.rs7 pub struct CharInfo { struct
11 impl CharInfo { implementation
283 pub fn char_info(c: char) -> &'static CharInfo { in char_info()
/dports/games/bzflag-server/bzflag-2.4.22/tools/TextTool2/
H A DTextTool2.cpp67 struct CharInfo struct
69 char character;
71 int width;
72 int height;
74 int adjustX;
75 int adjustY;
76 int advanceX;
78 void *bitmap;
/dports/games/bzflag/bzflag-2.4.22/tools/TextTool2/
H A DTextTool2.cpp67 struct CharInfo struct
69 char character;
71 int width;
72 int height;
74 int adjustX;
75 int adjustY;
76 int advanceX;
78 void *bitmap;
/dports/games/openttd/openttd-12.1/src/os/windows/
H A Dstring_uniscribe.h69 struct CharInfo { struct
74 std::vector<CharInfo> str_info; ///< Break information for each code point. argument
/dports/games/openttd/openttd-12.1/src/os/macosx/
H A Dstring_osx.h20 struct CharInfo { struct
25 std::vector<CharInfo> str_info; ///< Break information for each code point. argument
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/illusions/resources/
H A Dfontresource.h43 struct CharInfo { struct
53 CharInfo *_charInfos; argument
/dports/games/scummvm/scummvm-2.5.1/engines/illusions/resources/
H A Dfontresource.h43 struct CharInfo { struct
53 CharInfo *_charInfos; argument
/dports/graphics/graphite2/graphite2-1.3.14/contrib/C#/NGraphite/
H A DCharInfo.cs5 public class CharInfo class
9 internal CharInfo(IntPtr charInfoPtr) in CharInfo() method in NGraphite.CharInfo
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_TextViewData.h18 CharInfo() : in CharInfo() function
28 CharInfo( in CharInfo() function
45 CharInfo(uint32 _colour) : in CharInfo() function
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_TextViewData.h18 CharInfo() : in CharInfo() function
28 CharInfo( in CharInfo() function
45 CharInfo(uint32 _colour) : in CharInfo() function
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_TextViewData.h18 CharInfo() : in CharInfo() function
28 CharInfo( in CharInfo() function
45 CharInfo(uint32 _colour) : in CharInfo() function
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/MyGUIEngine/include/
H A DMyGUI_TextViewData.h18 CharInfo() : in CharInfo() function
28 CharInfo( in CharInfo() function
45 CharInfo(uint32 _colour) : in CharInfo() function
/dports/www/firefox/firefox-99.0/third_party/rust/wio/src/
H A Dconsole.rs80 pub fn write_output(&self, buf: &[CharInfo], size: (i16, i16), pos: (i16, i16)) -> Result<()> { in write_output()
218 pub struct CharInfo(CHAR_INFO); struct
219 impl CharInfo { implementation
220 pub fn new(ch: u16, attr: u16) -> CharInfo { in new()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/wio/src/
H A Dconsole.rs80 pub fn write_output(&self, buf: &[CharInfo], size: (i16, i16), pos: (i16, i16)) -> Result<()> { in write_output()
218 pub struct CharInfo(CHAR_INFO); struct
219 impl CharInfo { impl
220 pub fn new(ch: u16, attr: u16) -> CharInfo { in new()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/wio-0.2.2/src/
H A Dconsole.rs80 pub fn write_output(&self, buf: &[CharInfo], size: (i16, i16), pos: (i16, i16)) -> Result<()> { in write_output()
218 pub struct CharInfo(CHAR_INFO); struct
219 impl CharInfo { impl
220 pub fn new(ch: u16, attr: u16) -> CharInfo { in new()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/wio/src/
H A Dconsole.rs80 pub fn write_output(&self, buf: &[CharInfo], size: (i16, i16), pos: (i16, i16)) -> Result<()> { in write_output()
218 pub struct CharInfo(CHAR_INFO); struct
219 impl CharInfo { implementation
220 pub fn new(ch: u16, attr: u16) -> CharInfo { in new()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/wio/src/
H A Dconsole.rs80 pub fn write_output(&self, buf: &[CharInfo], size: (i16, i16), pos: (i16, i16)) -> Result<()> { in write_output()
218 pub struct CharInfo(CHAR_INFO); struct
219 impl CharInfo { impl
220 pub fn new(ch: u16, attr: u16) -> CharInfo { in new()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/wio-0.2.2/src/
H A Dconsole.rs80 pub fn write_output(&self, buf: &[CharInfo], size: (i16, i16), pos: (i16, i16)) -> Result<()> { in write_output()
218 pub struct CharInfo(CHAR_INFO); struct
219 impl CharInfo { implementation
220 pub fn new(ch: u16, attr: u16) -> CharInfo { in new()
/dports/graphics/rx/rx-0.4.0/cargo-crates/wio-0.2.2/src/
H A Dconsole.rs80 pub fn write_output(&self, buf: &[CharInfo], size: (i16, i16), pos: (i16, i16)) -> Result<()> { in write_output()
218 pub struct CharInfo(CHAR_INFO); struct
219 impl CharInfo { impl
220 pub fn new(ch: u16, attr: u16) -> CharInfo { in new()
/dports/misc/broot/broot-1.7.0/cargo-crates/termimad-0.17.0/src/fit/
H A Dcomposite_fit.rs38 struct CharInfo { struct
43 fn str_char_infos(s: &str) -> Vec<CharInfo> { in str_char_infos()
/dports/games/libretro-scummvm/scummvm-7b1e929/devtools/create_drascula/
H A Dcreate_drascula.h74 struct CharInfo { struct
75 char inChar;
76 uint16 mappedChar;
77 char charType; // 0 - letters, 1 - signs, 2 - accented

12345