7#ifndef FXBARCODE_PDF417_BC_PDF417WRITER_H_
8#define FXBARCODE_PDF417_BC_PDF417WRITER_H_
13#include "core/fxcrt/data_vector.h"
14#include "core/fxcrt/widestring.h"
15#include "fxbarcode/BC_TwoDimWriter.h"
30 void RotateArray(DataVector<uint8_t>* bitarray,
BC_TYPE GetType() override
bool Encode(WideStringView contents) override
bool RenderDevice(CFX_RenderDevice *device, const CFX_Matrix &matrix) override
~CBC_PDF417Writer() override
bool SetErrorCorrectionLevel(int32_t level) override
DataVector< uint8_t > Encode(WideStringView contents, int32_t *pOutWidth, int32_t *pOutHeight)
bool RenderResult(pdfium::span< const uint8_t > code, int32_t codeWidth, int32_t codeHeight)
void RenderDeviceResult(CFX_RenderDevice *device, const CFX_Matrix &matrix)