Searched refs:hb_blob_create_sub_blob (Results 1 – 11 of 11) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-color-cbdt-table.hh | 480 return hb_blob_create_sub_blob (cbdt.get_blob (), in reference_png() 489 return hb_blob_create_sub_blob (cbdt.get_blob (), in reference_png() 498 return hb_blob_create_sub_blob (cbdt.get_blob (), in reference_png()
|
D | hb-blob.h | 81 hb_blob_create_sub_blob (hb_blob_t *parent,
|
D | hb-ot-color-svg-table.hh | 48 return hb_blob_create_sub_blob (svg_blob, in reference_blob()
|
D | hb-ot-os2-table.hh | 151 hb_blob_t *os2_prime_blob = hb_blob_create_sub_blob (os2_blob, 0, -1); in subset()
|
D | hb-ot-color-sbix-table.hh | 116 return hb_blob_create_sub_blob (sbix_blob, glyph_offset, glyph_length); in get_glyph_blob()
|
D | hb-ot-post-table.hh | 80 hb_blob_t *post_prime_blob = hb_blob_create_sub_blob (post_blob, 0, post::min_size); in subset()
|
D | hb-blob.cc | 134 hb_blob_create_sub_blob (hb_blob_t *parent, in hb_blob_create_sub_blob() function
|
D | hb-face.cc | 178 hb_blob_t *blob = hb_blob_create_sub_blob (data->blob, base_offset + table.offset, table.length); in _hb_face_for_data_reference_table()
|
/external/harfbuzz_ng/test/api/ |
D | test-blob.c | 280 fixture->blob = hb_blob_create_sub_blob (b, 1, fixture->len - 2); in test_blob_subblob()
|
/external/harfbuzz_ng/docs/ |
D | harfbuzz-sections.txt | 24 hb_blob_create_sub_blob
|
/external/harfbuzz_ng/ |
D | NEWS | 1573 - hb_blob_create_sub_blob() always creates sub-blob with
|