Home
last modified time | relevance | path

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

/aosp_15_r20/external/pdfium/core/fxge/
H A Dcfx_path.cpp64 bool PathPointsNeedNormalization(const std::vector<CFX_Path::Point>& points) { in PathPointsNeedNormalization() function
70 DCHECK(PathPointsNeedNormalization(points)); in GetNormalizedPoints()
399 if (PathPointsNeedNormalization(m_Points)) in IsRect()
406 bool do_normalize = PathPointsNeedNormalization(m_Points); in GetRect()