Home
last modified time | relevance | path

Searched refs:sanitize_blob (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-sanitize.hh329 hb_blob_t *sanitize_blob (hb_blob_t *blob) in sanitize_blob() function
400 return sanitize_blob<Type> (hb_face_reference_table (face, tableTag)); in reference_table()
Dhb-face.cc72 …hb_blob_t *sanitized = hb_sanitize_context_t ().sanitize_blob<OT::OpenTypeFontFile> (hb_blob_refer… in hb_face_count()
215 blob = hb_sanitize_context_t ().sanitize_blob<OT::OpenTypeFontFile> (hb_blob_reference (blob)); in hb_face_create()
Dmain.cc350 hb_blob_t *font_blob = hb_sanitize_context_t ().sanitize_blob<OpenTypeFontFile> (blob); in print_layout_info_using_private_api()
Dhb-uniscribe.cc335 blob = hb_sanitize_context_t ().sanitize_blob<OT::OpenTypeFontFile> (blob); in _hb_rename_font()