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

  /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);
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-blob.h 116 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-blob.cc 314 * hb_blob_get_length:
324 hb_blob_get_length (hb_blob_t *blob) function
hb-face.cc 168 if (unlikely (!blob || !hb_blob_get_length (blob)))
hb-graphite2.cc 101 if (!hb_blob_get_length (silf_blob))
hb-coretext.cc 87 assert (hb_blob_get_length ((hb_blob_t *) info) == size &&
874 if (!hb_blob_get_length (mort_blob))
    [all...]
hb-uniscribe.cc 444 if (unlikely (!hb_blob_get_length (blob)))
456 hb_blob_get_length (blob),
hb-open-type-private.hh 196 this->end = this->start + hb_blob_get_length (this->blob);
319 c->end = c->start + hb_blob_get_length (blob);
  /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-blob.cc 316 * hb_blob_get_length:
326 hb_blob_get_length (hb_blob_t *blob) function
hb-ot-font.cc 70 2 * (ot_font->num_hmetrics + ot_font->num_glyphs) < hb_blob_get_length (ot_font->hmtx_blob)))
hb-face.cc 168 if (unlikely (!blob || !hb_blob_get_length (blob)))
hb-coretext.cc 87 assert (hb_blob_get_length ((hb_blob_t *) info) == size &&
872 if (!hb_blob_get_length (mort_blob))
    [all...]
hb-graphite2.cc 101 if (!hb_blob_get_length (silf_blob))
hb-uniscribe.cc 441 if (unlikely (!hb_blob_get_length (blob)))
453 hb_blob_get_length (blob),
hb-open-type-private.hh 196 this->end = this->start + hb_blob_get_length (this->blob);
328 c->end = c->start + hb_blob_get_length (blob);
  /external/harfbuzz_ng/docs/reference/
harfbuzz-sections.txt 15 hb_blob_get_length

Completed in 2064 milliseconds