OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:head_table
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-face.cc
433
const OT::head *
head_table
= OT::Sanitizer<OT::head>::lock_instance (head_blob);
local
434
upem =
head_table
->get_upem ();
/external/chromium_org/third_party/ots/src/
woff2.cc
722
const Table*
head_table
= FindTable(tables, TAG('h', 'e', 'a', 'd'));
local
723
if (
head_table
== NULL ||
724
head_table
->dst_length < kCheckSumAdjustmentOffset + 4) {
727
size_t adjustment_offset =
head_table
->dst_offset + kCheckSumAdjustmentOffset;
728
if (adjustment_offset <
head_table
->dst_offset) {
[
all
...]
/external/harfbuzz_ng/src/
hb-font.cc
746
const OT::head *
head_table
= OT::Sanitizer<OT::head>::lock_instance (head_blob);
local
747
upem =
head_table
->get_upem ();
Completed in 88 milliseconds