Searched refs:add_array (Results 1 – 6 of 6) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-set-digest.hh | 81 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()
|
D | hb-ot-layout-gsub-table.hh | 310 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()
|
D | hb-set.hh | 288 void add_array (const T *array, unsigned int count, unsigned int stride=sizeof(T)) in add_array() function
|
D | hb-ot-layout-common.hh | 202 output->add_array (arrayZ, len); in add_indexes_to()
|
D | hb-ot-layout-gpos-table.hh | 651 c->input->add_array (&record->secondGlyph, len, record_size); in collect_glyphs()
|
/external/pdfium/third_party/agg23/ |
D | agg_array.h | 183 void add_array(const T* ptr, unsigned num_elem) in add_array() function
|