Home
last modified time | relevance | path

Searched refs:os_2 (Results 1 – 24 of 24) sorted by relevance

/dports/mail/dovecot/dovecot-2.3.17/src/lib-dcrypt/
H A Dtest-stream.c211 if (os_2->stream_errno != 0) in test_write_read_v1()
219 o_stream_unref(&os_2); in test_write_read_v1()
264 if (os_2->stream_errno != 0) in test_write_read_v1_short()
272 o_stream_unref(&os_2); in test_write_read_v1_short()
313 if (os_2->stream_errno != 0) in test_write_read_v1_empty()
317 o_stream_unref(&os_2); in test_write_read_v1_empty()
360 if (os_2->stream_errno != 0) in test_write_read_v2()
364 o_stream_unref(&os_2); in test_write_read_v2()
425 if (os_2->stream_errno != 0) in test_write_read_v2_short()
429 o_stream_unref(&os_2); in test_write_read_v2_short()
[all …]
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/src/
H A Dpdffontparsertruetype.cpp1145 wxPdfWindowsMetrics os_2; in ReadMaps() local
1202 os_2.m_fsType = ReadShort(); in ReadMaps()
1223 if (os_2.m_sTypoDescender > 0) in ReadMaps()
1225 os_2.m_sTypoDescender = (short)(-os_2.m_sTypoDescender); in ReadMaps()
1230 os_2.m_ulCodePageRange1 = 0; in ReadMaps()
1231 os_2.m_ulCodePageRange2 = 0; in ReadMaps()
1244 os_2.m_sxHeight = 0; in ReadMaps()
1266 os_2.m_sTypoDescender = (short)(-os_2.m_sTypoDescender); in ReadMaps()
1268 os_2.m_sxHeight = 0; in ReadMaps()
1270 if (os_2.m_sCapHeight > os_2.m_sTypoAscender) in ReadMaps()
[all …]
/dports/print/pdftk/pdftk-7d2ac3c1fa858f2c247c809fc6ef43f71f241098/java/com/gitlab/pdftk_java/com/lowagie/text/pdf/
H A DTrueTypeFont.java434 os_2.xAvgCharWidth = rf.readShort(); in fillTables()
437 os_2.fsType = rf.readShort(); in fillTables()
448 os_2.sFamilyClass = rf.readShort(); in fillTables()
449 rf.readFully(os_2.panose); in fillTables()
451 rf.readFully(os_2.achVendID); in fillTables()
457 if (os_2.sTypoDescender > 0) in fillTables()
458 os_2.sTypoDescender = (short)(-os_2.sTypoDescender); in fillTables()
459 os_2.sTypoLineGap = rf.readShort(); in fillTables()
462 os_2.ulCodePageRange1 = 0; in fillTables()
463 os_2.ulCodePageRange2 = 0; in fillTables()
[all …]
H A DTrueTypeFontUnicode.java102 if (os_2.fsType == 2) in TrueTypeFontUnicode()
/dports/devel/itext/itext-4.2.0/core/com/lowagie/text/pdf/
H A DTrueTypeFont.java443 os_2.xAvgCharWidth = rf.readShort(); in fillTables()
446 os_2.fsType = rf.readShort(); in fillTables()
457 os_2.sFamilyClass = rf.readShort(); in fillTables()
458 rf.readFully(os_2.panose); in fillTables()
460 rf.readFully(os_2.achVendID); in fillTables()
466 if (os_2.sTypoDescender > 0) in fillTables()
467 os_2.sTypoDescender = (short)(-os_2.sTypoDescender); in fillTables()
468 os_2.sTypoLineGap = rf.readShort(); in fillTables()
471 os_2.ulCodePageRange1 = 0; in fillTables()
472 os_2.ulCodePageRange2 = 0; in fillTables()
[all …]
H A DTrueTypeFontUnicode.java100 if (os_2.fsType == 2) in TrueTypeFontUnicode()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/ttf-parser-0.6.2/src/
H A Dlib.rs542 os_2: Option<os2::Table<'a>>, field
621 os_2: None, in from_data()
797 try_opt_or!(self.os_2, false).is_regular() in is_regular()
805 try_opt_or!(self.os_2, false).is_italic() in is_italic()
813 try_opt_or!(self.os_2, false).is_bold() in is_bold()
821 try_opt_or!(self.os_2, false).is_oblique() in is_oblique()
859 if let Some(os_2) = self.use_typo_metrics() { in ascender()
860 let v = os_2.typo_ascender(); in ascender()
873 let v = os_2.typo_descender(); in descender()
894 let v = os_2.typo_line_gap(); in line_gap()
[all …]
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/ttf-parser-0.6.2/src/
H A Dlib.rs542 os_2: Option<os2::Table<'a>>, field
621 os_2: None, in from_data()
797 try_opt_or!(self.os_2, false).is_regular() in is_regular()
805 try_opt_or!(self.os_2, false).is_italic() in is_italic()
813 try_opt_or!(self.os_2, false).is_bold() in is_bold()
821 try_opt_or!(self.os_2, false).is_oblique() in is_oblique()
859 if let Some(os_2) = self.use_typo_metrics() { in ascender()
860 let v = os_2.typo_ascender(); in ascender()
873 let v = os_2.typo_descender(); in descender()
894 let v = os_2.typo_line_gap(); in line_gap()
[all …]
/dports/print/texlive-base/texlive-20150521-source/texk/ttfdump/tests/
H A Dttfdump.test44 && ./ttfdump -t OS/2 texmfhome.otf >ttftest.os_2 \
45 && diff -b $srcdir/tests/ttfdump.os_2 ttftest.os_2 \
/dports/textproc/cast2gif/cast2gif-0.1.0/cargo-crates/ttf-parser-0.3.0/src/
H A Dlib.rs393 os_2: Option<&'a [u8]>, field
394 os_2_v0: Option<raw::os_2::TableV0<'a>>,
457 os_2: None, in from_data()
502 if length < raw::os_2::TableV0::SIZE { in from_data()
507 font.os_2 = Some(data); in from_data()
509 let data = &data[0..raw::os_2::TableV0::SIZE]; in from_data()
510 font.os_2_v0 = Some(raw::os_2::TableV0::new(data)); in from_data()
576 TableName::WindowsMetrics => self.os_2.is_some(), in has_table()
H A Dos2.rs229 Stream::read_at(self.os_2?, SX_HEIGHT_OFFSET).ok() in x_height()
H A Draw.rs556 pub mod os_2 { module
/dports/textproc/p5-DocSet/DocSet-0.19/examples/site/src/docs/2.0/os/
H A Dconfig.cfg3 id => 'os_2.0',
/dports/www/mod_perl2/mod_perl-2.0.11/docs/os/
H A Dconfig.cfg3 id => 'os_2.0',
/dports/print/texlive-base/texlive-20150521-source/texk/ttfdump/
H A DMakefile.am102 tests/ttfdump.os_2 \
H A DChangeLog63 * tests/ttfdump.os_2 (new): Expected output.
H A DMakefile.in626 tests/ttfdump.os_2 tests/ttfdump.maxp ILX NOTE README.bg5
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/devices/vector/
H A Dgdevpsft.c804 struct { int glyf, loca, cmap, name, os_2, mtx[2], post, head; in psf_write_truetype_data() member
1065 subtable_positions.os_2 = offset; in psf_write_truetype_data()
1280 subtable_positions.os_2 + start_position, in psf_write_truetype_data()
/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgdevpsft.c793 struct { int glyf, loca, cmap, name, os_2, mtx[2], post, head; in psf_write_truetype_data() member
1054 subtable_positions.os_2 = offset; in psf_write_truetype_data()
1270 subtable_positions.os_2 + start_position, in psf_write_truetype_data()
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgdevpsft.c793 struct { int glyf, loca, cmap, name, os_2, mtx[2], post, head; in psf_write_truetype_data() member
1054 subtable_positions.os_2 = offset; in psf_write_truetype_data()
1270 subtable_positions.os_2 + start_position, in psf_write_truetype_data()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/devices/vector/
H A Dgdevpsft.c804 struct { int glyf, loca, cmap, name, os_2, mtx[2], post, head; in psf_write_truetype_data() member
1065 subtable_positions.os_2 = offset; in psf_write_truetype_data()
1280 subtable_positions.os_2 + start_position, in psf_write_truetype_data()
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgdevpsft.c788 struct { int glyf, loca, cmap, name, os_2, mtx[2], post, head; in psf_write_truetype_data() member
1041 subtable_positions.os_2 = offset; in psf_write_truetype_data()
1248 if (check_position(subtable_positions.os_2 + start_position, stell(s))) in psf_write_truetype_data()
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgdevpsft.c788 struct { int glyf, loca, cmap, name, os_2, mtx[2], post, head; in psf_write_truetype_data() member
1041 subtable_positions.os_2 = offset; in psf_write_truetype_data()
1248 if (check_position(subtable_positions.os_2 + start_position, stell(s))) in psf_write_truetype_data()
/dports/www/p5-HTML5-DOM/HTML5-DOM-1.25/
H A DMANIFEST196 third_party/modest/include/myfont/os_2.h
470 third_party/modest/source/myfont/os_2.c
471 third_party/modest/source/myfont/os_2.h