Searched refs:CXFA_Rectangle (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_rectangle.cpp | 34 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 64 CXFA_Rectangle::~CXFA_Rectangle() {} in ~CXFA_Rectangle() 66 void CXFA_Rectangle::GetFillPath(const std::vector<CXFA_Stroke*>& strokes, in GetFillPath() 200 void CXFA_Rectangle::Draw(const std::vector<CXFA_Stroke*>& strokes, in Draw() 256 void CXFA_Rectangle::Stroke(const std::vector<CXFA_Stroke*>& strokes, in Stroke() 353 void CXFA_Rectangle::StrokeRect(CXFA_Graphics* pGraphic, in StrokeRect() 384 void CXFA_Rectangle::StrokeLowered(CXFA_Graphics* pGS, in StrokeLowered() 401 void CXFA_Rectangle::StrokeRaised(CXFA_Graphics* pGS, in StrokeRaised() 418 void CXFA_Rectangle::StrokeEtched(CXFA_Graphics* pGS, in StrokeEtched() [all …]
|
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_value.h | 18 class CXFA_Rectangle; variable 29 CXFA_Rectangle* GetRectangleIfExists() const;
|
D | cxfa_value.cpp | 82 CXFA_Rectangle* CXFA_Value::GetRectangleIfExists() const { in GetRectangleIfExists() 85 return static_cast<CXFA_Rectangle*>(node); in GetRectangleIfExists()
|
D | cxfa_border.h | 12 class CXFA_Border : 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_statics.cpp | 1575 node = pdfium::MakeUnique<CXFA_Rectangle>(doc, packet); in Create()
|
/external/pdfium/fxjs/xfa/ |
D | cjx_rectangle.h | 12 class CXFA_Rectangle; variable 16 explicit CJX_Rectangle(CXFA_Rectangle* node);
|
D | cjx_rectangle.cpp | 11 CJX_Rectangle::CJX_Rectangle(CXFA_Rectangle* node) : CJX_Node(node) {} in CJX_Rectangle()
|