Searched refs:CXFA_Edge (Results 1 – 11 of 11) sorted by relevance
34 CXFA_Edge::CXFA_Edge(CXFA_Document* doc, XFA_PacketType packet) in CXFA_Edge() function in CXFA_Edge44 CXFA_Edge::~CXFA_Edge() = default;
12 class CXFA_Edge final : public CXFA_Stroke {16 CXFA_Edge(CXFA_Document* doc, XFA_PacketType packet);17 ~CXFA_Edge() override;
93 CXFA_Edge* CXFA_Box::GetEdgeIfExists(int32_t nIndex) { in GetEdgeIfExists()95 return JSObject()->GetOrCreateProperty<CXFA_Edge>(nIndex, in GetEdgeIfExists()97 return JSObject()->GetProperty<CXFA_Edge>(nIndex, XFA_Element::Edge); in GetEdgeIfExists()160 CXFA_Edge* edge; in GetStrokesInternal()162 edge = JSObject()->GetOrCreateProperty<CXFA_Edge>(i, XFA_Element::Edge); in GetStrokesInternal()164 edge = JSObject()->GetProperty<CXFA_Edge>(i, XFA_Element::Edge); in GetStrokesInternal()222 CXFA_Edge* edge = GetEdgeIfExists(0); in DrawFill()273 CXFA_Edge* edge = GetEdgeIfExists(0); in StrokeArcOrRounded()
12 class CXFA_Edge; variable21 CXFA_Edge* GetEdgeIfExists();
52 CXFA_Edge* CXFA_Line::GetEdgeIfExists() { in GetEdgeIfExists()53 return GetChild<CXFA_Edge>(0, XFA_Element::Edge, false); in GetEdgeIfExists()
18 class CXFA_Edge; variable32 CXFA_Edge* GetEdgeIfExists(int32_t nIndex);
5400 node = pdfium::MakeUnique<CXFA_Edge>(doc, packet); in Create()
101 CXFA_Edge* edge = line->GetEdgeIfExists(); in RenderWidget()
116 CXFA_Edge* edge = border->GetEdgeIfExists(0); in GetLineWidth()
614 CXFA_Edge* edge = borderUI->GetEdgeIfExists(0); in GetBorderColorAndThickness()
1228 CXFA_Edge* edge = border->GetEdgeIfExists(i); in ScriptSomBorderColor()1236 CXFA_Edge* edge = border->GetEdgeIfExists(0); in ScriptSomBorderColor()1237 FX_ARGB color = edge ? edge->GetColor() : CXFA_Edge::kDefaultColor; in ScriptSomBorderColor()1252 CXFA_Edge* edge = border->GetEdgeIfExists(0); in ScriptSomBorderWidth()1264 CXFA_Edge* edge = border->GetEdgeIfExists(i); in ScriptSomBorderWidth()