OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CBC_DataMatrix
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/xfa/include/fxbarcode/
BC_BarCode.h
243
class
CBC_DataMatrix
: public CBC_CodeBase {
245
CBC_DataMatrix
();
246
virtual ~
CBC_DataMatrix
();
/external/pdfium/xfa/src/fxbarcode/
BC_BarCode.cpp
824
CBC_DataMatrix
::
CBC_DataMatrix
() {
829
CBC_DataMatrix
::~
CBC_DataMatrix
() {
839
FX_BOOL
CBC_DataMatrix
::Encode(const CFX_WideStringC& contents,
852
FX_BOOL
CBC_DataMatrix
::RenderDevice(CFX_RenderDevice* device,
858
FX_BOOL
CBC_DataMatrix
::RenderBitmap(CFX_DIBitmap*& pOutBitmap, int32_t& e) {
863
CFX_WideString
CBC_DataMatrix
::Decode(uint8_t* buf,
870
CFX_WideString
CBC_DataMatrix
::Decode(CFX_DIBitmap* pBitmap, int32_t& e) {
[
all
...]
/external/pdfium/xfa/src/fwl/src/basewidget/
fxmath_barcodeimp.cpp
32
return new
CBC_DataMatrix
();
Completed in 124 milliseconds