Home
last modified time | relevance | path

Searched refs:run_width (Results 1 – 25 of 34) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_text_combine.cc191 float run_width = compressed_font.Width(run); in UpdateFontStyleForCombinedText() local
192 if (run_width <= em_width) { in UpdateFontStyleForCombinedText()
193 combined_text_width_ = run_width; in UpdateFontStyleForCombinedText()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_text_combine.cc198 float run_width = compressed_font.Width(run); in UpdateFontStyleForCombinedText() local
199 if (run_width <= em_width) { in UpdateFontStyleForCombinedText()
200 combined_text_width_ = run_width; in UpdateFontStyleForCombinedText()
/dports/devel/py-urwid/urwid-2.1.2/urwid/
H A Dhtml_fragment.py113 run_width = util.calc_width(run, 0,
115 if col+run_width > cx:
120 col += run_width
H A Dweb_display.py809 run_width = util.calc_width(run, 0,
811 if col+run_width > cx:
816 col += run_width
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/canvas/
H A Dtext_metrics.cc97 float run_width = font.Width(text_run, nullptr, &run_glyph_bounds); in Update() local
102 xpos += run_width; in Update()
/dports/graphics/tgif/tgif-QPL-4.2.5/xbm/
H A Drun.xbm4 #define run_width 16
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/uapi/sound/
H A Dsb16_csp.h94 unsigned short run_width; /* current sample width */ member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-linux-any/sound/
H A Dsb16_csp.h94 unsigned short run_width; /* current sample width */ member
/dports/multimedia/libv4l/linux-5.13-rc2/include/uapi/sound/
H A Dsb16_csp.h94 unsigned short run_width; /* current sample width */ member
/dports/audio/alsa-lib/alsa-lib-1.2.2/include/sound/uapi/
H A Dsb16_csp.h94 unsigned short run_width; /* current sample width */ member
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-linux-any/sound/
H A Dsb16_csp.h94 unsigned short run_width; /* current sample width */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/uapi/sound/
H A Dsb16_csp.h94 unsigned short run_width; /* current sample width */ member
/dports/multimedia/libv4l/linux-5.13-rc2/include/sound/
H A Dsb16_csp.h55 int run_width; /* current sample width */ member
/dports/multimedia/v4l_compat/linux-5.13-rc2/include/sound/
H A Dsb16_csp.h55 int run_width; /* current sample width */ member
/dports/multimedia/v4l-utils/linux-5.13-rc2/include/sound/
H A Dsb16_csp.h55 int run_width; /* current sample width */ member
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/pdf/renderer/
H A Dpdf_accessibility_tree.cc118 float run_width = fabsf(run_bounds.size.width); in AddRun() local
119 accumulated_width_ += run_width; in AddRun()
120 accumulated_weight_top_ += run_bounds.point.y * run_width; in AddRun()
122 (run_bounds.point.y + run_bounds.size.height) * run_width; in AddRun()
126 float run_width = fabsf(run_bounds.size.width); in RemoveRun() local
127 accumulated_width_ -= run_width; in RemoveRun()
128 accumulated_weight_top_ -= run_bounds.point.y * run_width; in RemoveRun()
130 (run_bounds.point.y + run_bounds.size.height) * run_width; in RemoveRun()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/child/
H A Dbrowser_font_resource_trusted.cc371 int run_width = font_->CalculateWidth(run); in CharacterOffsetForPixel() local
372 if (pixel_position < cur_pixel_offset + run_width) { in CharacterOffsetForPixel()
378 cur_pixel_offset += run_width; in CharacterOffsetForPixel()
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/child/
H A Dbrowser_font_resource_trusted.cc370 int run_width = font_->CalculateWidth(run); in CharacterOffsetForPixel() local
371 if (pixel_position < cur_pixel_offset + run_width) { in CharacterOffsetForPixel()
377 cur_pixel_offset += run_width; in CharacterOffsetForPixel()
/dports/comms/acfax/acfax/bitmaps/
H A Drun.bit1 #define run_width 24
/dports/x11-toolkits/pango/pango-1.48.11/pango/
H A Dpango-layout-private.h118 int run_width; member
/dports/graphics/nanort/nanort-b1feea8/examples/par_msquare/
H A Dpar_msquares.h689 int run_width = col - start_run; in par_msquares_from_function() local
690 neliminated_triangles += run_width * 4 - 2; in par_msquares_from_function()
695 int run_width = ncols - start_run; in par_msquares_from_function() local
696 neliminated_triangles += run_width * 4 - 2; in par_msquares_from_function()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/pdf/renderer/
H A Dpdf_accessibility_tree.cc119 float run_width = fabsf(run_bounds.size.width); in AddRun() local
120 accumulated_width_ += run_width; in AddRun()
121 accumulated_weight_top_ += run_bounds.point.y * run_width; in AddRun()
123 (run_bounds.point.y + run_bounds.size.height) * run_width; in AddRun()
127 float run_width = fabsf(run_bounds.size.width); in RemoveRun() local
128 accumulated_width_ -= run_width; in RemoveRun()
129 accumulated_weight_top_ -= run_bounds.point.y * run_width; in RemoveRun()
131 (run_bounds.point.y + run_bounds.size.height) * run_width; in RemoveRun()
/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmltextslave.c804 gint run_width; in draw_text() local
843 run_width = 0; in draw_text()
852 …cur_width = html_painter_draw_glyphs (p, obj->x + tx + html_painter_pango_to_engine (p, run_width), in draw_text()
863 obj->x + tx + html_painter_pango_to_engine (p, run_width + start_x), in draw_text()
870 html_painter_draw_glyphs (p, obj->x + tx + html_painter_pango_to_engine (p, run_width), in draw_text()
903 …html_painter_draw_spell_error (p, obj->x + tx + html_painter_pango_to_engine (p, run_width + start… in draw_text()
911 run_width += cur_width; in draw_text()
/dports/multimedia/v4l_compat/linux-5.13-rc2/sound/isa/sb/
H A Dsb16_csp.c206 info.run_width = p->run_width; in snd_sb_csp_ioctl()
836 p->run_width = sample_width; in snd_sb_csp_start()
1165 ((p->run_width & SNDRV_SB_CSP_SAMPLE_16BIT) ? 16 : 8), in info_read()
/dports/multimedia/libv4l/linux-5.13-rc2/sound/isa/sb/
H A Dsb16_csp.c206 info.run_width = p->run_width; in snd_sb_csp_ioctl()
836 p->run_width = sample_width; in snd_sb_csp_start()
1165 ((p->run_width & SNDRV_SB_CSP_SAMPLE_16BIT) ? 16 : 8), in info_read()

12