Home
last modified time | relevance | path

Searched refs:add_array (Results 1 – 6 of 6) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-set-digest.hh81 void add_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_array() function
132 void add_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_array() function
134 head.add_array (array, count, stride); in add_array()
135 tail.add_array (array, count, stride); in add_array()
Dhb-ot-layout-gsub-table.hh310 c->output->add_array (substitute.arrayZ, substitute.len); in collect_glyphs()
502 c->output->add_array (alternates.arrayZ, alternates.len); in collect_glyphs()
704 c->input->add_array (component.arrayZ, component.lenP1 ? component.lenP1 - 1 : 0); in collect_glyphs()
1117 c->output->add_array (substitute.arrayZ, substitute.len); in collect_glyphs()
Dhb-set.hh288 void add_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_array() function
Dhb-ot-layout-common.hh202 output->add_array (arrayZ, len); in add_indexes_to()
Dhb-ot-layout-gpos-table.hh651 c->input->add_array (&record->secondGlyph, len, record_size); in collect_glyphs()
/external/pdfium/third_party/agg23/
Dagg_array.h183 void add_array(const T* ptr, unsigned num_elem) in add_array() function