Searched refs:FWORD (Results 1 – 15 of 15) sorted by relevance
/external/harfbuzz_ng/src/ |
D | hb-ot-hhea-table.hh | 58 FWORD ascender; /* Typographic ascent. */ 59 FWORD descender; /* Typographic descent. */ 60 FWORD lineGap; /* Typographic line gap. */ 63 FWORD minLeadingBearing; /* Minimum left/top sidebearing value in 65 FWORD minTrailingBearing; /* Minimum right/bottom sidebearing value; 68 FWORD maxExtent; /* horizontal: Max(lsb + (xMax - xMin)),
|
D | hb-ot-hmtx-table.hh | 58 FWORD sb; /* Leading (left/top) side bearing. */ 116 FWORD *sb = c->allocate_size<FWORD> (FWORD::static_size); in serialize() 206 const FWORD *bearings = (const FWORD *) &table->longMetricZ[num_advances]; in get_side_bearing()
|
D | hb-aat-layout-opbd-table.hh | 48 FWORD leftSide; 49 FWORD topSide; 50 FWORD rightSide; 51 FWORD bottomSide;
|
D | hb-aat-layout-kerx-table.hh | 55 const FWORD *pv = &StructAtOffset<FWORD> (base, offset); in kerxTupleKern() 87 FWORD value; 258 const FWORD *actions = &kernAction[kern_idx]; in transition() 342 const UnsizedArrayOf<FWORD> &kernAction; 375 NNOffsetTo<UnsizedArrayOf<FWORD>, HBUINT> kernAction; 393 const UnsizedArrayOf<FWORD> &arrayZ = this+array; in get_kerning() 396 const FWORD *v = &arrayZ[kern_idx]; in get_kerning() 450 NNOffsetTo<UnsizedArrayOf<FWORD>, HBUINT> 560 const FWORD *data = (const FWORD *) &ankrData[entry.data.ankrActionIndex]; in transition() 652 const FWORD *v = &StructAtOffset<FWORD> (&(this+t.array), offset * sizeof (FWORD)); in get_kerning() [all …]
|
D | hb-ot-vorg-table.hh | 52 FWORD vertOriginY; 76 FWORD defaultVertOriginY) in serialize() 126 FWORD defaultVertOriginY; /* The default vertical origin. */
|
D | hb-aat-layout-ankr-table.hh | 51 FWORD xCoordinate; 52 FWORD yCoordinate;
|
D | hb-ot-kern-table.hh | 49 hb_array_t<const FWORD> kernValue = kernValueZ.as_array (kernValueCount); in get_kerning() 83 kernValueCount * sizeof (FWORD) + in sanitize() 95 UnsizedArrayOf<FWORD> kernValueZ; /* The kerning values.
|
D | hb-ot-layout-base-table.hh | 54 FWORD coordinate; /* X or Y value, in design units */ 75 FWORD coordinate; /* X or Y value, in design units */ 105 FWORD coordinate; /* X or Y value, in design units */
|
D | hb-ot-post-table.hh | 269 FWORD underlinePosition; /* This is the suggested distance of the top 279 FWORD underlineThickness; /* Suggested values for the underline
|
D | hb-ot-layout-gdef-table.hh | 114 FWORD coordinate; /* X or Y value, in design units */ 164 FWORD coordinate; /* X or Y value, in design units */
|
D | hb-ot-glyf-table.hh | 416 FWORD xMin; /* Minimum x for coordinate data. */ 417 FWORD yMin; /* Minimum y for coordinate data. */ 418 FWORD xMax; /* Maximum x for coordinate data. */ 419 FWORD yMax; /* Maximum y for coordinate data. */
|
D | hb-aat-layout-trak-table.hh | 69 NNOffsetTo<UnsizedArrayOf<FWORD>>
|
D | hb-ot-layout-gpos-table.hh | 269 FWORD xCoordinate; /* Horizontal value--in design units */ 270 FWORD yCoordinate; /* Vertical value--in design units */ 313 FWORD xCoordinate; /* Horizontal value--in design units */ 314 FWORD yCoordinate; /* Vertical value--in design units */ 354 FWORD xCoordinate; /* Horizontal value--in design units */ 355 FWORD yCoordinate; /* Vertical value--in design units */
|
D | hb-open-type.hh | 107 typedef HBINT16 FWORD; typedef
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/X86/ |
D | intel-syntax.s | 60 call FWORD ptr [rax] 64 jmp FWORD ptr [rax]
|