Searched defs:FT_Vector (Results 1 - 4 of 4) sorted by path

/external/chromium_org/third_party/freetype/include/freetype/
H A Dftimage.h64 /* FT_Vector */
79 } FT_Vector; typedef in typeref:struct:FT_Vector_
355 /* points :: A pointer to an array of `n_points' @FT_Vector */
397 FT_Vector* points; /* the outline's points */
565 (*FT_Outline_MoveToFunc)( const FT_Vector* to,
592 (*FT_Outline_LineToFunc)( const FT_Vector* to,
623 (*FT_Outline_ConicToFunc)( const FT_Vector* control,
624 const FT_Vector* to,
655 (*FT_Outline_CubicToFunc)( const FT_Vector* control1,
656 const FT_Vector* control
[all...]
/external/freetype/include/
H A Dftimage.h64 /* FT_Vector */
79 } FT_Vector; typedef in typeref:struct:FT_Vector_
355 /* points :: A pointer to an array of `n_points' @FT_Vector */
397 FT_Vector* points; /* the outline's points */
565 (*FT_Outline_MoveToFunc)( const FT_Vector* to,
592 (*FT_Outline_LineToFunc)( const FT_Vector* to,
623 (*FT_Outline_ConicToFunc)( const FT_Vector* control,
624 const FT_Vector* to,
655 (*FT_Outline_CubicToFunc)( const FT_Vector* control1,
656 const FT_Vector* control
[all...]
/external/pdfium/core/include/thirdparties/freetype/freetype/
H A Dftimage.h64 /* FT_Vector */
79 } FT_Vector; typedef in typeref:struct:FT_Vector_
355 /* points :: A pointer to an array of `n_points' @FT_Vector */
397 FT_Vector* points; /* the outline's points */
565 (*FT_Outline_MoveToFunc)( const FT_Vector* to,
592 (*FT_Outline_LineToFunc)( const FT_Vector* to,
623 (*FT_Outline_ConicToFunc)( const FT_Vector* control,
624 const FT_Vector* to,
655 (*FT_Outline_CubicToFunc)( const FT_Vector* control1,
656 const FT_Vector* control
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/include/freetype/
H A Dftimage.h64 /* FT_Vector */
79 } FT_Vector; typedef in typeref:struct:FT_Vector_
355 /* points :: A pointer to an array of `n_points' @FT_Vector */
397 FT_Vector* points; /* the outline's points */
565 (*FT_Outline_MoveToFunc)( const FT_Vector* to,
592 (*FT_Outline_LineToFunc)( const FT_Vector* to,
623 (*FT_Outline_ConicToFunc)( const FT_Vector* control,
624 const FT_Vector* to,
655 (*FT_Outline_CubicToFunc)( const FT_Vector* control1,
656 const FT_Vector* control
[all...]

Completed in 4454 milliseconds