Searched defs:StructAtOffset (Results 1 - 1 of 1) sorted by relevance

/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh59 /* 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) function in namespace:OT
65 static inline Type& StructAtOffset(void *P, unsigned int offset) function in namespace:OT
72 { return StructAtOffset<Type>(&X, X.get_size()); }
75 { return StructAtOffset<Type>(&X, X.get_size()); }
782 return StructAtOffset<Type> (base, offset);
798 const Type &obj = StructAtOffset<Type> (base, offset);
808 const Type &obj = StructAtOffset<Type> (base, offset);

Completed in 154 milliseconds