OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stage_map_t
(Results
1 - 3
of
3
) sorted by null
/external/harfbuzz_ng/src/
hb-ot-map-private.hh
70
struct
stage_map_t
{
struct in struct:hb_ot_map_t
152
hb_prealloced_array_t<
stage_map_t
, 4> stages[2]; /* GSUB/GPOS */
hb-ot-map.cc
302
hb_ot_map_t::
stage_map_t
*stage_map = m.stages[table_index].push ();
hb-ot-layout.cc
1099
const
stage_map_t
*stage = &stages[table_index][stage_index];
Completed in 175 milliseconds