HomeSort by relevance Sort by last modified time
    Searched refs:ResultTemp (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/src/fxbarcode/datamatrix/
BC_DataMatrixReader.cpp 55 CBC_CommonDecoderResult* ResultTemp =
58 CBC_AutoPtr<CBC_CommonDecoderResult> decodeResult(ResultTemp);
  /external/pdfium/xfa/src/fxbarcode/pdf417/
BC_PDF417Reader.cpp 69 CBC_CommonDecoderResult* ResultTemp = CBC_PDF417ScanningDecoder::decode(
74 if (ResultTemp == NULL) {
79 results += ResultTemp->GetText();
80 delete ResultTemp;

Completed in 209 milliseconds