Lines Matching refs:CXFA_Box
54 CXFA_Rectangle* ToRectangle(CXFA_Box* box) { in ToRectangle()
60 CXFA_Box::CXFA_Box(CXFA_Document* pDoc, in CXFA_Box() function in CXFA_Box
79 CXFA_Box::~CXFA_Box() = default;
81 XFA_AttributeEnum CXFA_Box::GetHand() { in GetHand()
85 XFA_AttributeEnum CXFA_Box::GetPresence() { in GetPresence()
91 int32_t CXFA_Box::CountEdges() { in CountEdges()
95 CXFA_Edge* CXFA_Box::GetEdgeIfExists(int32_t nIndex) { in GetEdgeIfExists()
102 std::vector<CXFA_Stroke*> CXFA_Box::GetStrokes() { in GetStrokes()
106 bool CXFA_Box::IsCircular() { in IsCircular()
110 Optional<int32_t> CXFA_Box::GetStartAngle() { in GetStartAngle()
114 Optional<int32_t> CXFA_Box::GetSweepAngle() { in GetSweepAngle()
118 CXFA_Fill* CXFA_Box::GetOrCreateFillIfPossible() { in GetOrCreateFillIfPossible()
122 std::tuple<XFA_AttributeEnum, bool, float> CXFA_Box::Get3DStyle() { in Get3DStyle()
137 std::vector<CXFA_Stroke*> CXFA_Box::GetStrokesInternal(bool bNull) { in GetStrokesInternal()
183 void CXFA_Box::Draw(CXFA_Graphics* pGS, in Draw()
210 void CXFA_Box::DrawFill(const std::vector<CXFA_Stroke*>& strokes, in DrawFill()
245 void CXFA_Box::GetPathArcOrRounded(CFX_RectF rtDraw, in GetPathArcOrRounded()
271 void CXFA_Box::StrokeArcOrRounded(CXFA_Graphics* pGS, in StrokeArcOrRounded()