Home
last modified time | relevance | path

Searched defs:DWRITE_TEXT_ALIGNMENT (Results 1 – 7 of 7) sorted by relevance

/dports/devel/apitrace/apitrace-9.0/specs/
H A Ddwrite.py315 DWRITE_TEXT_ALIGNMENT = Enum("DWRITE_TEXT_ALIGNMENT", [ variable
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddwrite.h415 typedef enum DWRITE_TEXT_ALIGNMENT { enum
420 } DWRITE_TEXT_ALIGNMENT; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddwrite.h415 typedef enum DWRITE_TEXT_ALIGNMENT { enum
420 } DWRITE_TEXT_ALIGNMENT; typedef
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/font/
H A Ddirectwrite.py617 DWRITE_TEXT_ALIGNMENT = UINT variable
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/dxsdk/
H A Ddwrite.h1747 enum DWRITE_TEXT_ALIGNMENT enum
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/DirectWrite/
H A Dmod.rs2813 pub struct DWRITE_TEXT_ALIGNMENT(pub i32); struct
2818 impl ::std::convert::From<i32> for DWRITE_TEXT_ALIGNMENT { implementation
2823 unsafe impl ::windows::runtime::Abi for DWRITE_TEXT_ALIGNMENT { implementation
15423 pub unsafe fn GetTextAlignment(&self) -> DWRITE_TEXT_ALIGNMENT { in GetTextAlignment()
15564 pub unsafe fn GetTextAlignment(&self) -> DWRITE_TEXT_ALIGNMENT { in GetTextAlignment()
15762 pub unsafe fn GetTextAlignment(&self) -> DWRITE_TEXT_ALIGNMENT { in GetTextAlignment()
15989 pub unsafe fn GetTextAlignment(&self) -> DWRITE_TEXT_ALIGNMENT { in GetTextAlignment()
16256 pub unsafe fn GetTextAlignment(&self) -> DWRITE_TEXT_ALIGNMENT { in GetTextAlignment()
16610 pub unsafe fn GetTextAlignment(&self) -> DWRITE_TEXT_ALIGNMENT { in GetTextAlignment()
17004 pub unsafe fn GetTextAlignment(&self) -> DWRITE_TEXT_ALIGNMENT { in GetTextAlignment()
[all …]
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/DirectWrite/
H A Dmod.rs1194 pub type DWRITE_TEXT_ALIGNMENT = i32; typedef