HomeSort by relevance Sort by last modified time
    Searched defs:CXFA_Rectangle (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_rectangle.h 16 class CXFA_Rectangle : public CXFA_Box {
18 CXFA_Rectangle(CXFA_Document* doc, XFA_PacketType packet);
19 ~CXFA_Rectangle() override;
30 CXFA_Rectangle(CXFA_Document* pDoc,
cxfa_rectangle.cpp 7 #include "xfa/fxfa/parser/cxfa_rectangle.h"
34 CXFA_Rectangle::CXFA_Rectangle(CXFA_Document* doc, XFA_PacketType packet)
45 CXFA_Rectangle::CXFA_Rectangle(CXFA_Document* pDoc,
64 CXFA_Rectangle::~CXFA_Rectangle() {}
66 void CXFA_Rectangle::GetFillPath(const std::vector<CXFA_Stroke*>& strokes,
200 void CXFA_Rectangle::Draw(const std::vector<CXFA_Stroke*>& strokes,
256 void CXFA_Rectangle::Stroke(const std::vector<CXFA_Stroke*>& strokes
    [all...]

Completed in 46 milliseconds