OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gsub_blob
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-layout.cc
57
layout->
gsub_blob
= OT::Sanitizer<OT::GSUB>::sanitize (face->reference_table (HB_OT_TAG_GSUB));
58
layout->gsub = OT::Sanitizer<OT::GSUB>::lock_instance (layout->
gsub_blob
);
70
unsigned int gsub_len = hb_blob_get_length (layout->
gsub_blob
);
125
hb_blob_destroy (layout->
gsub_blob
);
hb-ot-layout-private.hh
153
hb_blob_t *
gsub_blob
;
member in struct:hb_ot_layout_t
Completed in 46 milliseconds