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

  /external/clang/test/Analysis/
malloc-annotations.c 60 void af1() { function
  /external/harfbuzz/src/
harfbuzz-gpos-private.h 139 HB_AnchorFormat1 af1; member in union:HB_Anchor_::__anon8327
harfbuzz-gpos.c 598 an->af.af1.XCoordinate = GET_Short();
599 an->af.af1.YCoordinate = GET_Short();
748 *x_value = x_scale * an->af.af1.XCoordinate / 0x10000;
749 *y_value = y_scale * an->af.af1.YCoordinate / 0x10000;
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gpos-private.h 139 HB_AnchorFormat1 af1; member in union:HB_Anchor_::__anon8388
harfbuzz-gpos.c 598 an->af.af1.XCoordinate = GET_Short();
599 an->af.af1.YCoordinate = GET_Short();
748 *x_value = x_scale * an->af.af1.XCoordinate / 0x10000;
749 *y_value = y_scale * an->af.af1.YCoordinate / 0x10000;
    [all...]

Completed in 240 milliseconds