OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hb_prealloced_array_t
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-map-private.hh
150
hb_prealloced_array_t
<feature_map_t, 8> features;
151
hb_prealloced_array_t
<lookup_map_t, 32> lookups[2]; /* GSUB/GPOS */
152
hb_prealloced_array_t
<stage_map_t, 4> stages[2]; /* GSUB/GPOS */
241
hb_prealloced_array_t
<feature_info_t, 32> feature_infos;
242
hb_prealloced_array_t
<stage_info_t, 8> stages[2]; /* GSUB/GPOS */
hb-private.hh
280
struct
hb_prealloced_array_t
struct
392
struct hb_auto_array_t :
hb_prealloced_array_t
<Type, HB_AUTO_ARRAY_PREALLOCED>
394
hb_auto_array_t (void) {
hb_prealloced_array_t
<Type, HB_AUTO_ARRAY_PREALLOCED>::init (); }
395
~hb_auto_array_t (void) {
hb_prealloced_array_t
<Type, HB_AUTO_ARRAY_PREALLOCED>::finish (); }
403
hb_prealloced_array_t
<item_t, 2> items;
/external/harfbuzz_ng/src/
hb-ot-map-private.hh
146
hb_prealloced_array_t
<feature_map_t, 8> features;
147
hb_prealloced_array_t
<lookup_map_t, 32> lookups[2]; /* GSUB/GPOS */
148
hb_prealloced_array_t
<pause_map_t, 1> pauses[2]; /* GSUB/GPOS */
235
hb_prealloced_array_t
<feature_info_t,16> feature_infos;
236
hb_prealloced_array_t
<pause_info_t, 1> pauses[2]; /* GSUB/GPOS */
hb-private.hh
277
struct
hb_prealloced_array_t
struct
381
struct hb_auto_array_t :
hb_prealloced_array_t
<Type, HB_AUTO_ARRAY_PREALLOCED>
383
hb_auto_array_t (void) {
hb_prealloced_array_t
<Type, HB_AUTO_ARRAY_PREALLOCED>::init (); }
384
~hb_auto_array_t (void) {
hb_prealloced_array_t
<Type, HB_AUTO_ARRAY_PREALLOCED>::finish (); }
392
hb_prealloced_array_t
<item_t, 2> items;
Completed in 213 milliseconds