Searched refs:AddPathRect (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_streamcontentparser.h | 109 void AddPathRect(float x, float y, float w, float h);
|
D | cpdf_streamcontentparser.cpp | 993 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()
|