Searched refs:check_array (Results 1 – 11 of 11) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-post-table.hh | 49 c->check_array (glyphNameIndex, sizeof (USHORT), numberOfGlyphs)); in sanitize()
|
D | hb-ot-cbdt-table.hh | 119 c->check_array (offsetArrayZ, offsetArrayZ[0].static_size, glyph_count + 1)); in sanitize() 229 if (unlikely (!c->check_array (&indexSubtablesZ, indexSubtablesZ[0].static_size, count))) in sanitize()
|
D | hb-ot-var-hvar-table.hh | 42 c->check_array (mapData, get_width (), mapCount)); in sanitize()
|
D | hb-ot-name-table.hh | 119 c->check_array (nameRecord, nameRecord[0].static_size, count) && in sanitize()
|
D | hb-ot-var-fvar-table.hh | 41 c->check_array (coordinates, coordinates[0].static_size, axis_count)); in sanitize()
|
D | hb-open-file-private.hh | 109 …return_trace (c->check_struct (this) && c->check_array (tables, TableRecord::static_size, numTable… in sanitize()
|
D | hb-ot-math-table.hh | 245 c->check_array (mathValueRecords, in sanitize() 601 c->check_array (glyphConstruction, in sanitize()
|
D | hb-open-type-private.hh | 254 inline bool check_array (const void *base, unsigned int record_size, unsigned int len) const in check_array() function 946 return_trace (c->check_struct (this) && c->check_array (array, Type::static_size, len)); in sanitize_shallow() 1015 && c->check_array (this, Type::static_size, len); in sanitize_shallow()
|
D | hb-ot-layout-gpos-table.hh | 202 if (!c->check_array (values, get_size (), count)) return_trace (false); in sanitize_values() 379 if (!c->check_array (matrixZ, matrixZ[0].static_size, count)) return_trace (false); in sanitize() 669 … && c->check_array (arrayZ, USHORT::static_size * closure->stride, len))) return_trace (false); in sanitize() 817 return_trace (c->check_array (values, record_size, count) && in sanitize()
|
D | hb-ot-layout-common-private.hh | 1242 c->check_array (axesZ, axesZ[0].static_size, in sanitize() 1300 c->check_array (&StructAfter<BYTE> (regionIndices), in sanitize()
|
D | hb-ot-layout-gsubgpos-private.hh | 1500 if (!c->check_array (coverageZ, coverageZ[0].static_size, count)) return_trace (false); in sanitize() 1504 return_trace (c->check_array (lookupRecord, lookupRecord[0].static_size, lookupCount)); in sanitize()
|