Searched defs:barcode (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/testing/libfuzzer/
H A Dpdf_cfx_barcode_fuzzer.cc20 CFX_Barcode barcode; local
21 if (!barcode.Create(type))
25 barcode.SetModuleHeight(300);
26 barcode.SetModuleWidth(420);
27 barcode.SetHeight(298);
28 barcode.SetWidth(418);
33 if (!barcode.Encode(content))
/external/pdfium/xfa/fwl/
H A Dcfx_barcode_unittest.cpp41 CFX_Barcode* barcode() const { return barcode_.get(); } function in class:BarcodeTest
72 EXPECT_TRUE(barcode()->Encode(L"clams"));
79 EXPECT_TRUE(barcode()->Encode(L"clams"));
86 EXPECT_TRUE(barcode()->Encode(L"clams"));
93 EXPECT_TRUE(barcode()->Encode(L"clams"));
100 EXPECT_TRUE(barcode()->Encode(L"clams"));
107 EXPECT_TRUE(barcode()->Encode(L"clams"));
114 EXPECT_TRUE(barcode()->Encode(L"clams"));
121 EXPECT_TRUE(barcode()->Encode(L"clams"));
128 EXPECT_TRUE(barcode()
[all...]
/external/zxing/qr_scanner/src/com/google/zxing/client/android/
H A DViewfinderView.java174 * @param barcode An image of the decoded barcode.
176 public void drawResultBitmap(Bitmap barcode) { argument
177 resultBitmap = barcode;
H A DCaptureActivity.java46 * thread. It draws a viewfinder to help the user place the barcode correctly,
194 * A valid barcode has been found, so give an indication of success and show
197 * @param rawResult The contents of the barcode.
198 * @param barcode A greyscale bitmap of the camera data which was decoded.
200 public void handleDecode(Result rawResult, Bitmap barcode) { argument
203 if (barcode == null) {
207 drawResultPoints(barcode, rawResult);
218 * the barcode.
220 * @param barcode A bitmap of the captured image.
223 private void drawResultPoints(Bitmap barcode, Resul argument
[all...]

Completed in 214 milliseconds