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

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

Completed in 143 milliseconds