Home
last modified time | relevance | path

Searched refs:max_function_defs (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/skrifa-0.15.5/src/outline/glyf/
H A Dmod.rs46 max_function_defs: u16, field
65 max_function_defs, in new()
75 maxp.max_function_defs().unwrap_or_default(), in new()
101 max_function_defs, in new()
/aosp_15_r20/external/freetype/src/truetype/
H A Dttobjs.c1101 size->max_function_defs = 0; in tt_size_done_bytecode()
1143 size->max_function_defs = maxp->maxFunctionDefs; in tt_size_init_bytecode()
1177 if ( FT_NEW_ARRAY( size->function_defs, size->max_function_defs ) || in tt_size_init_bytecode()
H A Dttobjs.h292 FT_UInt max_function_defs; member
H A Dttinterp.c316 exec->maxFDefs = size->max_function_defs; in TT_Load_Context()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/read-fonts-0.15.6/generated/
H A Dgenerated_maxp.rs243 pub fn max_function_defs(&self) -> Option<u16> { in max_function_defs() method
318 self.max_function_defs().unwrap(), in get_field()