Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxge/ge/
Dfx_ge_path.cpp443 CFX_PathData t_path; in GetZeroAreaPath() local
454 int new_count = t_path.GetPointCount(); in GetZeroAreaPath()
455 t_path.AddPointCount(2); in GetZeroAreaPath()
456 t_path.SetPoint(new_count, m_pPoints[mid - i].m_PointX, in GetZeroAreaPath()
458 t_path.SetPoint(new_count + 1, m_pPoints[mid - i - 1].m_PointX, in GetZeroAreaPath()
462 NewPath.Append(&t_path, NULL); in GetZeroAreaPath()