Searched refs:GET_Short (Results 1 - 6 of 6) sorted by relevance

/external/harfbuzz/src/
H A Dharfbuzz-stream-private.h62 #define GET_Short() (stream->cursor += 2, (HB_Short)( \ macro
75 #define GET_UShort() ((HB_UShort)GET_Short())
H A Dharfbuzz-gdef.c406 cv->cvf.cvf1.Coordinate = GET_Short();
426 cv->cvf.cvf3.Coordinate = GET_Short();
H A Dharfbuzz-gpos.c216 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/
H A Dharfbuzz-stream-private.h62 #define GET_Short() (stream->cursor += 2, (HB_Short)( \ macro
75 #define GET_UShort() ((HB_UShort)GET_Short())
H A Dharfbuzz-gdef.c406 cv->cvf.cvf1.Coordinate = GET_Short();
426 cv->cvf.cvf3.Coordinate = GET_Short();
H A Dharfbuzz-gpos.c216 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 102 milliseconds