Searched refs:CXFA_Rectangle (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | 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,
|
D | cxfa_rectangle.cpp | 35 CXFA_Rectangle::CXFA_Rectangle(CXFA_Document* doc, XFA_PacketType packet) in CXFA_Rectangle() function in CXFA_Rectangle 45 CXFA_Rectangle::CXFA_Rectangle(CXFA_Document* pDoc, in CXFA_Rectangle() function in CXFA_Rectangle 62 CXFA_Rectangle::~CXFA_Rectangle() {} in ~CXFA_Rectangle() 64 void CXFA_Rectangle::GetFillPath(const std::vector<CXFA_Stroke*>& strokes, in GetFillPath() 198 void CXFA_Rectangle::Draw(const std::vector<CXFA_Stroke*>& strokes, in Draw() 254 void CXFA_Rectangle::Stroke(const std::vector<CXFA_Stroke*>& strokes, in Stroke() 351 void CXFA_Rectangle::StrokeRect(CXFA_Graphics* pGraphic, in StrokeRect() 382 void CXFA_Rectangle::StrokeLowered(CXFA_Graphics* pGS, in StrokeLowered() 399 void CXFA_Rectangle::StrokeRaised(CXFA_Graphics* pGS, in StrokeRaised() 416 void CXFA_Rectangle::StrokeEtched(CXFA_Graphics* pGS, in StrokeEtched() [all …]
|
D | cxfa_value.h | 18 class CXFA_Rectangle; variable 29 CXFA_Rectangle* GetRectangleIfExists() const;
|
D | cxfa_value.cpp | 84 CXFA_Rectangle* CXFA_Value::GetRectangleIfExists() const { in GetRectangleIfExists() 88 return static_cast<CXFA_Rectangle*>(node); in GetRectangleIfExists()
|
D | cxfa_border.h | 12 class CXFA_Border final : public CXFA_Rectangle {
|
D | cxfa_border.cpp | 36 : CXFA_Rectangle(doc, in CXFA_Border()
|
D | cxfa_box.cpp | 54 CXFA_Rectangle* ToRectangle(CXFA_Box* box) { in ToRectangle() 55 return static_cast<CXFA_Rectangle*>(box); in ToRectangle()
|
D | cxfa_node.cpp | 5754 node = pdfium::MakeUnique<CXFA_Rectangle>(doc, packet); in Create()
|