HomeSort by relevance Sort by last modified time
    Searched defs:num_axes (Results 1 - 10 of 10) sorted by null

  /external/freetype/src/cff/
cffparse.h 51 FT_UShort num_axes; /* a copy of `CFF_FontRecDict->num_axes' */ member in struct:CFF_ParserRec_
62 FT_UShort num_axes );
cfftypes.h 152 FT_UShort num_axes; member in struct:CFF_FontRecDictRec_
cffgload.c 922 FT_UShort num_axes = local
923 decoder->cff->top_font.font_dict.num_axes;
    [all...]
  /external/freetype/src/sfnt/
sfobjs.c 911 FT_UShort num_axes; local
927 FT_READ_USHORT( num_axes ) ||
934 num_axes = 0;
944 num_axes > 0x3FFE ||
945 instance_size != 4 + 4 * num_axes ||
948 axis_size * num_axes +
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/sfnt/
sfobjs.c 911 FT_UShort num_axes; local
927 FT_READ_USHORT( num_axes ) ||
934 num_axes = 0;
944 num_axes > 0x3FFE ||
945 instance_size != 4 + 4 * num_axes ||
948 axis_size * num_axes +
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XInput.h 824 unsigned char num_axes; member in struct:_XValuatorInfo
    [all...]
XIproto.h 281 CARD8 num_axes; member in struct:_xValuatorInfo
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XInput.h 824 unsigned char num_axes; member in struct:_XValuatorInfo
    [all...]
XIproto.h 281 CARD8 num_axes; member in struct:_xValuatorInfo
    [all...]
  /external/freetype/src/truetype/
ttinterp.c 7427 FT_UInt num_axes = exc->face->blend->num_axis; local
    [all...]

Completed in 358 milliseconds