Home
last modified time | relevance | path

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

/external/pdfium/core/fxge/ge/
Dcfx_pathdata.cpp327 CFX_PathData t_path; in GetZeroAreaPath() local
336 t_path.AppendPoint(m_Points[mid - i].m_Point, FXPT_TYPE::MoveTo, false); in GetZeroAreaPath()
337 t_path.AppendPoint(m_Points[mid - i - 1].m_Point, FXPT_TYPE::LineTo, in GetZeroAreaPath()
341 NewPath->Append(&t_path, nullptr); in GetZeroAreaPath()