Searched defs:LineTo (Results 1 – 4 of 4) sorted by relevance
28 void CFX_Path::LineTo(const CFX_PointF& point) { in LineTo() function in CFX_Path
25 void CFDE_Path::LineTo(const CFX_PointF& point) { in LineTo() function in CFDE_Path
89 void Path2DBuilder::LineTo(const v8::FunctionCallbackInfo<v8::Value>& args) { in LineTo() function in Path2DBuilder
63 enum class FXPT_TYPE : uint8_t { LineTo, BezierTo, MoveTo }; enumerator