Home
last modified time | relevance | path

Searched refs:cKerningPairs (Results 1 – 11 of 11) sorted by relevance

/dports/print/freetype/freetype-1.3.1/contrib/ftos2/ifi/
H A D32ifimet.h108 SHORT cKerningPairs; /*Number of kerning pairs in pair table I */ member
H A Dtest.c187 ifimet[0].cKerningPairs * sizeof(FD_KERNINGPAIRS), in main()
H A Dftifi.c1703 ifi.cKerningPairs = (pface->directory.tables[0].length - 8) / 6; in QueryFaces()
1708 ifi.cKerningPairs = 0; in QueryFaces()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Devices/Display/
H A Dmod.rs2617 pub cKerningPairs: u32, field
2692 pub cKerningPairs: u32, field
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/ddk/
H A Dwinddi.h993 ULONG cKerningPairs; member
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/ddk/
H A Dwinddi.h993 ULONG cKerningPairs; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwinddi.h975 ULONG cKerningPairs; member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dwinddi.h975 ULONG cKerningPairs; member
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/UI/DisplayDevices/
H A Dmod.rs7920 pub cKerningPairs: u32,
7993 .field("cKerningPairs", &self.cKerningPairs)
8059 && self.cKerningPairs == other.cKerningPairs
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Graphics/Printing/
H A Dmod.rs5480 pub cKerningPairs: u32, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Graphics/Printing/
H A Dmod.rs19072 pub cKerningPairs: u32, field
19144 .field("cKerningPairs", &self.cKerningPairs) in fmt()
19209 && self.cKerningPairs == other.cKerningPairs in eq()