Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxgraphics/
Dcfx_path.cpp28 void CFX_Path::LineTo(const CFX_PointF& point) { in LineTo() function in CFX_Path
/external/pdfium/xfa/fde/
Dcfde_path.cpp25 void CFDE_Path::LineTo(const CFX_PointF& point) { in LineTo() function in CFDE_Path
/external/skia/experimental/SkV8Example/
DPath2DBuilder.cpp89 void Path2DBuilder::LineTo(const v8::FunctionCallbackInfo<v8::Value>& args) { in LineTo() function in Path2DBuilder
/external/pdfium/core/fxge/
Dcfx_renderdevice.h63 enum class FXPT_TYPE : uint8_t { LineTo, BezierTo, MoveTo }; enumerator