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

  /external/harfbuzz/src/
harfbuzz-stream-private.h 62 #define GET_Short() (stream->cursor += 2, (HB_Short)( \
75 #define GET_UShort() ((HB_UShort)GET_Short())
harfbuzz-gdef.c 406 cv->cvf.cvf1.Coordinate = GET_Short();
426 cv->cvf.cvf3.Coordinate = GET_Short();
harfbuzz-gpos.c 216 vr->XPlacement = GET_Short();
228 vr->YPlacement = GET_Short();
240 vr->XAdvance = GET_Short();
252 vr->YAdvance = GET_Short();
598 an->af.af1.XCoordinate = GET_Short();
599 an->af.af1.YCoordinate = GET_Short();
608 an->af.af2.XCoordinate = GET_Short();
609 an->af.af2.YCoordinate = GET_Short();
619 an->af.af3.XCoordinate = GET_Short();
620 an->af.af3.YCoordinate = GET_Short();
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-stream-private.h 62 #define GET_Short() (stream->cursor += 2, (HB_Short)( \
75 #define GET_UShort() ((HB_UShort)GET_Short())
harfbuzz-gdef.c 406 cv->cvf.cvf1.Coordinate = GET_Short();
426 cv->cvf.cvf3.Coordinate = GET_Short();
harfbuzz-gpos.c 216 vr->XPlacement = GET_Short();
228 vr->YPlacement = GET_Short();
240 vr->XAdvance = GET_Short();
252 vr->YAdvance = GET_Short();
598 an->af.af1.XCoordinate = GET_Short();
599 an->af.af1.YCoordinate = GET_Short();
608 an->af.af2.XCoordinate = GET_Short();
609 an->af.af2.YCoordinate = GET_Short();
619 an->af.af3.XCoordinate = GET_Short();
620 an->af.af3.YCoordinate = GET_Short();
    [all...]

Completed in 1058 milliseconds