Home
last modified time | relevance | path

Searched refs:border_box (Results 1 – 25 of 183) sorted by relevance

12345678

/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/src/Renderer/
H A DBlock.php93 * @param null $border_box
101 if (empty($border_box)) {
106 $radius = $style->get_computed_border_radius($border_box[2], $border_box[3]); // w, h
188 * @param null $border_box
205 if (empty($border_box)) {
216 $border_box[2] += $offset;
217 $border_box[3] += $offset;
224 $border_box[0] -= $offset;
225 $border_box[1] -= $offset;
226 $border_box[2] += $offset * 2;
[all …]
/dports/x11-toolkits/gtk30/gtk+-3.24.31/gtk/
H A Dgtkrenderborder.c354 GtkRoundedBox *border_box, in render_frame_fill() argument
362 padding_box = *border_box; in render_frame_fill()
376 _gtk_rounded_box_path (border_box, cr); in render_frame_fill()
469 GtkRoundedBox *border_box, in render_frame_stroke() argument
486 stroke_box = *border_box; in render_frame_stroke()
513 padding_box = *border_box; in render_frame_stroke()
568 GtkRoundedBox *border_box, in render_border() argument
640 other_box = *border_box; in render_border()
674 other_box = *border_box; in render_border()
731 GtkRoundedBox border_box; in gtk_css_style_render_border() local
[all …]
/dports/mail/claws-mail-pdf_viewer/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Del_image.cpp214 bg.border_box = pos; in draw()
215 bg.border_box += m_padding; in draw()
216 bg.border_box += m_borders; in draw()
220 … bg.border_radius = m_css_borders.radius.calc_percents(bg.border_box.width, bg.border_box.height); in draw()
230 position border_box = pos; in draw() local
231 border_box += m_padding; in draw()
232 border_box += m_borders; in draw()
235 bdr.radius = m_css_borders.radius.calc_percents(border_box.width, border_box.height); in draw()
237 get_document()->container()->draw_borders(hdc, bdr, border_box, have_parent() ? false : true); in draw()
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Del_image.cpp214 bg.border_box = pos; in draw()
215 bg.border_box += m_padding; in draw()
216 bg.border_box += m_borders; in draw()
220 … bg.border_radius = m_css_borders.radius.calc_percents(bg.border_box.width, bg.border_box.height); in draw()
230 position border_box = pos; in draw() local
231 border_box += m_padding; in draw()
232 border_box += m_borders; in draw()
235 bdr.radius = m_css_borders.radius.calc_percents(border_box.width, border_box.height); in draw()
237 get_document()->container()->draw_borders(hdc, bdr, border_box, have_parent() ? false : true); in draw()
/dports/mail/claws-mail-notification/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Del_image.cpp214 bg.border_box = pos; in draw()
215 bg.border_box += m_padding; in draw()
216 bg.border_box += m_borders; in draw()
220 … bg.border_radius = m_css_borders.radius.calc_percents(bg.border_box.width, bg.border_box.height); in draw()
230 position border_box = pos; in draw() local
231 border_box += m_padding; in draw()
232 border_box += m_borders; in draw()
235 bdr.radius = m_css_borders.radius.calc_percents(border_box.width, border_box.height); in draw()
237 get_document()->container()->draw_borders(hdc, bdr, border_box, have_parent() ? false : true); in draw()
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Del_image.cpp214 bg.border_box = pos; in draw()
215 bg.border_box += m_padding; in draw()
216 bg.border_box += m_borders; in draw()
220 … bg.border_radius = m_css_borders.radius.calc_percents(bg.border_box.width, bg.border_box.height); in draw()
230 position border_box = pos; in draw() local
231 border_box += m_padding; in draw()
232 border_box += m_borders; in draw()
235 bdr.radius = m_css_borders.radius.calc_percents(border_box.width, border_box.height); in draw()
237 get_document()->container()->draw_borders(hdc, bdr, border_box, have_parent() ? false : true); in draw()
/dports/mail/claws-mail-newmail/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Del_image.cpp214 bg.border_box = pos; in draw()
215 bg.border_box += m_padding; in draw()
216 bg.border_box += m_borders; in draw()
220 … bg.border_radius = m_css_borders.radius.calc_percents(bg.border_box.width, bg.border_box.height); in draw()
230 position border_box = pos; in draw() local
231 border_box += m_padding; in draw()
232 border_box += m_borders; in draw()
235 bdr.radius = m_css_borders.radius.calc_percents(border_box.width, border_box.height); in draw()
237 get_document()->container()->draw_borders(hdc, bdr, border_box, have_parent() ? false : true); in draw()
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Del_image.cpp214 bg.border_box = pos; in draw()
215 bg.border_box += m_padding; in draw()
216 bg.border_box += m_borders; in draw()
220 … bg.border_radius = m_css_borders.radius.calc_percents(bg.border_box.width, bg.border_box.height); in draw()
230 position border_box = pos; in draw() local
231 border_box += m_padding; in draw()
232 border_box += m_borders; in draw()
235 bdr.radius = m_css_borders.radius.calc_percents(border_box.width, border_box.height); in draw()
237 get_document()->container()->draw_borders(hdc, bdr, border_box, have_parent() ? false : true); in draw()
/dports/mail/claws-mail-attachwarner/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Del_image.cpp214 bg.border_box = pos; in draw()
215 bg.border_box += m_padding; in draw()
216 bg.border_box += m_borders; in draw()
220 … bg.border_radius = m_css_borders.radius.calc_percents(bg.border_box.width, bg.border_box.height); in draw()
230 position border_box = pos; in draw() local
231 border_box += m_padding; in draw()
232 border_box += m_borders; in draw()
235 bdr.radius = m_css_borders.radius.calc_percents(border_box.width, border_box.height); in draw()
237 get_document()->container()->draw_borders(hdc, bdr, border_box, have_parent() ? false : true); in draw()
/dports/mail/claws-mail-bsfilter/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Del_image.cpp214 bg.border_box = pos; in draw()
215 bg.border_box += m_padding; in draw()
216 bg.border_box += m_borders; in draw()
220 … bg.border_radius = m_css_borders.radius.calc_percents(bg.border_box.width, bg.border_box.height); in draw()
230 position border_box = pos; in draw() local
231 border_box += m_padding; in draw()
232 border_box += m_borders; in draw()
235 bdr.radius = m_css_borders.radius.calc_percents(border_box.width, border_box.height); in draw()
237 get_document()->container()->draw_borders(hdc, bdr, border_box, have_parent() ? false : true); in draw()
/dports/mail/claws-mail-mailmbox/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Del_image.cpp214 bg.border_box = pos; in draw()
215 bg.border_box += m_padding; in draw()
216 bg.border_box += m_borders; in draw()
220 … bg.border_radius = m_css_borders.radius.calc_percents(bg.border_box.width, bg.border_box.height); in draw()
230 position border_box = pos; in draw() local
231 border_box += m_padding; in draw()
232 border_box += m_borders; in draw()
235 bdr.radius = m_css_borders.radius.calc_percents(border_box.width, border_box.height); in draw()
237 get_document()->container()->draw_borders(hdc, bdr, border_box, have_parent() ? false : true); in draw()
/dports/mail/claws-mail-fetchinfo/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Del_image.cpp214 bg.border_box = pos; in draw()
215 bg.border_box += m_padding; in draw()
216 bg.border_box += m_borders; in draw()
220 … bg.border_radius = m_css_borders.radius.calc_percents(bg.border_box.width, bg.border_box.height); in draw()
230 position border_box = pos; in draw() local
231 border_box += m_padding; in draw()
232 border_box += m_borders; in draw()
235 bdr.radius = m_css_borders.radius.calc_percents(border_box.width, border_box.height); in draw()
237 get_document()->container()->draw_borders(hdc, bdr, border_box, have_parent() ? false : true); in draw()
/dports/mail/claws-mail-managesieve/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Del_image.cpp214 bg.border_box = pos; in draw()
215 bg.border_box += m_padding; in draw()
216 bg.border_box += m_borders; in draw()
220 … bg.border_radius = m_css_borders.radius.calc_percents(bg.border_box.width, bg.border_box.height); in draw()
230 position border_box = pos; in draw() local
231 border_box += m_padding; in draw()
232 border_box += m_borders; in draw()
235 bdr.radius = m_css_borders.radius.calc_percents(border_box.width, border_box.height); in draw()
237 get_document()->container()->draw_borders(hdc, bdr, border_box, have_parent() ? false : true); in draw()
/dports/mail/claws-mail-litehtml_viewer/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Del_image.cpp214 bg.border_box = pos; in draw()
215 bg.border_box += m_padding; in draw()
216 bg.border_box += m_borders; in draw()
220 … bg.border_radius = m_css_borders.radius.calc_percents(bg.border_box.width, bg.border_box.height); in draw()
230 position border_box = pos; in draw() local
231 border_box += m_padding; in draw()
232 border_box += m_borders; in draw()
235 bdr.radius = m_css_borders.radius.calc_percents(border_box.width, border_box.height); in draw()
237 get_document()->container()->draw_borders(hdc, bdr, border_box, have_parent() ? false : true); in draw()
/dports/mail/claws-mail-libravatar/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Del_image.cpp214 bg.border_box = pos; in draw()
215 bg.border_box += m_padding; in draw()
216 bg.border_box += m_borders; in draw()
220 … bg.border_radius = m_css_borders.radius.calc_percents(bg.border_box.width, bg.border_box.height); in draw()
230 position border_box = pos; in draw() local
231 border_box += m_padding; in draw()
232 border_box += m_borders; in draw()
235 bdr.radius = m_css_borders.radius.calc_percents(border_box.width, border_box.height); in draw()
237 get_document()->container()->draw_borders(hdc, bdr, border_box, have_parent() ? false : true); in draw()
/dports/mail/claws-mail-address_keeper/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Del_image.cpp214 bg.border_box = pos; in draw()
215 bg.border_box += m_padding; in draw()
216 bg.border_box += m_borders; in draw()
220 … bg.border_radius = m_css_borders.radius.calc_percents(bg.border_box.width, bg.border_box.height); in draw()
230 position border_box = pos; in draw() local
231 border_box += m_padding; in draw()
232 border_box += m_borders; in draw()
235 bdr.radius = m_css_borders.radius.calc_percents(border_box.width, border_box.height); in draw()
237 get_document()->container()->draw_borders(hdc, bdr, border_box, have_parent() ? false : true); in draw()
/dports/mail/claws-mail/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Del_image.cpp214 bg.border_box = pos; in draw()
215 bg.border_box += m_padding; in draw()
216 bg.border_box += m_borders; in draw()
220 … bg.border_radius = m_css_borders.radius.calc_percents(bg.border_box.width, bg.border_box.height); in draw()
230 position border_box = pos; in draw() local
231 border_box += m_padding; in draw()
232 border_box += m_borders; in draw()
235 bdr.radius = m_css_borders.radius.calc_percents(border_box.width, border_box.height); in draw()
237 get_document()->container()->draw_borders(hdc, bdr, border_box, have_parent() ? false : true); in draw()
/dports/mail/claws-mail-archive/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Del_image.cpp214 bg.border_box = pos; in draw()
215 bg.border_box += m_padding; in draw()
216 bg.border_box += m_borders; in draw()
220 … bg.border_radius = m_css_borders.radius.calc_percents(bg.border_box.width, bg.border_box.height); in draw()
230 position border_box = pos; in draw() local
231 border_box += m_padding; in draw()
232 border_box += m_borders; in draw()
235 bdr.radius = m_css_borders.radius.calc_percents(border_box.width, border_box.height); in draw()
237 get_document()->container()->draw_borders(hdc, bdr, border_box, have_parent() ? false : true); in draw()
/dports/mail/claws-mail-att_remover/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Del_image.cpp214 bg.border_box = pos; in draw()
215 bg.border_box += m_padding; in draw()
216 bg.border_box += m_borders; in draw()
220 … bg.border_radius = m_css_borders.radius.calc_percents(bg.border_box.width, bg.border_box.height); in draw()
230 position border_box = pos; in draw() local
231 border_box += m_padding; in draw()
232 border_box += m_borders; in draw()
235 bdr.radius = m_css_borders.radius.calc_percents(border_box.width, border_box.height); in draw()
237 get_document()->container()->draw_borders(hdc, bdr, border_box, have_parent() ? false : true); in draw()
/dports/mail/claws-mail-dillo/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Del_image.cpp214 bg.border_box = pos; in draw()
215 bg.border_box += m_padding; in draw()
216 bg.border_box += m_borders; in draw()
220 … bg.border_radius = m_css_borders.radius.calc_percents(bg.border_box.width, bg.border_box.height); in draw()
230 position border_box = pos; in draw() local
231 border_box += m_padding; in draw()
232 border_box += m_borders; in draw()
235 bdr.radius = m_css_borders.radius.calc_percents(border_box.width, border_box.height); in draw()
237 get_document()->container()->draw_borders(hdc, bdr, border_box, have_parent() ? false : true); in draw()
/dports/mail/claws-mail-gdata/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Del_image.cpp214 bg.border_box = pos; in draw()
215 bg.border_box += m_padding; in draw()
216 bg.border_box += m_borders; in draw()
220 … bg.border_radius = m_css_borders.radius.calc_percents(bg.border_box.width, bg.border_box.height); in draw()
230 position border_box = pos; in draw() local
231 border_box += m_padding; in draw()
232 border_box += m_borders; in draw()
235 bdr.radius = m_css_borders.radius.calc_percents(border_box.width, border_box.height); in draw()
237 get_document()->container()->draw_borders(hdc, bdr, border_box, have_parent() ? false : true); in draw()
/dports/mail/claws-mail-bogofilter/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Del_image.cpp214 bg.border_box = pos; in draw()
215 bg.border_box += m_padding; in draw()
216 bg.border_box += m_borders; in draw()
220 … bg.border_radius = m_css_borders.radius.calc_percents(bg.border_box.width, bg.border_box.height); in draw()
230 position border_box = pos; in draw() local
231 border_box += m_padding; in draw()
232 border_box += m_borders; in draw()
235 bdr.radius = m_css_borders.radius.calc_percents(border_box.width, border_box.height); in draw()
237 get_document()->container()->draw_borders(hdc, bdr, border_box, have_parent() ? false : true); in draw()
/dports/mail/claws-mail-clamd/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Del_image.cpp214 bg.border_box = pos; in draw()
215 bg.border_box += m_padding; in draw()
216 bg.border_box += m_borders; in draw()
220 … bg.border_radius = m_css_borders.radius.calc_percents(bg.border_box.width, bg.border_box.height); in draw()
230 position border_box = pos; in draw() local
231 border_box += m_padding; in draw()
232 border_box += m_borders; in draw()
235 bdr.radius = m_css_borders.radius.calc_percents(border_box.width, border_box.height); in draw()
237 get_document()->container()->draw_borders(hdc, bdr, border_box, have_parent() ? false : true); in draw()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/libs/qlitehtml/src/3rdparty/litehtml/src/
H A Del_image.cpp232 bg.border_box = pos; in draw()
233 bg.border_box += m_padding; in draw()
234 bg.border_box += m_borders; in draw()
238 … bg.border_radius = m_css_borders.radius.calc_percents(bg.border_box.width, bg.border_box.height); in draw()
248 position border_box = pos; in draw() local
249 border_box += m_padding; in draw()
250 border_box += m_borders; in draw()
253 bdr.radius = m_css_borders.radius.calc_percents(border_box.width, border_box.height); in draw()
255 get_document()->container()->draw_borders(hdc, bdr, border_box, have_parent() ? false : true); in draw()
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/plugins/litehtml_viewer/litehtml/
H A Del_image.cpp214 bg.border_box = pos; in draw()
215 bg.border_box += m_padding; in draw()
216 bg.border_box += m_borders; in draw()
220 … bg.border_radius = m_css_borders.radius.calc_percents(bg.border_box.width, bg.border_box.height); in draw()
230 position border_box = pos; in draw() local
231 border_box += m_padding; in draw()
232 border_box += m_borders; in draw()
235 bdr.radius = m_css_borders.radius.calc_percents(border_box.width, border_box.height); in draw()
237 get_document()->container()->draw_borders(hdc, bdr, border_box, have_parent() ? false : true); in draw()

12345678