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

/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh55 static inline const Type* CastP(const TObject *X) function in namespace:OT
58 static inline Type* CastP(TObject *X) function in namespace:OT
143 return *CastP<Type> (_hb_NullPool);
151 return *CastP<Type> (_Null##Type); \
327 Type *t = CastP<Type> (const_cast<char *> (c->start));
371 return unlikely (!base) ? &Null(Type) : CastP<Type> (base);

Completed in 209 milliseconds