Home
last modified time | relevance | path

Searched defs:DWRITE_FONT_STYLE (Results 1 – 16 of 16) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/dwrote/src/
H A Dtypes.rs67 fn t(&self) -> winapi::DWRITE_FONT_STYLE { in t()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/dwrote-0.9.0/src/
H A Dtypes.rs101 fn t(&self) -> DWRITE_FONT_STYLE { in t()
/dports/www/firefox/firefox-99.0/third_party/rust/dwrote/src/
H A Dtypes.rs101 fn t(&self) -> DWRITE_FONT_STYLE { in t()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/dwrote/src/
H A Dtypes.rs101 fn t(&self) -> DWRITE_FONT_STYLE { in t()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/dwrote-0.11.0/src/
H A Dtypes.rs101 fn t(&self) -> DWRITE_FONT_STYLE { in t()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/dwrote/src/
H A Dtypes.rs101 fn t(&self) -> DWRITE_FONT_STYLE { in t()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/dwrote/src/
H A Dtypes.rs101 fn t(&self) -> DWRITE_FONT_STYLE { in t()
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/dwrote-0.10.0/src/
H A Dtypes.rs101 fn t(&self) -> DWRITE_FONT_STYLE { in t()
/dports/devel/apitrace/apitrace-9.0/specs/
H A Ddwrite.py123 DWRITE_FONT_STYLE = Enum("DWRITE_FONT_STYLE", [ variable
/dports/multimedia/libass/libass-0.15.2/libass/
H A Ddwrite_c.h116 typedef enum DWRITE_FONT_STYLE { enum
120 } DWRITE_FONT_STYLE; typedef
366 STDMETHOD_(DWRITE_FONT_STYLE, GetStyle)(THIS) PURE; in DECLARE_INTERFACE_() local
562 STDMETHOD_(DWRITE_FONT_STYLE, GetStyle)(THIS) PURE; in DECLARE_INTERFACE_() local
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddwrite.h359 typedef enum DWRITE_FONT_STYLE { enum
363 } DWRITE_FONT_STYLE; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddwrite.h359 typedef enum DWRITE_FONT_STYLE { enum
363 } DWRITE_FONT_STYLE; typedef
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectWrite/
H A Dmod.rs957 pub struct DWRITE_FONT_STYLE(pub i32); struct
961 impl ::std::convert::From<i32> for DWRITE_FONT_STYLE { implementation
966 unsafe impl ::windows::runtime::Abi for DWRITE_FONT_STYLE { implementation
6586 pub unsafe fn GetStyle(&self) -> DWRITE_FONT_STYLE { in GetStyle()
6676 pub unsafe fn GetStyle(&self) -> DWRITE_FONT_STYLE { in GetStyle()
6806 pub unsafe fn GetStyle(&self) -> DWRITE_FONT_STYLE { in GetStyle()
6962 pub unsafe fn GetStyle(&self) -> DWRITE_FONT_STYLE { in GetStyle()
8599 pub unsafe fn GetStyle(&self) -> DWRITE_FONT_STYLE { in GetStyle()
9025 pub unsafe fn GetStyle(&self) -> DWRITE_FONT_STYLE { in GetStyle()
10590 basestyle: DWRITE_FONT_STYLE, in MapCharacters()
[all …]
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/font/
H A Ddirectwrite.py104 DWRITE_FONT_STYLE = UINT variable
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Ddwrite.h322 enum DWRITE_FONT_STYLE enum
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/DirectWrite/
H A Dmod.rs378 pub type DWRITE_FONT_STYLE = i32; typedef