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

  /external/harfbuzz_ng/src/
hb-blob.h 115 hb_blob_get_length (hb_blob_t *blob);
test.cc 88 printf ("Opened font file %s: %u bytes long\n", argv[1], hb_blob_get_length (blob));
hb-ot-font.cc 90 unsigned int len = hb_blob_get_length (this->blob);
159 this->num_glyphs = MAX (1u, hb_blob_get_length (this->loca_blob) / (this->short_offset ? 2 : 4)) - 1;
160 this->glyf_len = hb_blob_get_length (this->glyf_blob);
hb-blob.cc 318 * hb_blob_get_length:
328 hb_blob_get_length (hb_blob_t *blob) function
hb-ot-layout.cc 69 unsigned int gdef_len = hb_blob_get_length (layout->gdef_blob);
70 unsigned int gsub_len = hb_blob_get_length (layout->gsub_blob);
71 unsigned int gpos_len = hb_blob_get_length (layout->gpos_blob);
hb-coretext.cc 106 assert (hb_blob_get_length ((hb_blob_t *) info) == size &&
    [all...]
hb-graphite2.cc 101 if (!hb_blob_get_length (silf_blob))
hb-directwrite.cc 189 if (unlikely (!hb_blob_get_length (blob)))
201 hb_blob_get_length (blob),
hb-open-type-private.hh 216 this->end = this->start + hb_blob_get_length (this->blob);
351 c->end = c->start + hb_blob_get_length (blob);
hb-uniscribe.cc 448 if (unlikely (!hb_blob_get_length (blob)))
460 hb_blob_get_length (blob),
  /external/harfbuzz_ng/test/api/
test-blob.c 63 len = hb_blob_get_length (blob);
217 len = hb_blob_get_length (b);
288 len = hb_blob_get_length (b);

Completed in 374 milliseconds