Home
last modified time | relevance | path

Searched defs:LineTo (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fxgraphics/
Dcxfa_gepath.cpp28 void CXFA_GEPath::LineTo(const CFX_PointF& point) { in LineTo() function in CXFA_GEPath
/external/skia/experimental/go-skia/
Dskia.go170 func (p *Path) LineTo(x, y float32) { func
/external/skqp/experimental/go-skia/
Dskia.go170 func (p *Path) LineTo(x, y float32) { func
/external/pdfium/core/fxge/
Dcfx_renderdevice.h67 enum class FXPT_TYPE : uint8_t { LineTo, BezierTo, MoveTo }; enumerator