Home
last modified time | relevance | path

Searched refs:CXFA_Rectangle (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_rectangle.h16 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,
Dcxfa_rectangle.cpp35 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 …]
Dcxfa_value.h18 class CXFA_Rectangle; variable
29 CXFA_Rectangle* GetRectangleIfExists() const;
Dcxfa_value.cpp84 CXFA_Rectangle* CXFA_Value::GetRectangleIfExists() const { in GetRectangleIfExists()
88 return static_cast<CXFA_Rectangle*>(node); in GetRectangleIfExists()
Dcxfa_border.h12 class CXFA_Border final : public CXFA_Rectangle {
Dcxfa_border.cpp36 : CXFA_Rectangle(doc, in CXFA_Border()
Dcxfa_box.cpp54 CXFA_Rectangle* ToRectangle(CXFA_Box* box) { in ToRectangle()
55 return static_cast<CXFA_Rectangle*>(box); in ToRectangle()
Dcxfa_node.cpp5754 node = pdfium::MakeUnique<CXFA_Rectangle>(doc, packet); in Create()