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-ot-var-mvar-table.hh 69 valueRecordSize >= VariationValueRecord::static_size &&
hb-open-type-private.hh 105 static const unsigned int static_size = (size); \
110 DEFINE_INSTANCE_ASSERTION (0*sizeof(this->u._member.static_size) + sizeof(this->u._member) == (size)); \
119 DEFINE_COMPILES_ASSERTION ((void) array[0].static_size) \
124 DEFINE_COMPILES_ASSERTION ((void) array1[0].static_size; (void) array2[0].static_size) \
289 if (this->may_edit (obj, obj->static_size)) {
727 const UINT32 *EndPtr = Table+((Length+3) & ~3) / UINT32::static_size;
853 { return len.static_size + len * Type::static_size; }
929 return_trace (len.sanitize (c) && c->check_array (array, Type::static_size, len))
    [all...]
hb-ot-glyf-table.hh 148 if (end_offset - start_offset < GlyphHeader::static_size)
hb-ot-name-table.hh 121 c->check_array (nameRecord, nameRecord[0].static_size, count) &&
hb-ot-var-fvar-table.hh 41 c->check_array (coordinates, coordinates[0].static_size, axis_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-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);
607 unsigned int record_size = UINT16::static_size * (1 + len1 + len2);
621 unsigned int record_size = UINT16::static_size * (1 + len1 + len2);
666 && c->check_array (arrayZ, UINT16::static_size * closure->stride, len))) return_trace (false);
    [all...]
hb-ot-layout-common-private.hh     [all...]
hb-uniscribe.cc 364 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 775 milliseconds