Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfapi/page/
Dcpdf_streamcontentparser.h109 void AddPathRect(float x, float y, float w, float h);
Dcpdf_streamcontentparser.cpp993 AddPathRect(x, y, w, h); in Handle_Rectangle()
996 void CPDF_StreamContentParser::AddPathRect(float x, float y, float w, float h) { in AddPathRect() function in CPDF_StreamContentParser
1599 AddPathRect(params[0], params[1], params[2], params[3]); in ParsePathObject()