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

/external/chromium_org/third_party/freetype/include/freetype/
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.h265 FT_UInt num_axis; member in struct:PS_BlendRec_
/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.h265 FT_UInt num_axis; member in struct:PS_BlendRec_
/external/pdfium/core/include/thirdparties/freetype/freetype/
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.h265 FT_UInt num_axis; member in struct:PS_BlendRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
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.h265 FT_UInt num_axis; member in struct:PS_BlendRec_
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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
522 FT_UInt num_axis = blend->num_axis; local
571 FT_Int n, num_axis; local
639 FT_Int num_axis; local
738 FT_Int n, num_axis; local
[all...]
/external/chromium_org/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.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/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/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] */

Completed in 283 milliseconds