Home
last modified time | relevance | path

Searched refs:StructAtOffset (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-ot-var-fvar-table.hh99 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()
Dhb-open-type-private.hh63 static inline const Type& StructAtOffset(const void *P, unsigned int offset) in StructAtOffset() function
66 static inline Type& StructAtOffset(void *P, unsigned int offset) in StructAtOffset() function
73 { return StructAtOffset<Type>(&X, X.get_size()); } in StructAfter()
76 { return StructAtOffset<Type>(&X, X.get_size()); } in StructAfter()
795 return StructAtOffset<Type> (base, offset); in operator ()()
812 const Type &obj = StructAtOffset<Type> (base, offset); in sanitize()
823 const Type &obj = StructAtOffset<Type> (base, offset); in sanitize()
Dhb-ot-layout-gsubgpos-private.hh1132 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (inputZ, inputZ[0].static_size * … in closure()
1142 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (inputZ, inputZ[0].static_size * … in collect_glyphs()
1152 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (inputZ, inputZ[0].static_size * … in would_apply()
1159 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (inputZ, inputZ[0].static_size * … in apply()
1435 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_s… in closure()
1451 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_s… in collect_glyphs()
1467 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_s… in would_apply()
1486 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_s… in apply()
1503 …const LookupRecord *lookupRecord = &StructAtOffset<LookupRecord> (coverageZ, coverageZ[0].static_s… in sanitize()
2171 return StructAtOffset<typename T::LookupSubTable> (this, offset); in get_subtable()
Dhb-ot-font.cc208 …const OT::glyfGlyphHeader &glyph_header = OT::StructAtOffset<OT::glyfGlyphHeader> (this->glyf, sta… in get_extents()
284 OT::StructAtOffset<OT::GlyphBitmapDataFormat17> (this->cbdt, image_offset); in get_extents()
Dhb-ot-layout-gpos-table.hh613 record = &StructAtOffset<PairValueRecord> (record, record_size); in collect_glyphs()
638 …const PairValueRecord *record = &StructAtOffset<PairValueRecord> (record_array, record_size * mid); in apply()
Dhb-uniscribe.cc377 OT::name &name = OT::StructAtOffset<OT::name> (new_sfnt_data, name_table_offset); in _hb_rename_font()