Searched refs:EncodeBGRAPNG (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/testing/image_diff/ |
D | image_diff_png.h | 36 std::vector<uint8_t> EncodeBGRAPNG(pdfium::span<const uint8_t> input,
|
D | image_diff_png.cpp | 683 std::vector<uint8_t> EncodeBGRAPNG(pdfium::span<const uint8_t> input, in EncodeBGRAPNG() function
|
/external/pdfium/testing/utils/ |
D | bitmap_saver.cpp | 33 png = image_diff_png::EncodeBGRAPNG(input, width, height, stride, in WriteBitmapToPng()
|
/external/pdfium/samples/ |
D | pdfium_test_write_helper.cc | 152 png = image_diff_png::EncodeBGRAPNG(input, width, height, stride, in EncodePng() 156 png = image_diff_png::EncodeBGRAPNG(input, width, height, stride, in EncodePng()
|