Searched refs:StructAtOffset (Results 1 – 4 of 4) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-open-type-private.hh | 62 static inline const Type& StructAtOffset(const void *P, unsigned int offset) in StructAtOffset() function 65 static inline Type& StructAtOffset(void *P, unsigned int offset) in StructAtOffset() function 72 { return StructAtOffset<Type>(&X, X.get_size()); } in StructAfter() 75 { return StructAtOffset<Type>(&X, X.get_size()); } in StructAfter() 747 return StructAtOffset<Type> (base, offset); in operator ()() 762 Type &obj = StructAtOffset<Type> (base, offset); in sanitize() 771 Type &obj = StructAtOffset<Type> (base, offset); in sanitize()
|
D | hb-ot-layout-gsubgpos-private.hh | 1139 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (inputZ, inputZ[0].static_size * … in closure() 1149 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (inputZ, inputZ[0].static_size * … in collect_glyphs() 1159 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (inputZ, inputZ[0].static_size * … in would_apply() 1166 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (inputZ, inputZ[0].static_size * … in apply() 1438 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_s… in closure() 1454 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_s… in collect_glyphs() 1470 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_s… in would_apply() 1489 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_s… in apply() 1505 …LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_size * … in sanitize() 2220 return StructAtOffset<typename T::LookupSubTable> (this, offset); in get_subtable() [all …]
|
D | hb-ot-layout-gpos-table.hh | 591 record = &StructAtOffset<PairValueRecord> (record, record_size); in collect_glyphs() 616 …const PairValueRecord *record = &StructAtOffset<PairValueRecord> (record_array, record_size * mid); in apply()
|
D | hb-uniscribe.cc | 377 OT::name &name = OT::StructAtOffset<OT::name> (new_sfnt_data, name_table_offset); in _hb_rename_font()
|