/dports/www/wt/wt-4.6.1/src/Wt/ |
H A D | WRasterImage-skia.C | 71 class WRasterImage::Impl { 91 WRasterImage::WRasterImage(const std::string& type, in WRasterImage() function 129 void WRasterImage::clear() in clear() 134 WRasterImage::~WRasterImage() in ~WRasterImage() 152 void WRasterImage::init() in init() 163 void WRasterImage::done() in done() 383 void WRasterImage::drawArc(const WRectF& rect, in drawArc() 506 void WRasterImage::getPixels(void *data) in getPixels() 525 WColor WRasterImage::getPixel(int x, int y) in getPixel() 609 void WRasterImage::drawText(const WRectF& rect, in drawText() [all …]
|
H A D | WRasterImage-gm.C | 97 class WRasterImage::Impl { 113 WRasterImage *rasterImage_; 132 WRasterImage::WRasterImage(const std::string& type, in WRasterImage() function 181 void WRasterImage::clear() in clear() 192 WRasterImage::~WRasterImage() in ~WRasterImage() 219 void WRasterImage::init() in init() 259 void WRasterImage::done() in done() 297 void WRasterImage::Impl::internalDone() in internalDone() 767 void WRasterImage::getPixels(void *data) in getPixels() 794 WColor WRasterImage::getPixel(int x, int y) in getPixel() [all …]
|
H A D | WRasterImage-d2d1.C | 111 class WRasterImage::Impl { 252 WRasterImage::Impl *impl_; 266 WRasterImage::WRasterImage(const std::string& type, in WRasterImage() function 357 void WRasterImage::clear() in clear() 365 WRasterImage::~WRasterImage() in ~WRasterImage() 385 void WRasterImage::init() in init() 403 void WRasterImage::done() in done() 620 void WRasterImage::drawArc(const WRectF& rect, in drawArc() 805 void WRasterImage::getPixels(void *data) in getPixels() 815 WColor WRasterImage::getPixel(int x, int y) in getPixel() [all …]
|
H A D | WRasterImage.h | 72 class WT_API WRasterImage : public WResource, public WPaintDevice 86 WRasterImage(const std::string& type, 91 ~WRasterImage();
|
H A D | WServerGLWidget.C | 898 return std::unique_ptr<WRasterImage>(new WRasterImage("png", width, height)); in createPaintDevice() 1222 WRasterImage raster("png", image.width(), image.height()); in texImage2D() 1253 WRasterImage *rpd = dynamic_cast<WRasterImage*>(paintdevice); in texImage2D() 1784 raster_ = new WRasterImage("png", renderWidth_, renderHeight_); in render()
|
H A D | WServerGLWidget.h | 16 class WRasterImage; variable 413 WRasterImage *raster_;
|
H A D | WPaintedWidget.C | 767 (new WRasterImage("png", widget_->renderWidth_, widget_->renderHeight_)); in createPaintDevice() 786 (dynamic_cast<WRasterImage *>(device_.get()))->clear(); in getPaintDevice()
|
H A D | WClientGLWidget.C | 1182 else if (dynamic_cast<WRasterImage*>(paintdevice) != nullptr) { in texImage2D() 1183 WRasterImage *rpd = dynamic_cast<WRasterImage*>(paintdevice); in texImage2D() 1202 std::unique_ptr<WResource> WClientGLWidget::rpdToMemResource(WRasterImage *rpd) in rpdToMemResource()
|
H A D | FontSupportDirectWrite.C | 680 if (dynamic_cast<WRasterImage*>(device_)) { in measureText() 777 if (dynamic_cast<WRasterImage*>(device_)) { in drawText()
|
H A D | WGlobal.h | 174 class WRasterImage; variable
|
H A D | WClientGLWidget.h | 454 std::unique_ptr<WResource> rpdToMemResource(WRasterImage *rpd);
|
/dports/www/wt/wt-4.6.1/examples/mandelbrot/ |
H A D | MandelbrotImage.h | 16 class WRasterImage; variable 30 void generate(int64_t x, int64_t y, WRasterImage *img);
|
H A D | MandelbrotImage.C | 38 WRasterImage image("png", w_, h_); in handleRequest() 88 void MandelbrotImage::generate(int64_t x, int64_t y, WRasterImage *img) in generate()
|
H A D | README.md | 21 - the use of `WRasterImage` for painting raster graphics
|
/dports/www/wt/wt-4.6.1/test/paintdevice/ |
H A D | WRasterTest.C | 75 Wt::WRasterImage rasterImage("png", 357, 193); in BOOST_AUTO_TEST_CASE() 96 Wt::WRasterImage rasterImage("png", 357, 193); in BOOST_AUTO_TEST_CASE() 120 Wt::WRasterImage rasterImage("png", 80, 80); in BOOST_AUTO_TEST_CASE()
|
/dports/www/wt/wt-4.6.1/examples/style/ |
H A D | README.md | 21 - how to use `WRasterImage` with the painting API for painting raster images.
|
H A D | CornerImage.C | 29 WRasterImage device("png", img_->radius(), img_->radius()); in handleRequest()
|
/dports/www/wt/wt-4.6.1/ |
H A D | INSTALL | 42 images (PNG, GIF, ...) (WRasterImage). 44 and WRasterImage paint devices.
|
H A D | Changelog | 7 * WRasterImage: now also support skia as backend. Cmake option 625 * Chart/WChart2DRenderer.C: avoid clipping with WRasterImage backend of 641 * WRasterImage: fix clipping problem with text rendering 668 * WRasterImage: implement drawImage() and improved text rendering, 788 * WRasterImage: implemented a getPixel() method 1067 * WRasterImage: Graphicsmagick backend implementation for WPaintDevice,
|
/dports/www/wt/wt-4.6.1/doc/ |
H A D | licenses.md | 99 | GraphicsMagick | `WRasterImage` support (Direct2D may be used on Windows instead) | [MIT License]…
|