HomeSort by relevance Sort by last modified time
    Searched refs:StructAtOffset (Results 1 - 4 of 4) sorted by null

  /external/harfbuzz_ng/src/
hb-open-type-private.hh 59 /* StructAtOffset<T>(P,Ofs) returns the struct T& that is placed at memory
62 static inline const Type& StructAtOffset(const void *P, unsigned int offset)
65 static inline Type& StructAtOffset(void *P, unsigned int offset)
72 { return StructAtOffset<Type>(&X, X.get_size()); }
75 { return StructAtOffset<Type>(&X, X.get_size()); }
747 return StructAtOffset<Type> (base, offset);
762 Type &obj = StructAtOffset<Type> (base, offset);
771 Type &obj = StructAtOffset<Type> (base, offset);
hb-ot-layout-gsubgpos-private.hh     [all...]
hb-ot-layout-gpos-table.hh 591 record = &StructAtOffset<PairValueRecord> (record, record_size);
616 const PairValueRecord *record = &StructAtOffset<PairValueRecord> (record_array, record_size * mid);
    [all...]
hb-uniscribe.cc 377 OT::name &name = OT::StructAtOffset<OT::name> (new_sfnt_data, name_table_offset);

Completed in 58 milliseconds