Home
last modified time | relevance | path

Searched defs:BezierTo (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fxgraphics/
Dcxfa_gepath.cpp32 void CXFA_GEPath::BezierTo(const CFX_PointF& c1, in BezierTo() function in CXFA_GEPath
/external/pdfium/core/fxge/
Dcfx_renderdevice.h67 enum class FXPT_TYPE : uint8_t { LineTo, BezierTo, MoveTo }; enumerator