Home
last modified time | relevance | path

Searched refs:rounded_width (Results 1 – 12 of 12) sorted by relevance

/dports/textproc/lasem/lasem-0.5.1/src/
H A Dlsmmathmlview.c784 double rounded_width = line_width; in _emit_stroke_attributes() local
811 cairo_user_to_device_distance (cairo, &dummy, &rounded_width); in _emit_stroke_attributes()
813 if (rounded_width < 1.0) { in _emit_stroke_attributes()
814 alpha *= rounded_width; in _emit_stroke_attributes()
815 rounded_width = 1.0; in _emit_stroke_attributes()
818 rounded_width = floor (rounded_width + 0.5); in _emit_stroke_attributes()
820 if (((int) rounded_width) % 2 == 0) in _emit_stroke_attributes()
825 cairo_device_to_user_distance (cairo, &dummy, &rounded_width); in _emit_stroke_attributes()
827 cairo_set_line_width (cairo, rounded_width); in _emit_stroke_attributes()
/dports/emulators/mess/mame-mame0226/src/devices/video/
H A Dhp1ll3.cpp1216 unsigned rounded_width = m_conf[CONF_WPL] * WS; in command() local
1219 bitblt(m_org, rounded_width, 0xffff, Point{ m_window.org_x, m_window.org_y }, in command()
1220 Rectangle{{ 0, 0 }, { uint16_t(rounded_width), 0xffff }}, dst_rect, m_rr); in command()
1247 unsigned rounded_width = m_conf[CONF_WPL] * WS; in command() local
1248 bitblt(m_org, rounded_width, m_vert_pix_total, src_p, get_window(), dst_rect, m_rr); in command()
1265 unsigned rounded_width = m_conf[CONF_WPL] * WS; in command() local
1266 bitblt(m_org, rounded_width, m_vert_pix_total, src_p, get_window(), dst_rect, m_rr); in command()
/dports/emulators/mame/mame-mame0226/src/devices/video/
H A Dhp1ll3.cpp1216 unsigned rounded_width = m_conf[CONF_WPL] * WS; in command() local
1219 bitblt(m_org, rounded_width, 0xffff, Point{ m_window.org_x, m_window.org_y }, in command()
1220 Rectangle{{ 0, 0 }, { uint16_t(rounded_width), 0xffff }}, dst_rect, m_rr); in command()
1247 unsigned rounded_width = m_conf[CONF_WPL] * WS; in command() local
1248 bitblt(m_org, rounded_width, m_vert_pix_total, src_p, get_window(), dst_rect, m_rr); in command()
1265 unsigned rounded_width = m_conf[CONF_WPL] * WS; in command() local
1266 bitblt(m_org, rounded_width, m_vert_pix_total, src_p, get_window(), dst_rect, m_rr); in command()
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dwidget.c268 Dimension rounded_width; in update_wm_hints() local
281 &rounded_width, &rounded_height); in update_wm_hints()
285 + (rounded_width - (char_width * cw))); in update_wm_hints()
/dports/editors/emacs/emacs-27.2/src/
H A Dwidget.c289 Dimension rounded_width; in update_wm_hints() local
302 &rounded_width, &rounded_height); in update_wm_hints()
306 + (rounded_width - (char_width * cw))); in update_wm_hints()
/dports/graphics/libheif/libheif-1.10.0/libheif/
H A Dheif_encoder_rav1e.cc496 uint32_t rounded_width, rounded_height; in rav1e_encode_image() local
500 &rounded_width, in rav1e_encode_image()
503 bool success = image->image->extend_to_size(rounded_width, rounded_height); in rav1e_encode_image()
H A Dheif_encoder_aom.cc556 uint32_t rounded_width, rounded_height; in aom_encode_image() local
560 &rounded_width, in aom_encode_image()
563 bool success = image->image->extend_to_size(rounded_width, rounded_height); in aom_encode_image()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dbackground_image_geometry.cc911 LayoutUnit rounded_width = snapped_positioning_area_size.Width() / nr_tiles; in Calculate() local
916 tile_size_.SetHeight(tile_size_.Height() * rounded_width / in Calculate()
919 tile_size_.SetWidth(rounded_width); in Calculate()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dbackground_image_geometry.cc906 LayoutUnit rounded_width = snapped_positioning_area_size.width / nr_tiles; in Calculate() local
911 tile_size_.height = tile_size_.height * rounded_width / tile_size_.width; in Calculate()
913 tile_size_.width = rounded_width; in Calculate()
/dports/multimedia/musikcube/musikcube-0.96.7/src/3rdparty/win32_src/pdcurses/wingui/
H A Dpdcscrn.c1312 int rounded_width, rounded_height; in HandleSizing() local
1325 rounded_width = hadd + n_cols * PDC_cxChar; in HandleSizing()
1336 rect->right = rect->left + rounded_width; in HandleSizing()
1339 rect->left = rect->right - rounded_width; in HandleSizing()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pdcurses-sys-0.7.0/src/PDCurses/win32a/
H A Dpdcscrn.c1483 int rounded_width, rounded_height; in HandleSizing() local
1496 rounded_width = hadd + n_cols * PDC_cxChar; in HandleSizing()
1507 rect->right = rect->left + rounded_width; in HandleSizing()
1510 rect->left = rect->right - rounded_width; in HandleSizing()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pdcurses-sys-0.7.1/src/PDCurses/win32a/
H A Dpdcscrn.c1483 int rounded_width, rounded_height; in HandleSizing() local
1496 rounded_width = hadd + n_cols * PDC_cxChar; in HandleSizing()
1507 rect->right = rect->left + rounded_width; in HandleSizing()
1510 rect->left = rect->right - rounded_width; in HandleSizing()