Home
last modified time | relevance | path

Searched refs:WritePng (Results 1 – 13 of 13) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tools/skiaserve/tester/
H A Dtester.py35 def WritePng(request, path): function
72 return WritePng(Check(requests.get(url)), path)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/skiaserve/tester/
H A Dtester.py35 def WritePng(request, path): function
72 return WritePng(Check(requests.get(url)), path)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/samples/
H A Dpdfium_test_write_helper.h25 std::string WritePng(const char* pdf_name,
H A Dpdfium_test_write_helper.cc377 std::string WritePng(const char* pdf_name, in WritePng() function
H A Dpdfium_test.cc791 WritePng(name.c_str(), page_index, buffer, stride, width, height); in RenderPage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/samples/
H A Dpdfium_test_write_helper.h25 std::string WritePng(const char* pdf_name,
H A Dpdfium_test_write_helper.cc376 std::string WritePng(const char* pdf_name, in WritePng() function
H A Dpdfium_test.cc832 WritePng(name.c_str(), page_index, buffer, stride, width, height); in ProcessPage()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/core/
H A DImaging.cpp165 static void WritePng(std::ostream& ostream, const Image& image) in WritePng() function
346 WritePng(fs, image); in WriteToFile()
/dports/misc/openmvg/openMVG-2.0/src/openMVG/image/
H A Dimage_io.hpp137 int WritePng( const char * path , const std::vector<unsigned char>& array, int w, int h, int depth …
H A Dimage_io.cpp92 return WritePng(filename, ptr, w, h, depth); in WriteImage()
363 int WritePng(const char * filename, in WritePng() function
/dports/editors/texmaker/texmaker-5.0.3/pdfium/samples/
H A Dpdfium_test.cc145 static void WritePng(const char* pdf_name, int num, const void* buffer_void, in WritePng() function
573 WritePng(name.c_str(), page_index, buffer, stride, width, height); in RenderPage()
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/samples/
H A Dpdfium_test.cc198 static std::string WritePng(const char* pdf_name, in WritePng() function
682 WritePng(name.c_str(), page_index, buffer, stride, width, height); in RenderPage()