OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hb_blob_get_length
(Results
1 - 17
of
17
) sorted by null
/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
318
*
hb_blob_get_length
:
328
hb_blob_get_length
(hb_blob_t *blob)
function
hb-face.cc
169
if (unlikely (!blob || !
hb_blob_get_length
(blob)))
hb-graphite2.cc
103
if (!
hb_blob_get_length
(silf_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-uniscribe.cc
444
if (unlikely (!
hb_blob_get_length
(blob)))
456
hb_blob_get_length
(blob),
hb-coretext.cc
55
assert (
hb_blob_get_length
((hb_blob_t *) info) == size &&
/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 205 milliseconds