Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.h117 void AddPathPointAndClose(const CFX_PointF& point,
Dcpdf_streamcontentparser.cpp584 AddPathPointAndClose(m_PathStart, CFX_Path::Point::Type::kLine); in Handle_CloseEOFillStrokePath()
928 AddPathPointAndClose(m_PathStart, CFX_Path::Point::Type::kLine); in Handle_ClosePath()
1021 AddPathPointAndClose({x, y}, CFX_Path::Point::Type::kLine); in AddPathRect()
1482 void CPDF_StreamContentParser::AddPathPointAndClose( in AddPathPointAndClose() function in CPDF_StreamContentParser