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

  /external/harfbuzz/src/
harfbuzz-gdef-private.h 53 HB_Short Coordinate; /* x or y value (in design units) */
70 HB_Short Coordinate; /* x or y value (in design units) */
harfbuzz-gpos-private.h 48 HB_Short XPlacement; /* horizontal adjustment for
50 HB_Short YPlacement; /* vertical adjustment for
52 HB_Short XAdvance; /* horizontal adjustment for
54 HB_Short YAdvance; /* vertical adjustment for
92 HB_Short XCoordinate; /* horizontal value */
93 HB_Short YCoordinate; /* vertical value */
101 HB_Short XCoordinate; /* horizontal value */
102 HB_Short YCoordinate; /* vertical value */
113 HB_Short XCoordinate; /* horizontal value */
114 HB_Short YCoordinate; /* vertical value *
    [all...]
harfbuzz-buffer.h 55 HB_Short cursive_chain; /* character to which this connects,
harfbuzz-global.h 71 typedef hb_int16 HB_Short;
harfbuzz-open-private.h 98 HB_Short* value );
harfbuzz-stream-private.h 62 #define GET_Short() (stream->cursor += 2, (HB_Short)( \
harfbuzz-gsub-private.h 45 HB_Short DeltaGlyphID; /* constant added to get
harfbuzz-open.c 1404 HB_Short* value )
1416 *value = (HB_Short)( bits & mask );
harfbuzz-dump.c 501 HB_Short signed_val = ((val << ((i % n_per) * bits)) & mask);
harfbuzz-gpos.c 473 HB_Short pixel_value;
728 HB_Short pixel_value;
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gdef-private.h 53 HB_Short Coordinate; /* x or y value (in design units) */
70 HB_Short Coordinate; /* x or y value (in design units) */
harfbuzz-gpos-private.h 48 HB_Short XPlacement; /* horizontal adjustment for
50 HB_Short YPlacement; /* vertical adjustment for
52 HB_Short XAdvance; /* horizontal adjustment for
54 HB_Short YAdvance; /* vertical adjustment for
92 HB_Short XCoordinate; /* horizontal value */
93 HB_Short YCoordinate; /* vertical value */
101 HB_Short XCoordinate; /* horizontal value */
102 HB_Short YCoordinate; /* vertical value */
113 HB_Short XCoordinate; /* horizontal value */
114 HB_Short YCoordinate; /* vertical value *
    [all...]
harfbuzz-buffer.h 55 HB_Short cursive_chain; /* character to which this connects,
harfbuzz-global.h 78 typedef hb_int16 HB_Short;
harfbuzz-open-private.h 98 HB_Short* value );
harfbuzz-stream-private.h 62 #define GET_Short() (stream->cursor += 2, (HB_Short)( \
harfbuzz-gsub-private.h 45 HB_Short DeltaGlyphID; /* constant added to get
harfbuzz-open.c 1404 HB_Short* value )
1416 *value = (HB_Short)( bits & mask );
harfbuzz-gpos.c 473 HB_Short pixel_value;
728 HB_Short pixel_value;
    [all...]

Completed in 336 milliseconds