Searched refs:CJX_Edge (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_edge.cpp | 11 CJX_Edge::CJX_Edge(CXFA_Edge* node) : CJX_Node(node) {} in CJX_Edge() function in CJX_Edge 13 CJX_Edge::~CJX_Edge() = default; 15 void CJX_Edge::cap(CFXJSE_Value* pValue, in cap() 21 void CJX_Edge::use(CFXJSE_Value* pValue, in use() 27 void CJX_Edge::stroke(CFXJSE_Value* pValue, in stroke() 33 void CJX_Edge::presence(CFXJSE_Value* pValue, in presence() 39 void CJX_Edge::thickness(CFXJSE_Value* pValue, in thickness() 45 void CJX_Edge::usehref(CFXJSE_Value* pValue, in usehref()
|
D | cjx_edge.h | 14 class CJX_Edge : public CJX_Node { 16 explicit CJX_Edge(CXFA_Edge* node); 17 ~CJX_Edge() override;
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_edge.cpp | 43 pdfium::MakeUnique<CJX_Edge>(this)) {} in CXFA_Edge()
|
D | xfa_basic_data_element_script.cpp | 1645 {0xa2e3514, L"cap", (XFA_ATTRIBUTE_CALLBACK)&CJX_Edge::cap, 1647 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_Edge::use, 1649 {0x5392ea58, L"stroke", (XFA_ATTRIBUTE_CALLBACK)&CJX_Edge::stroke, 1651 {0x570ce835, L"presence", (XFA_ATTRIBUTE_CALLBACK)&CJX_Edge::presence, 1653 {0x94446dcc, L"thickness", (XFA_ATTRIBUTE_CALLBACK)&CJX_Edge::thickness, 1655 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_Edge::usehref,
|