Home
last modified time | relevance | path

Searched refs:HBUINT32 (Results 1 – 25 of 27) sorted by relevance

12

/external/harfbuzz_ng/src/
Dhb-ot-post-table.hh279 HBUINT32 isFixedPitch; /* Set to 0 if the font is proportionally
282 HBUINT32 minMemType42; /* Minimum memory usage when an OpenType font
284 HBUINT32 maxMemType42; /* Maximum memory usage when an OpenType font
286 HBUINT32 minMemType1; /* Minimum memory usage when an OpenType font
288 HBUINT32 maxMemType1; /* Maximum memory usage when an OpenType font
Dhb-open-type.hh95 typedef IntType<uint32_t, 4> HBUINT32; /* 32-bit unsigned integer. */ typedef
141 HBUINT32 minor;
148 struct Tag : HBUINT32
188 typedef Offset<HBUINT32> Offset32;
192 struct CheckSum : HBUINT32
195 static uint32_t CalcTableChecksum (const HBUINT32 *Table, uint32_t Length) in CalcTableChecksum()
199 const HBUINT32 *EndPtr = Table + Length / HBUINT32::static_size; in CalcTableChecksum()
208 { set (CalcTableChecksum ((const HBUINT32 *) data, length)); } in set_for_data()
340 template <typename Type, bool has_null=true> struct LOffsetTo : OffsetTo<Type, HBUINT32, has_null> …
626 template <typename Type> struct LArrayOf : ArrayOf<Type, HBUINT32> {};
[all …]
Dhb-ot-os2-table.hh54 HBUINT32 ulCodePageRange1;
55 HBUINT32 ulCodePageRange2;
174 HBUINT32 ulUnicodeRange[4]) const in _update_unicode_ranges()
249 HBUINT32 ulUnicodeRange[4];
Dhb-open-file.hh76 HBUINT32 length; /* Length of this table. */
136 HBUINT32 *checksum_adjustment = nullptr; in serialize()
304 HBUINT32 reserved; /* Reserved for handle to resource */
389 HBUINT32 reserved1; /* Reserved for handle to next resource map */
430 HBUINT32 dataLen; /* Length of resource data */
431 HBUINT32 mapLen; /* Length of resource map */
Dhb-aat-ltag-table.hh81 HBUINT32 version; /* Table version; currently 1 */
82 HBUINT32 flags; /* Table flags; currently none defined */
Dhb-ot-cmap-table.hh413 HBUINT32 startCharCode; /* First character code in this group. */
414 HBUINT32 endCharCode; /* Last character code in this group. */
415 HBUINT32 glyphID; /* Glyph index; interpretation depends on
462 struct CmapSubtableFormat10 : CmapSubtableTrimmed<HBUINT32 > {};
505 HBUINT32 length; /* Byte length of this subtable. */
506 HBUINT32 language; /* Ignore. */
507 SortedArrayOf<CmapSubtableLongGroup, HBUINT32>
618 struct DefaultUVS : SortedArrayOf<UnicodeValueRange, HBUINT32>
655 struct NonDefaultUVS : SortedArrayOf<UVSMapping, HBUINT32>
743 HBUINT32 length; /* Byte length of this subtable. */
[all …]
Dhb-ot-head-table.hh82 HBUINT32 checkSumAdjustment; /* To compute: set it to 0, sum the
85 HBUINT32 magicNumber; /* Set to 0x5F0F3CF5u. */
Dhb-ot-kern-table.hh241 HBUINT32 length; /* Length of the subtable (including this header). */
263 HBUINT32 version; /* Version--0x00010000u */
264 HBUINT32 tableCount; /* Number of subtables in the kerning table. */
328 HBUINT32 version32;
Dhb-ot-cff2-table.hh42 typedef CFFIndex<HBUINT32> CFF2Index;
43 template <typename Type> struct CFF2IndexOf : CFFIndexOf<HBUINT32, Type> {};
46 typedef FDArray<HBUINT32> CFF2FDArray;
47 typedef Subrs<HBUINT32> CFF2Subrs;
49 typedef FDSelect3_4<HBUINT32, HBUINT16> FDSelect4;
50 typedef FDSelect3_4_Range<HBUINT32, HBUINT16> FDSelect4_Range;
Dhb-ot-color-svg-table.hh68 HBUINT32 svgDocLength; /* Length of the SVG document.
114 HBUINT32 reserved; /* Set to 0. */
Dhb-aat-layout-just-table.hh146 HBUINT32 variationAxis; /* The 4-byte tag identifying the ductile axis.
236 HBUINT32 count;
301 HBUINT32 justClass; /* The justification category associated
Dhb-ot-color-cbdt-table.hh119 HBUINT32 imageDataOffset;
153 struct IndexSubtableFormat1 : IndexSubtableFormat1Or3<HBUINT32> {};
288 HBUINT32 indexTablesSize;
289 HBUINT32 numberOfIndexSubtables;
290 HBUINT32 colorRef;
Dhb-aat-layout-morx-table.hh493 const HBUINT32 *actionData = &ligAction[action_idx]; in transition()
563 const UnsizedArrayOf<HBUINT32> &ligAction;
593 OffsetTo<UnsizedArrayOf<HBUINT32>, HBUINT, false>
854 HBUINT32 enableFlags; /* Flags for the settings that this feature
856 HBUINT32 disableFlags; /* Complement of flags for the settings that this
936 HBUINT32 subFeatureFlags;/* The 32-bit mask identifying which subtable this is. */
1078 HBUINT32 defaultFlags; /* The default specification for subtables. */
1079 HBUINT32 length; /* Total byte count, including this header. */
1151 HBUINT32 chainCount; /* Number of metamorphosis chains contained in this
Dhb-ot-color-sbix-table.hh206 HBUINT32 length;
209 HBUINT32 width;
210 HBUINT32 height;
Dhb-aat-layout-kerx-table.hh624 HBUINT32 flags;
717 HBUINT32 flags;
724 LOffsetTo<Lookup<HBUINT32>, false> rowIndexTable;
725 LOffsetTo<Lookup<HBUINT32>, false> columnIndexTable;
769 HBUINT32 length;
770 HBUINT32 coverage;
771 HBUINT32 tupleCount;
997 HBUINT32 tableCount; /* The number of subtables included in the extended kerning
Dhb-subset-glyf.cc83 * (*use_short_loca ? sizeof (OT::HBUINT16) : sizeof (OT::HBUINT32)); in _calculate_glyf_and_loca_prime_size()
99 unsigned int entry_size = is_short ? sizeof (OT::HBUINT16) : sizeof (OT::HBUINT32); in _write_loca_entry()
105 ((OT::HBUINT32*) loca_prime) [id].set (offset); in _write_loca_entry()
Dhb-ot-color-cpal-table.hh90 LOffsetTo<UnsizedArrayOf<HBUINT32>, false>
106 typedef HBUINT32 BGRAColor;
Dhb-aat-fdsc-table.hh69 HBUINT32 nalfType; /* If the tag is `nalf`, see non_alphabetic_value_t */
Dhb-ot-var-mvar-table.hh46 HBUINT32 varIdx; /* Outer/inner index into VariationStore item. */
Dhb-aat-layout-common.hh425 /*static*/ inline const AAT::Lookup<OT::HBUINT32>& Null<AAT::Lookup<OT::HBUINT32> > () in Null()
426 { return *reinterpret_cast<const AAT::Lookup<OT::HBUINT32> *> (_hb_Null_AAT_Lookup); } in Null()
703 typedef HBUINT32 HBUINT;
Dhb-ot-glyf-table.hh372 const HBUINT32 *offsets = (const HBUINT32 *) loca_table->dataZ.arrayZ; in get_offsets()
Dhb-aat-layout-feat-table.hh209 HBUINT32 reserved2; /* Reserved (set to zero). */
Dhb-subset-cff-common.cc119 …min_size + FDSelect4::min_size + FDSelect4_Range::static_size * num_ranges + HBUINT32::static_size; in hb_plan_subset_cff_fdselect()
Dhb-ot-hdmx-table.hh205 HBUINT32 sizeDeviceRecord; /* Size of a device record, 32-bit aligned. */
Dhb-cff-interp-common.hh285 { return serialize_int<HBUINT32, 0, 0x7FFFFFFF> (c, OpCode_longintdict, value); } in serialize_int4()
554 push_fixed ((int32_t)*(const HBUINT32*)&substr[0]); in push_fixed_from_substr()

12