Searched defs:LineTo (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/xfa/src/fdp/src/fde/
H A Dfde_geobject.h38 void LineTo(FX_FLOAT fx, FX_FLOAT fy);
47 void LineTo(const CFX_PointF& p1) { LineTo(p1.x, p1.y); } function in class:CFDE_Path
H A Dfde_geobject.cpp52 void CFDE_Path::LineTo(FX_FLOAT fx, FX_FLOAT fy) { function in class:CFDE_Path
207 LineTo(pt2);
219 LineTo(pPath->m_Path.GetPointX(0), pPath->m_Path.GetPointY(0));
232 LineTo(p[0]);
245 LineTo(*p);
250 LineTo(rect.TopRight());
251 LineTo(rect.BottomRight());
252 LineTo(rect.BottomLeft());
/external/pdfium/xfa/src/fxgraphics/src/
H A Dfx_path_generator.cpp41 void CFX_PathGenerator::LineTo(FX_FLOAT x, FX_FLOAT y) { function in class:CFX_PathGenerator
/external/skia/experimental/SkV8Example/
H A DPath2DBuilder.cpp50 ADD_METHOD("lineTo", LineTo);
89 void Path2DBuilder::LineTo(const v8::FunctionCallbackInfo<v8::Value>& args) { function in class:Path2DBuilder
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 88 milliseconds