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

/external/chromium_org/third_party/freetype/include/freetype/
H A Dftmm.h115 /* FT_Var_Axis */
151 } FT_Var_Axis; typedef in typeref:struct:FT_Var_Axis_
215 FT_Var_Axis* axis;
/external/freetype/include/
H A Dftmm.h115 /* FT_Var_Axis */
151 } FT_Var_Axis; typedef in typeref:struct:FT_Var_Axis_
215 FT_Var_Axis* axis;
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftmm.h115 /* FT_Var_Axis */
151 } FT_Var_Axis; typedef in typeref:struct:FT_Var_Axis_
215 FT_Var_Axis* axis;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftmm.h115 /* FT_Var_Axis */
151 } FT_Var_Axis; typedef in typeref:struct:FT_Var_Axis_
215 FT_Var_Axis* axis;
/external/pdfium/core/include/fxge/
H A Dfx_freetype.h111 #define FXFT_Get_MM_Axis_Min(axis) ((FT_Var_Axis*)axis)->minimum
112 #define FXFT_Get_MM_Axis_Max(axis) ((FT_Var_Axis*)axis)->maximum
113 #define FXFT_Get_MM_Axis_Def(axis) ((FT_Var_Axis*)axis)->def
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttgxvar.c621 FT_Var_Axis* a;
696 fvar_head.axisCount * sizeof ( FT_Var_Axis ) +
714 (FT_Var_Axis*)&(mmvar[1]);
785 (FT_Var_Axis*)&(mmvar[1]);
993 FT_Var_Axis* a;
/external/freetype/src/truetype/
H A Dttgxvar.c621 FT_Var_Axis* a;
696 fvar_head.axisCount * sizeof ( FT_Var_Axis ) +
714 (FT_Var_Axis*)&(mmvar[1]);
785 (FT_Var_Axis*)&(mmvar[1]);
993 FT_Var_Axis* a;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttgxvar.c621 FT_Var_Axis* a;
696 fvar_head.axisCount * sizeof ( FT_Var_Axis ) +
714 (FT_Var_Axis*)&(mmvar[1]);
785 (FT_Var_Axis*)&(mmvar[1]);
993 FT_Var_Axis* a;
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/type1/
H A Dt1load.c318 mmaster.num_axis * sizeof ( FT_Var_Axis ) ) )
324 mmvar->axis = (FT_Var_Axis*)&mmvar[1];

Completed in 236 milliseconds