Home
last modified time | relevance | path

Searched refs:CJX_Corner (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_corner.cpp11 CJX_Corner::CJX_Corner(CXFA_Corner* node) : CJX_Node(node) {} in CJX_Corner() function in CJX_Corner
13 CJX_Corner::~CJX_Corner() = default;
15 void CJX_Corner::use(CFXJSE_Value* pValue, in use()
21 void CJX_Corner::stroke(CFXJSE_Value* pValue, in stroke()
27 void CJX_Corner::presence(CFXJSE_Value* pValue, in presence()
33 void CJX_Corner::inverted(CFXJSE_Value* pValue, in inverted()
39 void CJX_Corner::thickness(CFXJSE_Value* pValue, in thickness()
45 void CJX_Corner::usehref(CFXJSE_Value* pValue, in usehref()
51 void CJX_Corner::join(CFXJSE_Value* pValue, in join()
57 void CJX_Corner::radius(CFXJSE_Value* pValue, in radius()
Dcjx_corner.h14 class CJX_Corner : public CJX_Node {
16 explicit CJX_Corner(CXFA_Corner* node);
17 ~CJX_Corner() override;
/external/pdfium/xfa/fxfa/parser/
Dcxfa_corner.cpp45 pdfium::MakeUnique<CJX_Corner>(this)) {} in CXFA_Corner()
Dxfa_basic_data_element_script.cpp2231 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_Corner::use,
2233 {0x5392ea58, L"stroke", (XFA_ATTRIBUTE_CALLBACK)&CJX_Corner::stroke,
2235 {0x570ce835, L"presence", (XFA_ATTRIBUTE_CALLBACK)&CJX_Corner::presence,
2237 {0x7b95e661, L"inverted", (XFA_ATTRIBUTE_CALLBACK)&CJX_Corner::inverted,
2239 {0x94446dcc, L"thickness", (XFA_ATTRIBUTE_CALLBACK)&CJX_Corner::thickness,
2241 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_Corner::usehref,
2243 {0xe8dddf50, L"join", (XFA_ATTRIBUTE_CALLBACK)&CJX_Corner::join,
2245 {0xe948b9a8, L"radius", (XFA_ATTRIBUTE_CALLBACK)&CJX_Corner::radius,