OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:head_blob
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-face.cc
432
hb_blob_t *
head_blob
= OT::Sanitizer<OT::head>::sanitize (reference_table (HB_OT_TAG_head));
local
433
const OT::head *head_table = OT::Sanitizer<OT::head>::lock_instance (
head_blob
);
435
hb_blob_destroy (
head_blob
);
/external/harfbuzz_ng/src/
hb-font.cc
745
hb_blob_t *
head_blob
= OT::Sanitizer<OT::head>::sanitize (reference_table (HB_OT_TAG_head));
local
746
const OT::head *head_table = OT::Sanitizer<OT::head>::lock_instance (
head_blob
);
748
hb_blob_destroy (
head_blob
);
Completed in 644 milliseconds