Home
last modified time | relevance | path

Searched refs:CXFA_Edge (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/xfa/fxfa/parser/
Dcxfa_edge.cpp34 CXFA_Edge::CXFA_Edge(CXFA_Document* doc, XFA_PacketType packet) in CXFA_Edge() function in CXFA_Edge
44 CXFA_Edge::~CXFA_Edge() = default;
Dcxfa_edge.h12 class CXFA_Edge final : public CXFA_Stroke {
16 CXFA_Edge(CXFA_Document* doc, XFA_PacketType packet);
17 ~CXFA_Edge() override;
Dcxfa_box.cpp93 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()
Dcxfa_line.h12 class CXFA_Edge; variable
21 CXFA_Edge* GetEdgeIfExists();
Dcxfa_line.cpp52 CXFA_Edge* CXFA_Line::GetEdgeIfExists() { in GetEdgeIfExists()
53 return GetChild<CXFA_Edge>(0, XFA_Element::Edge, false); in GetEdgeIfExists()
Dcxfa_box.h18 class CXFA_Edge; variable
32 CXFA_Edge* GetEdgeIfExists(int32_t nIndex);
Dcxfa_node.cpp5400 node = pdfium::MakeUnique<CXFA_Edge>(doc, packet); in Create()
/external/pdfium/xfa/fxfa/
Dcxfa_ffline.cpp101 CXFA_Edge* edge = line->GetEdgeIfExists(); in RenderWidget()
Dcxfa_ffpushbutton.cpp116 CXFA_Edge* edge = border->GetEdgeIfExists(0); in GetLineWidth()
Dcxfa_ffwidget.cpp614 CXFA_Edge* edge = borderUI->GetEdgeIfExists(0); in GetBorderColorAndThickness()
/external/pdfium/fxjs/xfa/
Dcjx_object.cpp1228 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()