Home
last modified time | relevance | path

Searched refs:startpoint (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/core/src/fxge/win32/
Dfx_win32_gdipext.cpp1130 int startpoint = 0; in DrawPath() local
1158 startpoint = i; in DrawPath()
1183 if (!bSmooth && points[i].X != points[startpoint].X && in DrawPath()
1184 points[i].Y != points[startpoint].Y) { in DrawPath()
/external/autotest/client/virt/
Dvirt_step_editor.py17 def corner_and_size_clipped(startpoint, endpoint, limits): argument
18 c0 = startpoint[:]