Searched refs:StructAtOffset (Results 1 – 8 of 8) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-var-fvar-table.hh | 99 c->check_range (&StructAtOffset<char> (this, things), in sanitize() 181 { return &StructAtOffset<AxisRecord> (this, things); } in get_axes() 184 { return &StructAtOffset<InstanceRecord> (get_axes () + axisCount, 0); } in get_instances()
|
D | hb-open-type-private.hh | 64 static inline const Type& StructAtOffset(const void *P, unsigned int offset) in StructAtOffset() function 67 static inline Type& StructAtOffset(void *P, unsigned int offset) in StructAtOffset() function 74 { return StructAtOffset<Type>(&X, X.get_size()); } in StructAfter() 77 { return StructAtOffset<Type>(&X, X.get_size()); } in StructAfter() 778 return StructAtOffset<Type> (base, offset); in operator ()() 795 const Type &obj = StructAtOffset<Type> (base, offset); in sanitize() 806 const Type &obj = StructAtOffset<Type> (base, offset); in sanitize()
|
D | hb-ot-layout-gsubgpos-private.hh | 1177 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (inputZ, inputZ[0].static_size * … in closure() 1187 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (inputZ, inputZ[0].static_size * … in collect_glyphs() 1197 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (inputZ, inputZ[0].static_size * … in would_apply() 1204 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (inputZ, inputZ[0].static_size * … in apply() 1480 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_s… in closure() 1496 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_s… in collect_glyphs() 1512 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_s… in would_apply() 1531 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_s… in apply() 1548 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_s… in sanitize() 2218 return StructAtOffset<typename T::LookupSubTable> (this, offset); in get_subtable()
|
D | hb-ot-glyf-table.hh | 151 const GlyphHeader &glyph_header = StructAtOffset<GlyphHeader> (glyf_table, start_offset); in get_extents()
|
D | hb-ot-kern-table.hh | 123 const FWORD *v = &StructAtOffset<FWORD> (arr, offset); in get_kerning()
|
D | hb-ot-cbdt-table.hh | 431 StructAtOffset<GlyphBitmapDataFormat17> (this->cbdt, image_offset); in get_extents()
|
D | hb-uniscribe.cc | 378 OT::name &name = OT::StructAtOffset<OT::name> (new_sfnt_data, name_table_offset); in _hb_rename_font()
|
D | hb-ot-layout-gpos-table.hh | 634 …const PairValueRecord *record = &StructAtOffset<PairValueRecord> (record_array, record_size * mid); in apply()
|