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

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-open-type-private.hh61 /* StructAtOffset<T>(P,Ofs) returns the struct T& that is placed at memory
64 inline const Type& StructAtOffset(const void *P, unsigned int offset) function in namespace:OT
67 inline Type& StructAtOffset(void *P, unsigned int offset) function in namespace:OT
74 { return StructAtOffset<Type>(&X, X.get_size()); }
77 { return StructAtOffset<Type>(&X, X.get_size()); }
698 return StructAtOffset<Type> (base, offset);
713 Type &obj = StructAtOffset<Type> (base, offset);
722 Type &obj = StructAtOffset<Type> (base, offset);
/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh61 /* StructAtOffset<T>(P,Ofs) returns the struct T& that is placed at memory
64 inline const Type& StructAtOffset(const void *P, unsigned int offset) function in namespace:OT
67 inline Type& StructAtOffset(void *P, unsigned int offset) function in namespace:OT
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);

Completed in 35 milliseconds