Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxgraphics/
Dcfx_path.cpp92 void CFX_Path::AddArc(const CFX_PointF& original_pos, in AddArc() argument
110 CFX_PointF pos(original_pos.x + size.width, original_pos.y + size.height); in AddArc()
/external/python/cpython2/Lib/
Dmailbox.py1426 original_pos = message.tell()
1435 message.seek(original_pos)