OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:head_blob
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/
hb-face.cc
431
hb_blob_t *
head_blob
= OT::Sanitizer<OT::head>::sanitize (reference_table (HB_OT_TAG_head));
local
432
const OT::head *head_table = OT::Sanitizer<OT::head>::lock_instance (
head_blob
);
434
hb_blob_destroy (
head_blob
);
hb-ot-font.cc
143
hb_blob_t *
head_blob
= OT::Sanitizer<OT::head>::sanitize (face->reference_table (HB_OT_TAG_head));
local
144
const OT::head *head = OT::Sanitizer<OT::head>::lock_instance (
head_blob
);
148
hb_blob_destroy (
head_blob
);
152
hb_blob_destroy (
head_blob
);
Completed in 244 milliseconds