Home
last modified time | relevance | path

Searched refs:SetBarcodeColor (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fxbarcode/
Dcbc_codebase.cpp57 void CBC_CodeBase::SetBarcodeColor(FX_ARGB foregroundColor) { in SetBarcodeColor() function in CBC_CodeBase
58 m_pBCWriter->SetBarcodeColor(foregroundColor); in SetBarcodeColor()
DBC_Writer.h25 virtual void SetBarcodeColor(FX_ARGB foregroundColor);
Dcbc_codebase.h39 void SetBarcodeColor(FX_ARGB foregroundColor);
DBC_Writer.cpp49 void CBC_Writer::SetBarcodeColor(FX_ARGB foregroundColor) { in SetBarcodeColor() function in CBC_Writer