HomeSort by relevance Sort by last modified time
    Searched defs:SetWideNarrowRatio (Results 1 - 6 of 6) sorted by null

  /external/pdfium/xfa/fxbarcode/
cbc_codabar.cpp 49 bool CBC_Codabar::SetWideNarrowRatio(int32_t ratio) {
52 ->SetWideNarrowRatio(ratio);
cbc_code39.cpp 95 bool CBC_Code39::SetWideNarrowRatio(int32_t ratio) {
98 ->SetWideNarrowRatio(ratio);
  /external/pdfium/xfa/fwl/
cfwl_barcode.cpp 134 void CFWL_Barcode::SetWideNarrowRatio(int32_t ratio) {
199 m_pBarcodeEngine->SetWideNarrowRatio(m_nWideNarrowRatio);
cfx_barcode.cpp 222 bool CFX_Barcode::SetWideNarrowRatio(int32_t ratio) {
227 memptr = (memptrtype)&CBC_Code39::SetWideNarrowRatio;
230 memptr = (memptrtype)&CBC_Codabar::SetWideNarrowRatio;
  /external/pdfium/xfa/fxbarcode/oned/
BC_OnedCodaBarWriter.cpp 80 bool CBC_OnedCodaBarWriter::SetWideNarrowRatio(int32_t ratio) {
BC_OnedCode39Writer.cpp 120 bool CBC_OnedCode39Writer::SetWideNarrowRatio(int32_t ratio) {

Completed in 124 milliseconds