Searched defs:resultTrailer (Results 1 - 3 of 3) sorted by relevance
/external/pdfium/xfa/src/fxbarcode/datamatrix/ |
H A D | BC_DataMatrixDecodedBitStreamParser.cpp | 56 CFX_ByteString resultTrailer;
local 61 mode = DecodeAsciiSegment(&bits, result, resultTrailer, e);
93 if (resultTrailer.GetLength() > 0) {
94 result += resultTrailer;
106 CFX_ByteString& resultTrailer,
150 resultTrailer.Insert(0, 0x1E);
151 resultTrailer.Insert(0 + 1, 0x04);
157 resultTrailer.Insert(0, 0x1E);
158 resultTrailer.Insert(0 + 1, 0x04);
103 DecodeAsciiSegment( CBC_CommonBitSource* bits, CFX_ByteString& result, CFX_ByteString& resultTrailer, int32_t& e) argument
|
/external/skia/src/pdf/ |
H A D | SkPDFFont.cpp | 221 uint8_t* const resultTrailer = resultData + *dataLen; local 223 SkASSERT(resultTrailer + *trailerLen == resultHeader + length); 227 memcpy(resultTrailer, srcTrailer, *trailerLen); 267 uint8_t* const resultTrailer = &(buffer[SkToInt(*headerLen + outputOffset)]); local 268 memcpy(resultTrailer, src + *headerLen + hexDataLen, *trailerLen);
|
/external/zxing/core/ |
H A D | core.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ... |
Completed in 1344 milliseconds