OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_hea
(Results
1 - 2
of
2
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-hhea-table.hh
45
struct
_hea
struct in namespace:OT
92
struct hhea :
_hea
{
95
struct vhea :
_hea
{
hb-ot-font.cc
85
hb_blob_t *_hea_blob = OT::Sanitizer<OT::
_hea
>::sanitize (face->reference_table (_hea_tag));
86
const OT::
_hea
*
_hea
= OT::Sanitizer<OT::
_hea
>::lock_instance (_hea_blob);
local
87
this->num_advances =
_hea
->numberOfLongMetrics;
90
this->ascender =
_hea
->ascender;
91
this->descender =
_hea
->descender;
92
this->line_gap =
_hea
->lineGap;
Completed in 461 milliseconds