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

  /external/harfbuzz_ng/src/
hb-set.cc 138 return hb_object_get_user_data (set, key);
hb-object-private.hh 192 static inline void *hb_object_get_user_data (Type *obj, function
hb-blob.cc 279 return hb_object_get_user_data (blob, key);
hb-face.cc 281 return hb_object_get_user_data (face, key);
hb-unicode.cc 293 return hb_object_get_user_data (ufuncs, key);
hb-shape-plan.cc 306 return hb_object_get_user_data (shape_plan, key);
hb-font.cc 505 return hb_object_get_user_data (ffuncs, key);
1293 return hb_object_get_user_data (font, key);
    [all...]
hb-buffer.cc 819 return hb_object_get_user_data (buffer, key);
    [all...]

Completed in 662 milliseconds