#include <gdiplus_container.h>
|
void | draw_ellipse (HDC hdc, int x, int y, int width, int height, litehtml::web_color color, int line_width) override |
|
void | fill_ellipse (HDC hdc, int x, int y, int width, int height, litehtml::web_color color) override |
|
void | fill_rect (HDC hdc, int x, int y, int width, int height, litehtml::web_color color) override |
|
void | get_img_size (uint_ptr img, litehtml::size &sz) override |
|
void | free_image (uint_ptr img) override |
|
void | draw_img_bg (HDC hdc, uint_ptr img, const litehtml::background_layer &layer) override |
|
void | draw_borders (uint_ptr hdc, const litehtml::borders &borders, const litehtml::position &draw_pos, bool root) override |
|
◆ gdiplus_container()
gdiplus_container::gdiplus_container |
( |
| ) |
|
◆ ~gdiplus_container()
gdiplus_container::~gdiplus_container |
( |
| ) |
|
|
virtual |
◆ draw_borders()
◆ draw_ellipse()
void gdiplus_container::draw_ellipse |
( |
HDC |
hdc, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
width, |
|
|
int |
height, |
|
|
litehtml::web_color |
color, |
|
|
int |
line_width |
|
) |
| |
|
overrideprotected |
◆ draw_img_bg()
◆ fill_ellipse()
void gdiplus_container::fill_ellipse |
( |
HDC |
hdc, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
width, |
|
|
int |
height, |
|
|
litehtml::web_color |
color |
|
) |
| |
|
overrideprotected |
◆ fill_rect()
void gdiplus_container::fill_rect |
( |
HDC |
hdc, |
|
|
int |
x, |
|
|
int |
y, |
|
|
int |
width, |
|
|
int |
height, |
|
|
litehtml::web_color |
color |
|
) |
| |
|
overrideprotected |
◆ free_image()
void gdiplus_container::free_image |
( |
uint_ptr |
img | ) |
|
|
overrideprotected |
◆ get_img_size()
◆ m_gdiplusToken
ULONG_PTR gdiplus_container::m_gdiplusToken |
|
private |
The documentation for this class was generated from the following files: