HomeSort by relevance Sort by last modified time
    Searched defs:hb_object_is_inert (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-object-private.hh 142 static inline bool hb_object_is_inert (const Type *obj) function
150 if (unlikely (!obj || hb_object_is_inert (obj)))
159 if (unlikely (!obj || hb_object_is_inert (obj)))
175 if (unlikely (!obj || hb_object_is_inert (obj)))
184 if (unlikely (!obj || hb_object_is_inert (obj)))
  /external/harfbuzz_ng/src/
hb-object-private.hh 192 static inline bool hb_object_is_inert (const Type *obj) function

Completed in 367 milliseconds