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

  /external/harfbuzz/src/
harfbuzz-gpos-private.h 92 HB_Short XCoordinate; /* horizontal value */
101 HB_Short XCoordinate; /* horizontal value */
113 HB_Short XCoordinate; /* horizontal value */
harfbuzz-gpos.c 598 an->af.af1.XCoordinate = GET_Short();
608 an->af.af2.XCoordinate = GET_Short();
619 an->af.af3.XCoordinate = GET_Short();
748 *x_value = x_scale * an->af.af1.XCoordinate / 0x10000;
770 *x_value = x_scale * an->af.af3.XCoordinate / 0x10000;
786 *x_value += x_scale * an->af.af3.XCoordinate / 0x10000;
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gpos-private.h 92 HB_Short XCoordinate; /* horizontal value */
101 HB_Short XCoordinate; /* horizontal value */
113 HB_Short XCoordinate; /* horizontal value */
harfbuzz-gpos.c 598 an->af.af1.XCoordinate = GET_Short();
608 an->af.af2.XCoordinate = GET_Short();
619 an->af.af3.XCoordinate = GET_Short();
748 *x_value = x_scale * an->af.af1.XCoordinate / 0x10000;
770 *x_value = x_scale * an->af.af3.XCoordinate / 0x10000;
786 *x_value += x_scale * an->af.af3.XCoordinate / 0x10000;
    [all...]

Completed in 300 milliseconds