Searched refs:as_array (Results 1 – 12 of 12) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-open-type.hh | 380 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, ¬_found); } in lsearch() 392 { return *as_array (len).lsearch (x, ¬_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 …]
|
D | hb-vector.hh | 92 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 …]
|
D | hb-ot-color-cpal-table.hh | 57 (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()
|
D | hb-ot-kern-table.hh | 49 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()
|
D | hb-ot-layout-gsubgpos.hh | 1301 (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()
|
D | hb-aat-layout-feat-table.hh | 104 hb_array_t< const SettingName> settings_table = (base+settingTableZ).as_array (nSettings); in get_selector_infos()
|
D | hb-aat-layout-trak-table.hh | 53 { return (base+valuesZ).as_array (table_size)[index]; } in get_value()
|
D | hb-ot-var-fvar-table.hh | 48 { return coordinatesZ.as_array (axis_count); } in get_coordinates()
|
D | hb-face.cc | 651 bool ret = f->serialize_single (&c, sfnt_tag, data->tables.as_array ()); in _hb_face_builder_data_reference_blob()
|
D | hb-aat-layout-morx-table.hh | 985 …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()
|
D | hb-open-file.hh | 320 { return (type_base+resourcesZ).as_array (get_resource_count ())[i]; } in get_resource_record()
|
D | hb-ot-cmap-table.hh | 498 if (unlikely (!groups.serialize (c, group_data.as_array ()))) return_trace (false); in serialize()
|