OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BC_TYPE
(Results
1 - 13
of
13
) sorted by null
/external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_barcodeimp.h
34
virtual void SetType(
BC_TYPE
type);
43
BC_TYPE
m_type;
fxmath_barcodeimp.h
13
FX_BOOL Crreate(
BC_TYPE
type);
15
virtual
BC_TYPE
GetType();
/external/pdfium/xfa/src/fxbarcode/oned/
BC_OnedCode128Writer.h
14
CBC_OnedCode128Writer(
BC_TYPE
type);
33
BC_TYPE
GetType();
41
BC_TYPE
m_codeFormat;
BC_OnedCode128Writer.cpp
38
CBC_OnedCode128Writer::CBC_OnedCode128Writer(
BC_TYPE
type) {
42
BC_TYPE
CBC_OnedCode128Writer::GetType() {
/external/pdfium/xfa/include/fxbarcode/
BC_BarCode.h
29
enum
BC_TYPE
{
51
virtual
BC_TYPE
GetType() = 0;
82
virtual
BC_TYPE
GetType() = 0;
118
BC_TYPE
GetType() { return BC_CODE39; }
136
BC_TYPE
GetType() { return BC_CODABAR; }
147
CBC_Code128(
BC_TYPE
type);
156
BC_TYPE
GetType() { return BC_CODE128; }
173
BC_TYPE
GetType() { return BC_EAN8; }
190
BC_TYPE
GetType() { return BC_EAN13; }
207
BC_TYPE
GetType() { return BC_UPCA; }
[
all
...]
/external/pdfium/xfa/src/fwl/src/lightwidget/
barcode.cpp
32
void CFWL_Barcode::SetType(
BC_TYPE
type) {
/external/pdfium/xfa/include/fwl/basewidget/
fxmath_barcode.h
13
virtual
BC_TYPE
GetType() = 0;
47
IFX_Barcode* FX_Barcode_Create(
BC_TYPE
type);
fwl_barcode.h
54
void SetType(
BC_TYPE
type);
/external/pdfium/xfa/src/fwl/src/basewidget/
fxmath_barcodeimp.cpp
9
static CBC_CodeBase* FX_Barcode_CreateBarCodeEngineObject(
BC_TYPE
type) {
45
FX_BOOL CFX_Barcode::Crreate(
BC_TYPE
type) {
52
BC_TYPE
CFX_Barcode::GetType() {
349
for (
BC_TYPE
t = BC_TYPE_MIN; t <= BC_TYPE_MAX;
350
t = (
BC_TYPE
)((int32_t)t + 1)) {
364
for (
BC_TYPE
t = BC_TYPE_MIN; t <= BC_TYPE_MAX;
365
t = (
BC_TYPE
)((int32_t)t + 1)) {
378
IFX_Barcode* FX_Barcode_Create(
BC_TYPE
type) {
fwl_barcodeimp.cpp
23
void IFWL_Barcode::SetType(
BC_TYPE
type) {
186
void CFWL_BarcodeImp::SetType(
BC_TYPE
type) {
203
BC_TYPE
tEngineType = m_pBarcodeEngine->GetType();
/external/pdfium/xfa/src/fxfa/src/app/
xfa_ffbarcode.h
91
BC_TYPE
eBCType;
/external/pdfium/xfa/include/fwl/lightwidget/
barcode.h
19
void SetType(
BC_TYPE
type);
/external/pdfium/xfa/src/fxbarcode/
BC_BarCode.cpp
360
CBC_Code128::CBC_Code128(
BC_TYPE
type) {
[
all
...]
Completed in 130 milliseconds