Home
last modified time | relevance | path

Searched refs:logical_height (Results 1 – 25 of 131) sorted by relevance

123456

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/
H A Dlayout_block_flow.h124 LayoutUnit logical_height = LayoutUnit()) const {
132 LayoutUnit logical_height = LayoutUnit()) const {
139 LayoutUnit logical_height = LayoutUnit()) const {
146 LayoutUnit logical_height = LayoutUnit()) const {
155 LayoutUnit logical_height = LayoutUnit()) const {
162 LayoutUnit logical_height = LayoutUnit()) const {
168 LayoutUnit logical_height = LayoutUnit()) const {
288 floating_object.SetHeight(logical_height); in SetLogicalHeightForFloat()
290 floating_object.SetWidth(logical_height); in SetLogicalHeightForFloat()
598 LayoutUnit logical_height) const;
[all …]
H A Dlayout_table_section.cc65 (logical_height.IsPercent() && in UpdateLogicalHeightForCell()
70 if (logical_height.IsAuto() || in UpdateLogicalHeightForCell()
71 (logical_height.IsFixed() && in UpdateLogicalHeightForCell()
1129 if (grid_[r].logical_height.IsAuto()) in DistributeExtraLogicalHeightToRows()
1950 int logical_height = 0; in LogicalHeightForRow() local
1957 logical_height = in LogicalHeightForRow()
1972 logical_height = std::max(logical_height, min_logical_height); in LogicalHeightForRow()
1982 logical_height = std::max(logical_height, specified_logical_height.Round()); in LogicalHeightForRow()
1984 return logical_height; in LogicalHeightForRow()
2074 if (logical_height > page_height) in GroupShouldRepeat()
[all …]
H A Dlayout_text_control.cc80 LayoutUnit logical_height, in ComputeLogicalHeight() argument
88 logical_height = ComputeControlLogicalHeight( in ComputeLogicalHeight()
99 logical_height += ScrollbarThickness(); in ComputeLogicalHeight()
103 SetIntrinsicContentLogicalHeight(logical_height); in ComputeLogicalHeight()
105 logical_height += BorderAndPaddingHeight(); in ComputeLogicalHeight()
108 LayoutBox::ComputeLogicalHeight(logical_height, logical_top, computed_values); in ComputeLogicalHeight()
H A Dfloating_objects.cc298 LayoutUnit logical_height) { in FindNextFloatLogicalBottomBelow() argument
299 FindNextFloatLogicalBottomAdapter adapter(*layout_object_, logical_height); in FindNextFloatLogicalBottomBelow()
306 LayoutUnit logical_height) { in FindNextFloatLogicalBottomBelowForBlock() argument
307 FindNextFloatLogicalBottomAdapter adapter(*layout_object_, logical_height); in FindNextFloatLogicalBottomBelowForBlock()
619 LayoutUnit logical_height) { in LogicalLeftOffset() argument
621 layout_object_, logical_top, logical_top + logical_height, fixed_offset); in LogicalLeftOffset()
629 LayoutUnit logical_height) { in LogicalRightOffset() argument
631 layout_object_, logical_top, logical_top + logical_height, fixed_offset); in LogicalRightOffset()
640 LayoutUnit logical_height) { in LogicalLeftOffsetForAvoidingFloats() argument
642 layout_object_, logical_top, logical_top + logical_height, fixed_offset); in LogicalLeftOffsetForAvoidingFloats()
[all …]
H A Dfloating_objects.h249 LayoutUnit logical_height);
252 LayoutUnit logical_height);
264 LayoutUnit logical_height);
267 LayoutUnit logical_height);
269 LayoutUnit FindNextFloatLogicalBottomBelow(LayoutUnit logical_height);
270 LayoutUnit FindNextFloatLogicalBottomBelowForBlock(LayoutUnit logical_height);
H A Dcolumn_balancer.cc77 LayoutUnit logical_height = child_box.LogicalHeightWithVisibleOverflow(); in TraverseChildren() local
85 logical_height = in TraverseChildren()
86 std::max(logical_height, child_box.LogicalHeight() + margin_after); in TraverseChildren()
88 logical_height += margin_before; in TraverseChildren()
95 if (flow_thread_offset_ + logical_top + logical_height <= in TraverseChildren()
120 ExamineBoxAfterEntering(child_box, logical_height, in TraverseChildren()
136 ExamineBoxBeforeLeaving(child_box, logical_height); in TraverseChildren()
H A Dlayout_slider_container.cc55 LayoutUnit logical_height, in ComputeLogicalHeight() argument
84 SetIntrinsicContentLogicalHeight(logical_height); in ComputeLogicalHeight()
86 LayoutBox::ComputeLogicalHeight(logical_height, logical_top, computed_values); in ComputeLogicalHeight()
H A Dlayout_box.cc994 logical_height = std::min(logical_height, max_h); in ConstrainLogicalHeightByMinMax()
1017 logical_height = std::min(logical_height, in ConstrainContentBoxLogicalHeightByMinMax()
1024 logical_height = std::min(logical_height, max_height); in ConstrainContentBoxLogicalHeightByMinMax()
1032 logical_height = in ConstrainContentBoxLogicalHeightByMinMax()
1037 logical_height, in ConstrainContentBoxLogicalHeightByMinMax()
1042 return logical_height; in ConstrainContentBoxLogicalHeightByMinMax()
1661 logical_height; in SetOverrideContainingBlockContentLogicalHeight()
3833 logical_height = AdjustBorderBoxLogicalHeightForBoxSizing(logical_height); in ComputeLogicalHeightUsing()
3837 return logical_height; in ComputeLogicalHeightUsing()
4171 if (logical_height.IsMinContent() || logical_height.IsMaxContent() || in LogicalHeightComputesAsNone()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/
H A Dlayout_block_flow.h125 LayoutUnit logical_height = LayoutUnit()) const {
134 LayoutUnit logical_height = LayoutUnit()) const {
142 LayoutUnit logical_height = LayoutUnit()) const {
150 LayoutUnit logical_height = LayoutUnit()) const {
160 LayoutUnit logical_height = LayoutUnit()) const {
168 LayoutUnit logical_height = LayoutUnit()) const {
175 LayoutUnit logical_height = LayoutUnit()) const {
323 floating_object.SetHeight(logical_height); in SetLogicalHeightForFloat()
325 floating_object.SetWidth(logical_height); in SetLogicalHeightForFloat()
661 LayoutUnit logical_height) const;
[all …]
H A Dlayout_table_section.cc66 (logical_height.IsPercent() && in UpdateLogicalHeightForCell()
71 if (logical_height.IsAuto() || in UpdateLogicalHeightForCell()
72 (logical_height.IsFixed() && in UpdateLogicalHeightForCell()
1166 if (grid_[r].logical_height.IsAuto()) in DistributeExtraLogicalHeightToRows()
2006 int logical_height = 0; in LogicalHeightForRow() local
2013 logical_height = in LogicalHeightForRow()
2028 logical_height = std::max(logical_height, min_logical_height); in LogicalHeightForRow()
2038 logical_height = std::max(logical_height, specified_logical_height.Round()); in LogicalHeightForRow()
2040 return logical_height; in LogicalHeightForRow()
2133 if (logical_height > page_height) in GroupShouldRepeat()
[all …]
H A Dfloating_objects.cc298 LayoutUnit logical_height) { in FindNextFloatLogicalBottomBelow() argument
299 FindNextFloatLogicalBottomAdapter adapter(*layout_object_, logical_height); in FindNextFloatLogicalBottomBelow()
306 LayoutUnit logical_height) { in FindNextFloatLogicalBottomBelowForBlock() argument
307 FindNextFloatLogicalBottomAdapter adapter(*layout_object_, logical_height); in FindNextFloatLogicalBottomBelowForBlock()
619 LayoutUnit logical_height) { in LogicalLeftOffset() argument
621 layout_object_, logical_top, logical_top + logical_height, fixed_offset); in LogicalLeftOffset()
629 LayoutUnit logical_height) { in LogicalRightOffset() argument
631 layout_object_, logical_top, logical_top + logical_height, fixed_offset); in LogicalRightOffset()
640 LayoutUnit logical_height) { in LogicalLeftOffsetForAvoidingFloats() argument
642 layout_object_, logical_top, logical_top + logical_height, fixed_offset); in LogicalLeftOffsetForAvoidingFloats()
[all …]
H A Dfloating_objects.h249 LayoutUnit logical_height);
252 LayoutUnit logical_height);
264 LayoutUnit logical_height);
267 LayoutUnit logical_height);
269 LayoutUnit FindNextFloatLogicalBottomBelow(LayoutUnit logical_height);
270 LayoutUnit FindNextFloatLogicalBottomBelowForBlock(LayoutUnit logical_height);
H A Dcolumn_balancer.cc77 LayoutUnit logical_height = child_box.LogicalHeightWithVisibleOverflow(); in TraverseChildren() local
85 logical_height = in TraverseChildren()
86 std::max(logical_height, child_box.LogicalHeight() + margin_after); in TraverseChildren()
88 logical_height += margin_before; in TraverseChildren()
95 if (flow_thread_offset_ + logical_top + logical_height <= in TraverseChildren()
120 ExamineBoxAfterEntering(child_box, logical_height, in TraverseChildren()
137 ExamineBoxBeforeLeaving(child_box, logical_height); in TraverseChildren()
H A Dlayout_box.cc1312 logical_height = std::min(logical_height, max_h); in ConstrainLogicalHeightByMinMax()
1343 logical_height = std::min(logical_height, in ConstrainContentBoxLogicalHeightByMinMax()
1350 logical_height = std::min(logical_height, max_height); in ConstrainContentBoxLogicalHeightByMinMax()
1358 logical_height = in ConstrainContentBoxLogicalHeightByMinMax()
1363 logical_height, in ConstrainContentBoxLogicalHeightByMinMax()
1368 return logical_height; in ConstrainContentBoxLogicalHeightByMinMax()
2204 logical_height; in SetOverrideContainingBlockContentLogicalHeight()
4749 return logical_height; in ComputeLogicalHeightUsing()
5126 if (logical_height.IsMinContent() || logical_height.IsMaxContent() || in LogicalHeightComputesAsNone()
5127 logical_height.IsMinIntrinsic() || logical_height.IsFitContent()) in LogicalHeightComputesAsNone()
[all …]
/dports/graphics/seejpeg/seejpeg-1.10/
H A Ddisplay.c170 static int logical_width, logical_height; variable
367 logical_height = MIN(vgainfo->maxpixels in select_best_colour_mode()
478 int logical_height) in clear_screen() argument
490 logical_height = MAX(logical_height, mode_height); in clear_screen()
636 logical_height = MIN(vgainfo->maxpixels in display_init()
664 printf("%4dx%4d\n", logical_width, logical_height); in display_init()
750 if (start_row < logical_height) in display_rows()
752 if (logical_height < start_row + num_rows) in display_rows()
754 height = logical_height - start_row; in display_rows()
767 if (opt_centre && logical_height < mode_height) in display_rows()
[all …]
/dports/games/julius/julius-1.7.0/src/platform/
H A Dscreen.c201 int logical_height = scale_pixels_to_logical(pixel_height); in platform_screen_resize() local
210 SDL_RenderSetLogicalSize(SDL.renderer, logical_width, logical_height); in platform_screen_resize()
212 setting_set_display(setting_fullscreen(), logical_width, logical_height); in platform_screen_resize()
215 logical_width, logical_height); in platform_screen_resize()
218 SDL_Log("Texture created: %d x %d", logical_width, logical_height); in platform_screen_resize()
219 screen_set_resolution(logical_width, logical_height); in platform_screen_resize()
278 int logical_width, logical_height; in platform_screen_set_windowed() local
279 setting_window(&logical_width, &logical_height); in platform_screen_set_windowed()
281 int pixel_height = scale_logical_to_pixels(logical_height); in platform_screen_set_windowed()
295 void platform_screen_set_window_size(int logical_width, int logical_height) in platform_screen_set_window_size() argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/api/
H A Dline_layout_block_flow.h140 LayoutUnit NextFloatLogicalBottomBelow(LayoutUnit logical_height) const { in NextFloatLogicalBottomBelow() argument
141 return ToBlockFlow()->NextFloatLogicalBottomBelow(logical_height); in NextFloatLogicalBottomBelow()
175 LayoutUnit logical_height = LayoutUnit()) const {
177 logical_height);
183 LayoutUnit logical_height = LayoutUnit()) const {
185 logical_height);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/api/
H A Dline_layout_block_flow.h140 LayoutUnit NextFloatLogicalBottomBelow(LayoutUnit logical_height) const { in NextFloatLogicalBottomBelow() argument
141 return ToBlockFlow()->NextFloatLogicalBottomBelow(logical_height); in NextFloatLogicalBottomBelow()
175 LayoutUnit logical_height = LayoutUnit()) const {
177 logical_height);
183 LayoutUnit logical_height = LayoutUnit()) const {
185 logical_height);
/dports/games/augustus/augustus-3.1.0/src/platform/
H A Dscreen.c304 int logical_height = scale_pixels_to_logical(pixel_height); in platform_screen_resize() local
307 setting_set_display(setting_fullscreen(), logical_width, logical_height); in platform_screen_resize()
310 SDL_RenderSetLogicalSize(SDL.renderer, logical_width, logical_height); in platform_screen_resize()
312 if (create_textures(logical_width, logical_height)) { in platform_screen_resize()
313 screen_set_resolution(logical_width, logical_height); in platform_screen_resize()
371 int logical_width, logical_height; in platform_screen_set_windowed() local
372 setting_window(&logical_width, &logical_height); in platform_screen_set_windowed()
374 int pixel_height = scale_logical_to_pixels(logical_height); in platform_screen_set_windowed()
388 void platform_screen_set_window_size(int logical_width, int logical_height) in platform_screen_set_window_size() argument
394 int pixel_height = scale_logical_to_pixels(logical_height); in platform_screen_set_window_size()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/layout/shapes/
H A Dbox_shape.cc53 LayoutUnit logical_height) const { in GetExcludedInterval()
56 !LineOverlapsShapeMarginBounds(logical_top, logical_height)) in GetExcludedInterval()
60 float y2 = (logical_top + logical_height).ToFloat(); in GetExcludedInterval()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/shapes/
H A Dbox_shape.cc53 LayoutUnit logical_height) const { in GetExcludedInterval()
56 !LineOverlapsShapeMarginBounds(logical_top, logical_height)) in GetExcludedInterval()
60 float y2 = (logical_top + logical_height).ToFloat(); in GetExcludedInterval()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/html/forms/
H A Dtext_control_inner_elements.cc166 const Length& logical_height = start_style.LogicalHeight(); in CreateInnerEditorStyle() local
173 if (logical_height.IsPercentOrCalc() || in CreateInnerEditorStyle()
174 (logical_height.IsFixed() && in CreateInnerEditorStyle()
175 logical_height.GetFloatValue() > computed_line_height)) { in CreateInnerEditorStyle()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/html/forms/
H A Dtext_control_inner_elements.cc182 const Length& logical_height = start_style.LogicalHeight(); in CreateInnerEditorStyle() local
189 if (logical_height.IsPercentOrCalc() || in CreateInnerEditorStyle()
190 (logical_height.IsFixed() && in CreateInnerEditorStyle()
191 logical_height.GetFloatValue() > computed_line_height)) { in CreateInnerEditorStyle()
/dports/x11/cinnamon-screensaver/cinnamon-screensaver-4.8.1/src/
H A DpasswordEntry.py82 logical_height = pixbuf.get_height() / ui_scale
85 render_y = (y + (height / 2) - (logical_height / 2))
100 render_y + (logical_height / 2),
102 logical_height / 2,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/layout/svg/
H A Dlayout_svg_foreign_object.cc68 float logical_height = in ComputeLogicalHeight() local
70 logical_height *= style.EffectiveZoom(); in ComputeLogicalHeight()
71 computed_values.extent_ = LayoutUnit(logical_height); in ComputeLogicalHeight()

123456