Home
last modified time | relevance | path

Searched refs:computed_width (Results 1 – 21 of 21) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_layout.cc43 double computed_width; member
58 computed_width(0) { in DecorationInfo()
89 *entry_width -= decoration->computed_width; in LayoutPass1()
99 decoration->computed_width = std::min( in LayoutPass2()
102 *entry_width -= decoration->computed_width; in LayoutPass2()
116 if (decoration->computed_width + padding > *available_width) in LayoutPass3()
118 if (decoration->computed_width + padding > *available_width) { in LayoutPass3()
119 decoration->computed_width = 0; in LayoutPass3()
123 (*available_width) -= decoration->computed_width + padding; in LayoutPass3()
131 : (bounds->right() - padding - decoration->computed_width); in LayoutPass3()
[all …]
/dports/www/py-lektor/Lektor-3.2.2/lektor/
H A Dimagetools.py475 computed_width, computed_height = width, height
489 computed_width = _round(height * source_ratio)
493 return computed_width, computed_height
622 computed_width, computed_height = compute_dimensions(
626 computed_width, computed_height = width, height
641 return Thumbnail(dst_url_path, computed_width, computed_height)
/dports/misc/vxl/vxl-3.3.2/core/vil/file_formats/
H A Dvil_nitf2_field_sequence.cxx155 bool computed_width = (*(field_def->width_functor))(this, indexes, variable_width); in read() local
156 if (!computed_width) in read()
348 bool computed_width = (*(field_def->width_functor))(this, indexes, variable_width); in write() local
349 if (!computed_width) in write()
/dports/print/freetype/freetype-1.3.1/pascal/test/
H A Dlint.pas243 (precalc_width <> computed_width) then
246 Write( ', engine = ',computed_width );
/dports/devel/tabulate/tabulate-1.4/include/tabulate/
H A Dtable_internal.hpp163 size_t computed_width = column.get_computed_width(); in compute_cell_dimensions() local
167 column_widths.push_back(computed_width); in compute_cell_dimensions()
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/freetype/
H A Dttgload.pas1243 glyph^.computed_width := glyph^.metrics.horiAdvance;
1337 glyph^.computed_width := (glyph^.computed_width+32) and -64;
H A Dlazfreetype.pas1045 dst^.computed_width := src^.computed_width;
H A Dttobjs.pas672 computed_width : Int;
/dports/editors/lazarus/lazarus/components/lazutils/
H A Dttgload.pas1243 glyph^.computed_width := glyph^.metrics.horiAdvance;
1337 glyph^.computed_width := (glyph^.computed_width+32) and -64;
H A Dttobjs.pas671 computed_width : Int;
/dports/print/freetype/freetype-1.3.1/pascal/lib/
H A Dttgload.pas1254 glyph^.computed_width := glyph^.metrics.horiAdvance;
1346 glyph^.computed_width := (glyph^.computed_width+32) and -64;
H A Dttobjs.pas675 computed_width : Int;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/freetype/
H A Dttgload.pas1243 glyph^.computed_width := glyph^.metrics.horiAdvance;
1337 glyph^.computed_width := (glyph^.computed_width+32) and -64;
H A Dlazfreetype.pas1045 dst^.computed_width := src^.computed_width;
H A Dttobjs.pas672 computed_width : Int;
/dports/editors/lazarus-qt5/lazarus/components/lazutils/
H A Dttgload.pas1243 glyph^.computed_width := glyph^.metrics.horiAdvance;
1337 glyph^.computed_width := (glyph^.computed_width+32) and -64;
H A Dttobjs.pas671 computed_width : Int;
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Typeset/Table/
H A Dtable.cpp506 SI computed_width= width; in position_columns() local
507 if (hmode == "min") computed_width= min (width, max_width); in position_columns()
508 if (hmode == "max") computed_width= max (width, min_width); in position_columns()
509 hextra= max (computed_width - min_width, 0); in position_columns()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/layout/display_list/
H A Dbuilder.rs1790 let computed_width = canvas_fragment_info.dom_width.to_px(); in build_fragment_type_specific_display_items() localVariable
1812 width: computed_width as u32, in build_fragment_type_specific_display_items()
/dports/www/drupal7/drupal-7.82/modules/image/
H A Dimage.test1566 …'], format_string('Computed width (@computed_width) equals expected width (@expected_width)', arra…
/dports/devel/tabulate/tabulate-1.4/single_include/tabulate/
H A Dtabulate.hpp6645 size_t computed_width = column.get_computed_width(); in compute_cell_dimensions() local
6649 column_widths.push_back(computed_width); in compute_cell_dimensions()