OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetEndChar
(Results
1 - 5
of
5
) sorted by null
/external/pdfium/xfa/include/fwl/basewidget/
fwl_barcode.h
44
virtual FX_CHAR
GetEndChar
() = 0;
/external/pdfium/xfa/include/fwl/lightwidget/
barcode.h
102
virtual FX_CHAR
GetEndChar
() { return m_cEndChar; }
/external/pdfium/xfa/src/fgas/include/
fx_rbk.h
123
int32_t
GetEndChar
() const { return m_iStartChar + m_iChars; }
fx_tbk.h
130
int32_t
GetEndChar
() const { return m_iStartChar + m_iChars; }
/external/pdfium/xfa/src/fwl/src/basewidget/
fwl_barcodeimp.cpp
159
m_pBarcodeEngine->SetEndChar(pData->
GetEndChar
());
Completed in 37 milliseconds