Lines Matching defs:encoded
39 uint8_t* encoded;
42 encoded = writer.Encode("PDFIUM", BCFORMAT_CODE_39, width, height);
52 FX_Free(encoded);
56 encoded = writer.Encode("PDFIUM", BCFORMAT_CODE_39, width, height);
66 FX_Free(encoded);
73 uint8_t* encoded;
76 encoded = writer.Encode("", BCFORMAT_CODE_39, width, height);
83 EXPECT_EQ(expected[i] != ' ', !!encoded[i]) << i;
85 FX_Free(encoded);
87 encoded = writer.Encode("123", BCFORMAT_CODE_39, width, height);
97 EXPECT_EQ(expected[i] != ' ', !!encoded[i]) << i;
99 FX_Free(encoded);
101 encoded = writer.Encode("PDFIUM", BCFORMAT_CODE_39, width, height);
114 EXPECT_EQ(expected[i] != ' ', !!encoded[i]) << i;
116 FX_Free(encoded);
118 encoded = writer.Encode("A -$%./+Z", BCFORMAT_CODE_39, width, height);
134 EXPECT_EQ(expected[i] != ' ', !!encoded[i]) << i;
136 FX_Free(encoded);
143 uint8_t* encoded;
148 encoded = writer.Encode("123", BCFORMAT_CODE_39, width, height);
160 EXPECT_EQ(expected[i] != ' ', !!encoded[i]) << i;
162 FX_Free(encoded);
164 encoded = writer.Encode("PDFIUM", BCFORMAT_CODE_39, width, height);
179 EXPECT_EQ(expected[i] != ' ', !!encoded[i]) << i;
181 FX_Free(encoded);