HomeSort by relevance Sort by last modified time
    Searched full:bytematrix (Results 1 - 1 of 1) sorted by null

  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_DataMatrixWriter.cpp 79 CBC_CommonByteMatrix* bytematrix = encodeLowLevel(placement, symbolInfo, e); local
81 outWidth = bytematrix->GetWidth();
82 outHeight = bytematrix->GetHeight();
84 FXSYS_memcpy(result, bytematrix->GetArray(), outWidth * outHeight);
85 delete bytematrix;

Completed in 50 milliseconds