HomeSort by: relevance | last modified time | path
    Searched defs:num_axis (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/freetype/dist/include/freetype/
ftmm.h 96 * num_axis ::
100 * Number of designs; should be normally 2^num_axis even though the
109 FT_UInt num_axis; member in struct:FT_Multi_Master_
213 * num_axis ::
218 * The number of designs; should be normally 2^num_axis for Adobe MM
244 FT_UInt num_axis; member in struct:FT_MM_Var_
t1tables.h 298 FT_UInt num_axis; member in struct:PS_BlendRec_
  /xsrc/external/mit/freetype/dist/src/truetype/
ttgxvar.h 221 * num_axis ::
302 FT_UInt num_axis; member in struct:GX_BlendRec_
310 /* normalized_stylecoords[num_namedstyles][num_axis] */
313 GX_AVarSegment avar_segment; /* avar_segment[num_axis] */
328 FT_Fixed* tuplecoords; /* tuplecoords[tuplecount][num_axis] */
  /xsrc/external/mit/freetype/dist/src/type1/
t1load.c 106 FT_UInt num_axis )
159 if ( num_axis > 0 )
161 if ( blend->num_axis != 0 && blend->num_axis != num_axis )
164 blend->num_axis = num_axis;
169 num_axis = blend->num_axis;
170 if ( num_designs && num_axis && blend->design_pos[0] == 0
743 FT_UInt num_axis = blend->num_axis; local
792 FT_Int n, num_axis; local
875 FT_Int num_axis; local
983 FT_Int n, num_axis; local
    [all...]

Completed in 11 milliseconds