Searched defs:LineTo (Results 1 – 3 of 3) sorted by relevance
16 enum class FXPT_TYPE : uint8_t { LineTo, BezierTo, MoveTo }; enumerator
27 void CXFA_GEPath::LineTo(const CFX_PointF& point) { in LineTo() function in CXFA_GEPath
170 func (p *Path) LineTo(x, y float32) { func