Home
last modified time | relevance | path

Searched refs:GetStartChar (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_barcode.h43 virtual FX_CHAR GetStartChar() = 0;
/external/pdfium/xfa/include/fwl/lightwidget/
Dbarcode.h101 virtual FX_CHAR GetStartChar() { return m_cStartChar; } in GetStartChar() function
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_barcodeimp.cpp156 m_pBarcodeEngine->SetStartChar(pData->GetStartChar()); in GenerateBarcodeImageCache()