Searched refs:hb_object_create (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-object-private.hh124 static inline Type *hb_object_create (void) function
H A Dhb-set.cc45 if (!(set = hb_object_create<hb_set_t> ()))
H A Dhb-blob.cc105 if (!length || !(blob = hb_object_create<hb_blob_t> ())) {
H A Dhb-face.cc89 if (!reference_table_func || !(face = hb_object_create<hb_face_t> ())) {
H A Dhb-unicode.cc173 if (!(ufuncs = hb_object_create<hb_unicode_funcs_t> ()))
H A Dhb-font.cc246 if (!(ffuncs = hb_object_create<hb_font_funcs_t> ()))
859 if (!(font = hb_object_create<hb_font_t> ()))
H A Dhb-shape-plan.cc133 if (!(shape_plan = hb_object_create<hb_shape_plan_t> ())) {
H A Dhb-buffer.cc681 if (!(buffer = hb_object_create<hb_buffer_t> ()))
/external/harfbuzz_ng/src/
H A Dhb-set.cc45 if (!(set = hb_object_create<hb_set_t> ()))
H A Dhb-object-private.hh185 static inline Type *hb_object_create (void) function
H A Dhb-blob.cc105 if (!length || !(blob = hb_object_create<hb_blob_t> ())) {
H A Dhb-face.cc89 if (!reference_table_func || !(face = hb_object_create<hb_face_t> ())) {
H A Dhb-shape-plan.cc116 if (!(shape_plan = hb_object_create<hb_shape_plan_t> ())) {
H A Dhb-unicode.cc173 if (!(ufuncs = hb_object_create<hb_unicode_funcs_t> ()))
H A Dhb-font.cc246 if (!(ffuncs = hb_object_create<hb_font_funcs_t> ()))
859 if (!(font = hb_object_create<hb_font_t> ()))
H A Dhb-buffer.cc681 if (!(buffer = hb_object_create<hb_buffer_t> ()))

Completed in 219 milliseconds