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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-face-private.hh 65 inline hb_blob_t *reference_table (hb_tag_t tag) const function in struct:hb_face_t
hb-ft.cc 296 reference_table (hb_face_t *face HB_UNUSED, hb_tag_t tag, void *user_data) function
352 face = hb_face_create_for_tables (reference_table, ft_face, destroy);
hb-coretext.cc 48 reference_table (hb_face_t *face HB_UNUSED, hb_tag_t tag, void *user_data) function
68 return hb_face_create_for_tables (reference_table, CGFontRetain (cg_font), (hb_destroy_func_t) CGFontRelease);
871 hb_blob_t *mort_blob = face->reference_table (HB_CORETEXT_TAG_MORT);
    [all...]
  /external/harfbuzz_ng/src/
hb-face-private.hh 65 inline hb_blob_t *reference_table (hb_tag_t tag) const function in struct:hb_face_t
hb-ft.cc 296 reference_table (hb_face_t *face HB_UNUSED, hb_tag_t tag, void *user_data) function
352 face = hb_face_create_for_tables (reference_table, ft_face, destroy);
hb-coretext.cc 48 reference_table (hb_face_t *face HB_UNUSED, hb_tag_t tag, void *user_data) function
68 return hb_face_create_for_tables (reference_table, CGFontRetain (cg_font), (hb_destroy_func_t) CGFontRelease);
869 hb_blob_t *mort_blob = face->reference_table (HB_CORETEXT_TAG_MORT);
    [all...]

Completed in 264 milliseconds