Home
last modified time | relevance | path

Searched refs:as_array (Results 1 – 12 of 12) sorted by relevance

/external/harfbuzz_ng/src/
Dhb-open-type.hh380 hb_array_t<Type> as_array (unsigned int len) in as_array() function
382 hb_array_t<const Type> as_array (unsigned int len) const in as_array() function
384 operator hb_array_t<Type> () { return as_array (); } in operator hb_array_t<Type>()
385 operator hb_array_t<const Type> () const { return as_array (); } in operator hb_array_t<const Type>()
389 { return *as_array (len).lsearch (x, &not_found); } in lsearch()
392 { return *as_array (len).lsearch (x, &not_found); } in lsearch()
395 { as_array (len).qsort (start, end); } in qsort()
486 hb_sorted_array_t<Type> as_array (unsigned int len) in as_array() function
488 hb_sorted_array_t<const Type> as_array (unsigned int len) const in as_array() function
490 operator hb_sorted_array_t<Type> () { return as_array (); } in operator hb_sorted_array_t<Type>()
[all …]
Dhb-vector.hh92 hb_array_t<Type> as_array () in as_array() function
94 hb_array_t<const Type> as_array () const in as_array() function
98 { return as_array ().sub_array (start_offset, count);} in sub_array()
100 { return as_array ().sub_array (start_offset, count);} in sub_array()
102 { return as_array ().sub_array (start_offset, count);} in sub_array()
104 { return as_array ().sub_array (start_offset, count);} in sub_array()
122 operator hb_array_t<Type> () { return as_array (); } in operator hb_array_t<Type>()
123 operator hb_array_t<const Type> () const { return as_array (); } in operator hb_array_t<const Type>()
242 { as_array ().qsort (cmp); } in qsort()
244 { as_array ().qsort (start, end); } in qsort()
[all …]
Dhb-ot-color-cpal-table.hh57 (base+paletteFlagsZ).as_array (palette_count)[palette_index]; in get_palette_flags()
65 return (base+paletteLabelsZ).as_array (palette_count)[palette_index]; in get_palette_name_id()
73 return (base+colorLabelsZ).as_array (color_count)[color_index]; in get_color_name_id()
Dhb-ot-kern-table.hh49 hb_array_t<const FWORD> kernValue = kernValueZ.as_array (kernValueCount); in get_kerning()
50 …HBUINT8> leftClass = StructAfter<const UnsizedArrayOf<HBUINT8> > (kernValue).as_array (glyphCount); in get_kerning()
51 …BUINT8> rightClass = StructAfter<const UnsizedArrayOf<HBUINT8> > (leftClass).as_array (glyphCount); in get_kerning()
52 …8> kernIndex = StructAfter<const UnsizedArrayOf<HBUINT8> > (rightClass).as_array (leftClassCount *… in get_kerning()
Dhb-ot-layout-gsubgpos.hh1301 (inputZ.as_array ((inputCount ? inputCount - 1 : 0))); in closure()
1313 (inputZ.as_array (inputCount ? inputCount - 1 : 0)); in collect_glyphs()
1325 (inputZ.as_array (inputCount ? inputCount - 1 : 0)); in would_apply()
1334 (inputZ.as_array (inputCount ? inputCount - 1 : 0)); in apply()
1688 const LookupRecord *lookupRecord = &StructAfter<LookupRecord> (coverageZ.as_array (glyphCount)); in closure()
1704 const LookupRecord *lookupRecord = &StructAfter<LookupRecord> (coverageZ.as_array (glyphCount)); in collect_glyphs()
1720 const LookupRecord *lookupRecord = &StructAfter<LookupRecord> (coverageZ.as_array (glyphCount)); in would_apply()
1736 const LookupRecord *lookupRecord = &StructAfter<LookupRecord> (coverageZ.as_array (glyphCount)); in apply()
1760 const LookupRecord *lookupRecord = &StructAfter<LookupRecord> (coverageZ.as_array (glyphCount)); in sanitize()
Dhb-aat-layout-feat-table.hh104 hb_array_t< const SettingName> settings_table = (base+settingTableZ).as_array (nSettings); in get_selector_infos()
Dhb-aat-layout-trak-table.hh53 { return (base+valuesZ).as_array (table_size)[index]; } in get_value()
Dhb-ot-var-fvar-table.hh48 { return coordinatesZ.as_array (axis_count); } in get_coordinates()
Dhb-face.cc651 bool ret = f->serialize_single (&c, sfnt_tag, data->tables.as_array ()); in _hb_face_builder_data_reference_blob()
Dhb-aat-layout-morx-table.hh985 …const ChainSubtable<Types> *subtable = &StructAfter<ChainSubtable<Types> > (featureZ.as_array (fea… in apply()
1065 …const ChainSubtable<Types> *subtable = &StructAfter<ChainSubtable<Types> > (featureZ.as_array (fea… in sanitize()
Dhb-open-file.hh320 { return (type_base+resourcesZ).as_array (get_resource_count ())[i]; } in get_resource_record()
Dhb-ot-cmap-table.hh498 if (unlikely (!groups.serialize (c, group_data.as_array ()))) return_trace (false); in serialize()