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
77 CXFA_Box::~CXFA_Box() = default;
79 XFA_AttributeValue CXFA_Box::GetHand() { in GetHand()
83 XFA_AttributeValue CXFA_Box::GetPresence() { in GetPresence()
89 int32_t CXFA_Box::CountEdges() { in CountEdges()
93 CXFA_Edge* CXFA_Box::GetEdgeIfExists(int32_t nIndex) { in GetEdgeIfExists()
100 std::vector<CXFA_Stroke*> CXFA_Box::GetStrokes() { in GetStrokes()
104 bool CXFA_Box::IsCircular() { in IsCircular()
108 Optional<int32_t> CXFA_Box::GetStartAngle() { in GetStartAngle()
112 Optional<int32_t> CXFA_Box::GetSweepAngle() { in GetSweepAngle()
116 CXFA_Fill* CXFA_Box::GetOrCreateFillIfPossible() { in GetOrCreateFillIfPossible()
120 std::tuple<XFA_AttributeValue, bool, float> CXFA_Box::Get3DStyle() { in Get3DStyle()
135 std::vector<CXFA_Stroke*> CXFA_Box::GetStrokesInternal(bool bNull) { in GetStrokesInternal()
181 void CXFA_Box::Draw(CXFA_Graphics* pGS, in Draw()
208 void CXFA_Box::DrawFill(const std::vector<CXFA_Stroke*>& strokes, in DrawFill()
243 void CXFA_Box::GetPathArcOrRounded(CFX_RectF rtDraw, in GetPathArcOrRounded()
269 void CXFA_Box::StrokeArcOrRounded(CXFA_Graphics* pGS, in StrokeArcOrRounded()