Searched refs:num_axis (Results 1 - 9 of 9) sorted by relevance

/external/freetype/include/
H A Dftmm.h94 /* 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_
H A Dt1tables.h301 FT_UInt num_axis; member in struct:PS_BlendRec_
/external/pdfium/third_party/freetype/include/
H A Dftmm.h94 /* 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_
H A Dt1tables.h301 FT_UInt num_axis; member in struct:PS_BlendRec_
/external/pdfium/third_party/freetype/src/type1/
H A Dt1load.c105 FT_UInt num_axis )
158 if ( num_axis > 0 )
160 if ( blend->num_axis != 0 && blend->num_axis != num_axis )
163 blend->num_axis = num_axis;
168 num_axis = blend->num_axis;
169 if ( num_designs && num_axis
520 FT_UInt num_axis = blend->num_axis; local
569 FT_Int n, num_axis; local
637 FT_Int num_axis; local
736 FT_Int n, num_axis; local
[all...]
/external/pdfium/third_party/freetype/src/truetype/
H A Dttgxvar.c308 axisCount != (FT_Long)blend->mmvar->num_axis )
415 gvar_head.axisCount != (FT_UShort)blend->mmvar->num_axis )
509 for ( i = 0; i < blend->num_axis; ++i )
705 mmvar->num_axis =
787 (FT_Var_Named_Style*)&(mmvar->axis[mmvar->num_axis]);
794 next_coords += mmvar->num_axis;
799 for ( n = 0; n < mmvar->num_axis; ++n )
878 if ( num_coords != mmvar->num_axis )
924 blend->num_axis = num_coords;
1007 if ( num_coords != mmvar->num_axis )
[all...]
H A Dttgxvar.h74 /* 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] */
/external/freetype/src/truetype/
H A Dttgxvar.c328 if ( axisCount != (FT_Long)blend->mmvar->num_axis )
463 if ( gvar_head.axisCount != (FT_UShort)blend->mmvar->num_axis )
572 for ( i = 0; i < blend->num_axis; i++ )
829 mmvar->num_axis =
923 (FT_Var_Named_Style*)&( mmvar->axis[mmvar->num_axis] );
930 next_coords += mmvar->num_axis;
935 for ( n = 0; n < mmvar->num_axis; n++ )
1017 if ( num_coords > mmvar->num_axis )
1020 mmvar->num_axis, num_coords ));
1021 num_coords = mmvar->num_axis;
[all...]
H A Dttgxvar.h74 /* 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 174 milliseconds