Home
last modified time | relevance | path

Searched refs:CXFA_Edge (Results 1 – 13 of 13) 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
45 CXFA_Edge::~CXFA_Edge() {} in ~CXFA_Edge()
Dcxfa_edge.h12 class CXFA_Edge : public CXFA_Stroke {
16 CXFA_Edge(CXFA_Document* doc, XFA_PacketType packet);
17 ~CXFA_Edge() override;
Dcxfa_box.cpp95 CXFA_Edge* CXFA_Box::GetEdgeIfExists(int32_t nIndex) { in GetEdgeIfExists()
97 return JSObject()->GetOrCreateProperty<CXFA_Edge>(nIndex, in GetEdgeIfExists()
99 return JSObject()->GetProperty<CXFA_Edge>(nIndex, XFA_Element::Edge); in GetEdgeIfExists()
162 CXFA_Edge* edge; in GetStrokesInternal()
164 edge = JSObject()->GetOrCreateProperty<CXFA_Edge>(i, XFA_Element::Edge); in GetStrokesInternal()
166 edge = JSObject()->GetProperty<CXFA_Edge>(i, XFA_Element::Edge); in GetStrokesInternal()
224 CXFA_Edge* edge = GetEdgeIfExists(0); in DrawFill()
275 CXFA_Edge* edge = GetEdgeIfExists(0); in StrokeArcOrRounded()
Dcxfa_line.h12 class CXFA_Edge; variable
21 CXFA_Edge* GetEdgeIfExists();
Dcxfa_line.cpp53 CXFA_Edge* CXFA_Line::GetEdgeIfExists() { in GetEdgeIfExists()
54 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_statics.cpp1221 node = pdfium::MakeUnique<CXFA_Edge>(doc, packet); in Create()
/external/pdfium/fxjs/xfa/
Dcjx_edge.h12 class CXFA_Edge; variable
16 explicit CJX_Edge(CXFA_Edge* node);
Dcjx_edge.cpp11 CJX_Edge::CJX_Edge(CXFA_Edge* node) : CJX_Node(node) {} in CJX_Edge()
Dcjx_object.cpp1362 CXFA_Edge* edge = border->GetEdgeIfExists(i); in Script_Som_BorderColor()
1370 CXFA_Edge* edge = border->GetEdgeIfExists(0); in Script_Som_BorderColor()
1371 FX_ARGB color = edge ? edge->GetColor() : CXFA_Edge::kDefaultColor; in Script_Som_BorderColor()
1386 CXFA_Edge* edge = border->GetEdgeIfExists(0); in Script_Som_BorderWidth()
1395 CXFA_Edge* edge = border->GetEdgeIfExists(i); in Script_Som_BorderWidth()
/external/pdfium/xfa/fwl/theme/
Dcfwl_edittp.cpp30 CXFA_Edge* edge = borderUI->GetEdgeIfExists(0); in DrawBackground()
/external/pdfium/xfa/fxfa/
Dcxfa_ffline.cpp101 CXFA_Edge* edge = line->GetEdgeIfExists(); in RenderWidget()
Dcxfa_ffpushbutton.cpp125 CXFA_Edge* edge = border->GetEdgeIfExists(0); in GetLineWidth()