Home
last modified time | relevance | path

Searched defs:global_subrs (Results 1 – 9 of 9) sorted by relevance

/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/
Dcff2.rs11 global_subrs: Index2<'a>, field
36 pub fn global_subrs(&self) -> Index2<'a> { in global_subrs() method
48 let global_subrs = Index2::read(FontData::new(header.trailing_data()))?; in read() localVariable
Dcff.rs14 global_subrs: Index1<'a>, field
79 pub fn global_subrs(&self) -> Index1<'a> { in global_subrs() method
104 let global_subrs = Index1::read(data)?; in read() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/
Dcff2.rs11 global_subrs: Index2<'a>, field
36 pub fn global_subrs(&self) -> Index2<'a> { in global_subrs() method
48 let global_subrs = Index2::read(FontData::new(header.trailing_data()))?; in read() localVariable
Dcff.rs14 global_subrs: Index1<'a>, field
79 pub fn global_subrs(&self) -> Index1<'a> { in global_subrs() method
104 let global_subrs = Index1::read(data)?; in read() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/postscript/
Dcharstring.rs71 global_subrs: Index<'a>, field
702 let global_subrs = Index::new(&empty_index_bytes, true).unwrap(); in cff2_example_subr() localVariable
782 let global_subrs = Index::new(&empty_index_bytes, false).unwrap(); in all_path_ops() localVariable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/postscript/
Dcharstring.rs71 global_subrs: Index<'a>, field
702 let global_subrs = Index::new(&empty_index_bytes, true).unwrap(); in cff2_example_subr() localVariable
782 let global_subrs = Index::new(&empty_index_bytes, false).unwrap(); in all_path_ops() localVariable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/cff/
Dmod.rs41 global_subrs: Index<'a>, field
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/outline/cff/
Dmod.rs41 global_subrs: Index<'a>, field
/external/freetype/include/freetype/internal/
Dcfftypes.h369 FT_Byte** global_subrs; member