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

  /external/harfbuzz_ng/src/
hb-shape-plan.cc 99 if (unlikely (!props || hb_object_is_inert (face)))
182 if (unlikely (hb_object_is_inert (shape_plan) ||
183 hb_object_is_inert (font) ||
184 hb_object_is_inert (buffer)))
hb-buffer.cc 162 if (unlikely (hb_object_is_inert (this)))
174 if (unlikely (hb_object_is_inert (this)))
231 if (unlikely (hb_object_is_inert (this)))
244 if (unlikely (hb_object_is_inert (this)))
257 if (unlikely (hb_object_is_inert (this)))
695 if (unlikely (hb_object_is_inert (buffer)))
718 if (unlikely (hb_object_is_inert (buffer)))
734 if (unlikely (hb_object_is_inert (buffer)))
750 if (unlikely (hb_object_is_inert (buffer)))
766 if (unlikely (hb_object_is_inert (buffer))
    [all...]
hb-font.cc 293 if (hb_object_is_inert (ffuncs))
684 if (hb_object_is_inert (face))
714 if (hb_object_is_inert (face))
730 if (hb_object_is_inert (face))
755 if (hb_object_is_inert (face))
788 if (unlikely (hb_object_is_inert (face)))
808 if (unlikely (hb_object_is_inert (font)))
898 if (hb_object_is_inert (font))
hb-object-private.hh 192 static inline bool hb_object_is_inert (const Type *obj) function
hb-blob.cc 189 if (hb_object_is_inert (blob))
hb-set-private.hh 149 if (unlikely (hb_object_is_inert (this)))
hb-unicode.cc 238 if (hb_object_is_inert (ufuncs))

Completed in 92 milliseconds