Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_arc.cpp11 CJX_Arc::CJX_Arc(CXFA_Arc* node) : CJX_Node(node) {} in CJX_Arc() function in CJX_Arc
13 CJX_Arc::~CJX_Arc() = default;
15 void CJX_Arc::circular(CFXJSE_Value* pValue, in circular()
21 void CJX_Arc::hand(CFXJSE_Value* pValue, in hand()
27 void CJX_Arc::startAngle(CFXJSE_Value* pValue, in startAngle()
33 void CJX_Arc::sweepAngle(CFXJSE_Value* pValue, in sweepAngle()
39 void CJX_Arc::use(CFXJSE_Value* pValue, in use()
45 void CJX_Arc::usehref(CFXJSE_Value* pValue, in usehref()
Dcjx_arc.h14 class CJX_Arc : public CJX_Node {
16 explicit CJX_Arc(CXFA_Arc* node);
17 ~CJX_Arc() override;
/external/pdfium/xfa/fxfa/parser/
Dcxfa_arc.cpp41 pdfium::MakeUnique<CJX_Arc>(this)) {} in CXFA_Arc()
Dxfa_basic_data_element_script.cpp659 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_Arc::use,
661 {0x5c054755, L"startAngle", (XFA_ATTRIBUTE_CALLBACK)&CJX_Arc::startAngle,
663 {0x74788f8b, L"sweepAngle", (XFA_ATTRIBUTE_CALLBACK)&CJX_Arc::sweepAngle,
665 {0x9d833d75, L"circular", (XFA_ATTRIBUTE_CALLBACK)&CJX_Arc::circular,
667 {0xbc254332, L"usehref", (XFA_ATTRIBUTE_CALLBACK)&CJX_Arc::usehref,
669 {0xd996fa9b, L"hand", (XFA_ATTRIBUTE_CALLBACK)&CJX_Arc::hand,