HomeSort by relevance Sort by last modified time
    Searched refs:static_size (Results 1 - 15 of 15) sorted by null

  /external/harfbuzz_ng/src/
hb-open-type-private.hh 104 static const unsigned int static_size = (size); \
109 DEFINE_INSTANCE_ASSERTION (0*sizeof(this->u._member.static_size) + sizeof(this->u._member) == (size)); \
118 DEFINE_COMPILES_ASSERTION ((void) array[0].static_size) \
123 DEFINE_COMPILES_ASSERTION ((void) array1[0].static_size; (void) array2[0].static_size) \
296 if (this->may_edit (obj, obj->static_size)) {
744 const ULONG *EndPtr = Table+((Length+3) & ~3) / ULONG::static_size;
870 { return len.static_size + len * Type::static_size; }
946 return_trace (c->check_struct (this) && c->check_array (array, Type::static_size, len))
    [all...]
hb-ot-name-table.hh 119 c->check_array (nameRecord, nameRecord[0].static_size, count) &&
hb-ot-cbdt-table.hh 119 c->check_array (offsetArrayZ, offsetArrayZ[0].static_size, glyph_count + 1));
229 if (unlikely (!c->check_array (&indexSubtablesZ, indexSubtablesZ[0].static_size, count)))
hb-open-file-private.hh 109 return_trace (c->check_struct (this) && c->check_array (tables, TableRecord::static_size, numTables));
hb-ot-var-fvar-table.hh 41 c->check_array (coordinates, coordinates[0].static_size, axis_count));
hb-ot-layout-gsubgpos-private.hh     [all...]
hb-ot-math-table.hh 246 mathValueRecords[0].static_size,
602 glyphConstruction[0].static_size,
hb-ot-layout-gpos-table.hh 104 { return get_len () * Value::static_size; }
379 if (!c->check_array (matrixZ, matrixZ[0].static_size, count)) return_trace (false);
606 unsigned int record_size = USHORT::static_size * (1 + len1 + len2);
625 unsigned int record_size = USHORT::static_size * (1 + len1 + len2);
669 && c->check_array (arrayZ, USHORT::static_size * closure->stride, len))) return_trace (false);
    [all...]
hb-ot-layout-common-private.hh     [all...]
hb-ot-font.cc 205 if (end_offset - start_offset < OT::glyfGlyphHeader::static_size)
hb-uniscribe.cc 363 ARRAY_LENGTH (name_IDs) * OT::NameRecord::static_size +
  /external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
StaticSymmetry.h 118 constexpr static std::size_t size = type::static_size;
209 constexpr static std::size_t static_size = ge::count; member in class:Eigen::StaticSGroup
  /external/nanopb-c/generator/google/protobuf/internal/
encoder.py 325 static_size = (_TagSize(1) * 2 + _TagSize(2) + _VarintSize(field_number) +
331 return static_size + local_VarintSize(l) + l
  /external/protobuf/python/google/protobuf/internal/
encoder.py 328 static_size = (_TagSize(1) * 2 + _TagSize(2) + _VarintSize(field_number) +
334 return static_size + local_VarintSize(l) + l
  /external/Microsoft-GSL/tests/
multi_span_tests.cpp 681 static_assert(Bounds::static_size == 60, "static bounds is wrong size");
    [all...]

Completed in 863 milliseconds