Home
last modified time | relevance | path

Searched refs:FXFT_Vector (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxge/ge/
Dfx_ge_text.cpp1617 static int _Outline_MoveTo(const FXFT_Vector* to, void* user) in _Outline_MoveTo()
1636 static int _Outline_LineTo(const FXFT_Vector* to, void* user) in _Outline_LineTo()
1651 static int _Outline_ConicTo(const FXFT_Vector* control, const FXFT_Vector* to, void* user) in _Outline_ConicTo()
1672 …static int _Outline_CubicTo(const FXFT_Vector* control1, const FXFT_Vector* control2, const FXFT_V… in _Outline_CubicTo()
/external/pdfium/core/include/fxge/
Dfx_freetype.h44 #define FXFT_Vector FT_Vector macro