Home | History | Annotate | Download | only in fxbarcode

Lines Matching refs:pBitmap

249 CFX_WideString CBC_Code39::Decode(CFX_DIBitmap* pBitmap, int32_t& e) {

250 CBC_BufferedImageLuminanceSource source(pBitmap);
352 CFX_WideString CBC_Codabar::Decode(CFX_DIBitmap* pBitmap, int32_t& e) {
353 CBC_BufferedImageLuminanceSource source(pBitmap);
429 pBitmap, int32_t& e) {
430 CBC_BufferedImageLuminanceSource source(pBitmap);
512 CFX_WideString CBC_EAN8::Decode(CFX_DIBitmap* pBitmap, int32_t& e) {
513 CBC_BufferedImageLuminanceSource source(pBitmap);
596 CFX_WideString CBC_EAN13::Decode(CFX_DIBitmap* pBitmap, int32_t& e) {
597 CBC_BufferedImageLuminanceSource source(pBitmap);
682 CFX_WideString CBC_UPCA::Decode(CFX_DIBitmap* pBitmap, int32_t& e) {
683 CBC_BufferedImageLuminanceSource source(pBitmap);
756 CFX_WideString CBC_QRCode::Decode(CFX_DIBitmap* pBitmap, int32_t& e) {
757 CBC_BufferedImageLuminanceSource source(pBitmap);
816 CFX_WideString CBC_PDF417I::Decode(CFX_DIBitmap* pBitmap, int32_t& e) {
817 CBC_BufferedImageLuminanceSource source(pBitmap);
870 CFX_WideString CBC_DataMatrix::Decode(CFX_DIBitmap* pBitmap, int32_t& e) {
871 CBC_BufferedImageLuminanceSource source(pBitmap);