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

  /external/harfbuzz_ng/src/
hb-open-type-private.hh 61 /* StructAtOffset<T>(P,Ofs) returns the struct T& that is placed at memory
64 inline const Type& StructAtOffset(const void *P, unsigned int offset)
67 inline Type& StructAtOffset(void *P, unsigned int offset)
74 { return StructAtOffset<Type>(&X, X.get_size()); }
77 { return StructAtOffset<Type>(&X, X.get_size()); }
692 return StructAtOffset<Type> (base, offset);
707 Type &obj = StructAtOffset<Type> (base, offset);
716 Type &obj = StructAtOffset<Type> (base, offset);
hb-ot-layout-gsubgpos-private.hh     [all...]
hb-ot-layout-gpos-table.hh 582 record = &StructAtOffset<PairValueRecord> (record, record_size);
611 record = &StructAtOffset<PairValueRecord> (record, record_size);
    [all...]

Completed in 184 milliseconds