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

  /external/harfbuzz_ng/src/
hb-blob.h 116 hb_blob_get_length (hb_blob_t *blob);
test.cc 85 printf ("Opened font file %s: %u bytes long\n", argv[1], hb_blob_get_length (blob));
hb-blob.cc 203 hb_blob_get_length (hb_blob_t *blob) function
hb-coretext.cc 55 assert (hb_blob_get_length ((hb_blob_t *) info) == size &&
hb-graphite2.cc 104 if (!hb_blob_get_length (silf_blob))
hb-old.cc 193 *length = hb_blob_get_length (blob);
hb-open-type-private.hh 198 this->end = this->start + hb_blob_get_length (this->blob);
321 c->end = c->start + hb_blob_get_length (blob);
hb-font.cc 611 if (unlikely (!blob || !hb_blob_get_length (blob)))
  /external/harfbuzz_ng/test/api/
test-blob.c 60 len = hb_blob_get_length (blob);
214 len = hb_blob_get_length (b);
285 len = hb_blob_get_length (b);

Completed in 83 milliseconds