Home
last modified time | relevance | path

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

/external/pdfium/fxjs/xfa/
Dcjx_barcode.cpp11 CJX_Barcode::CJX_Barcode(CXFA_Barcode* node) : CJX_Node(node) {} in CJX_Barcode() function in CJX_Barcode
13 CJX_Barcode::~CJX_Barcode() = default;
15 void CJX_Barcode::charEncoding(CFXJSE_Value* pValue, in charEncoding()
21 void CJX_Barcode::checksum(CFXJSE_Value* pValue, in checksum()
27 void CJX_Barcode::dataColumnCount(CFXJSE_Value* pValue, in dataColumnCount()
33 void CJX_Barcode::dataLength(CFXJSE_Value* pValue, in dataLength()
39 void CJX_Barcode::dataPrep(CFXJSE_Value* pValue, in dataPrep()
45 void CJX_Barcode::dataRowCount(CFXJSE_Value* pValue, in dataRowCount()
51 void CJX_Barcode::endChar(CFXJSE_Value* pValue, in endChar()
57 void CJX_Barcode::errorCorrectionLevel(CFXJSE_Value* pValue, in errorCorrectionLevel()
[all …]
Dcjx_barcode.h14 class CJX_Barcode : public CJX_Node {
16 explicit CJX_Barcode(CXFA_Barcode* arc);
17 ~CJX_Barcode() override;
/external/pdfium/xfa/fxfa/parser/
Dcxfa_barcode.cpp55 pdfium::MakeUnique<CJX_Barcode>(this)) {} in CXFA_Barcode()
Dxfa_basic_data_element_script.cpp1051 (XFA_ATTRIBUTE_CALLBACK)&CJX_Barcode::dataRowCount,
1053 {0xc0811ed, L"use", (XFA_ATTRIBUTE_CALLBACK)&CJX_Barcode::use,
1055 {0x28e17e91, L"dataPrep", (XFA_ATTRIBUTE_CALLBACK)&CJX_Barcode::dataPrep,
1057 {0x2f16a382, L"type", (XFA_ATTRIBUTE_CALLBACK)&CJX_Barcode::type,
1060 (XFA_ATTRIBUTE_CALLBACK)&CJX_Barcode::textLocation,
1063 (XFA_ATTRIBUTE_CALLBACK)&CJX_Barcode::moduleWidth,
1066 (XFA_ATTRIBUTE_CALLBACK)&CJX_Barcode::printCheckDigit,
1069 (XFA_ATTRIBUTE_CALLBACK)&CJX_Barcode::moduleHeight,
1071 {0x5ab23b6c, L"startChar", (XFA_ATTRIBUTE_CALLBACK)&CJX_Barcode::startChar,
1073 {0x7c732a66, L"truncate", (XFA_ATTRIBUTE_CALLBACK)&CJX_Barcode::truncate,
[all …]