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

  /external/freetype/include/freetype/
ftmm.h 94 /* num_axis :: Number of axes. Cannot exceed~4. */
96 /* num_designs :: Number of designs; should be normally 2^num_axis */
105 FT_UInt num_axis; member in struct:FT_Multi_Master_
190 /* num_axis :: The number of axes. The maximum value is~4 for */
194 /* 2^num_axis for MM fonts. Not meaningful for GX */
212 FT_UInt num_axis; member in struct:FT_MM_Var_
t1tables.h 265 FT_UInt num_axis; member in struct:PS_BlendRec_
  /external/freetype/src/truetype/
ttgxvar.c 306 axisCount != (FT_Long)blend->mmvar->num_axis )
413 gvar_head.axisCount != (FT_UShort)blend->mmvar->num_axis )
509 for ( i = 0; i < blend->num_axis; ++i )
708 mmvar->num_axis =
790 (FT_Var_Named_Style*)&(mmvar->axis[mmvar->num_axis]);
797 next_coords += mmvar->num_axis;
802 for ( n = 0; n < mmvar->num_axis; ++n )
    [all...]
ttgxvar.h 74 /* num_axis :: The number of axes along which interpolation */
83 FT_UInt num_axis; member in struct:GX_BlendRec_
93 FT_Fixed* tuplecoords; /* tuplecoords[tuplecount][num_axis] */

Completed in 500 milliseconds