Home
last modified time | relevance | path

Searched refs:visible_height (Results 1 – 25 of 255) sorted by relevance

1234567891011

/dports/www/netsurf/netsurf-3.10/content/handlers/html/
H A Dbox_manipulate.c259 int visible_width, visible_height; in box_handle_scrollbars() local
282 visible_height = box->height + box->padding[TOP] + box->padding[BOTTOM]; in box_handle_scrollbars()
289 visible_height) ? in box_handle_scrollbars()
291 visible_height; in box_handle_scrollbars()
302 visible_height, in box_handle_scrollbars()
304 visible_height, in box_handle_scrollbars()
313 visible_height, in box_handle_scrollbars()
314 visible_height, in box_handle_scrollbars()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/paint/
H A Dfirst_meaningful_paint_detector.cc53 int visible_height) { in MarkNextPaintAsMeaningfulIfNeeded() argument
60 if (visible_height == 0) in MarkNextPaintAsMeaningfulIfNeeded()
64 std::max(1.0, contents_height_before_layout / visible_height); in MarkNextPaintAsMeaningfulIfNeeded()
66 std::max(1.0, contents_height_after_layout / visible_height); in MarkNextPaintAsMeaningfulIfNeeded()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/paint/
H A Dfirst_meaningful_paint_detector.cc53 int visible_height) { in MarkNextPaintAsMeaningfulIfNeeded() argument
60 if (visible_height == 0) in MarkNextPaintAsMeaningfulIfNeeded()
64 std::max(1.0, contents_height_before_layout / visible_height); in MarkNextPaintAsMeaningfulIfNeeded()
66 std::max(1.0, contents_height_after_layout / visible_height); in MarkNextPaintAsMeaningfulIfNeeded()
/dports/multimedia/vlc/vlc-3.0.16/src/video_output/
H A Dvideo_epg.c417 int visible_height) in vout_BuildOSDEpg() argument
422 const int i_padding = visible_height * (OSDEPG_HEIGHT * OSDEPG_PADDING); in vout_BuildOSDEpg()
425 y + visible_height * OSDEPG_TOP, in vout_BuildOSDEpg()
427 visible_height * OSDEPG_HEIGHT, in vout_BuildOSDEpg()
442 y + visible_height * OSDEPG_TOP + i_padding, in vout_BuildOSDEpg()
444 visible_height * OSDEPG_HEIGHT - 2 * i_padding, in vout_BuildOSDEpg()
446 visible_height * (1.0 - OSDEPG_TOP - OSDEPG_HEIGHT) + i_padding, in vout_BuildOSDEpg()
473 int logo_padding = visible_height * (OSDEPG_LOGO_SIZE * OSDEPG_PADDING); in vout_BuildOSDEpg()
/dports/devel/py-prompt-toolkit/prompt_toolkit-3.0.23/prompt_toolkit/layout/
H A Dscrollable_pane.py358 visible_height: int,
376 max_scroll = virtual_height - visible_height
383 cursor_position.y - visible_height + 1 + offsets.bottom
393 if visible_win_write_pos.height <= visible_height:
397 - visible_height
407 - visible_height
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webcodecs/
H A Dvideo_frame_test.cc47 EXPECT_EQ(200u, blink_frame->visible_height()); in TEST_F()
56 EXPECT_EQ(0u, blink_frame->visible_height()); in TEST_F()
/dports/multimedia/libgav1/libgav1-0.17.0/src/dsp/x86/
H A Dintrapred_cfl_sse4.cc1033 int y = visible_height; in CflSubsampler444_4xH_SSE4_1()
1043 y = visible_height; in CflSubsampler444_4xH_SSE4_1()
1061 y = visible_height; in CflSubsampler444_4xH_SSE4_1()
1071 y = visible_height; in CflSubsampler444_4xH_SSE4_1()
1115 int y = visible_height; in CflSubsampler444_8xH_SSE4_1()
1124 y = visible_height; in CflSubsampler444_8xH_SSE4_1()
1141 y = visible_height; in CflSubsampler444_8xH_SSE4_1()
1151 y = visible_height; in CflSubsampler444_8xH_SSE4_1()
1224 y = visible_height; in CflSubsampler444_WxH_SSE4_1()
1250 y = visible_height; in CflSubsampler444_WxH_SSE4_1()
[all …]
/dports/games/devilutionX/devilutionX-1.2.1/SourceX/controls/
H A Dtouch.cpp9 static int visible_height; variable
88 visible_height = current.h; in init_touch()
91 y_borderwidth = (current.h - visible_height) / 2; in init_touch()
149 y = event->tfinger.y * visible_height + y_borderwidth; in preprocess_finger_down()
270 y = event->tfinger.y * visible_height + y_borderwidth; in preprocess_finger_up()
316 y = event->tfinger.y * visible_height + y_borderwidth; in preprocess_finger_motion()
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/qvidcap/
H A Dv4l-stream.c175 struct codec_ctx *fwht_alloc(unsigned pixfmt, unsigned visible_width, unsigned visible_height, in fwht_alloc() argument
196 ctx->state.visible_height = visible_height; in fwht_alloc()
281 for (i = 0; i < state->visible_height / h_div; i++) { in copy_cap_to_ref()
H A Dcodec-v4l2-fwht.c244 state->visible_height, in v4l2_fwht_encode()
256 p_hdr->height = htonl(state->visible_height); in v4l2_fwht_encode()
314 ntohl(state->header.height) != state->visible_height) in v4l2_fwht_decode()
362 state->visible_width, state->visible_height, in v4l2_fwht_decode()
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/common/
H A Dv4l-stream.c175 struct codec_ctx *fwht_alloc(unsigned pixfmt, unsigned visible_width, unsigned visible_height, in fwht_alloc() argument
196 ctx->state.visible_height = visible_height; in fwht_alloc()
281 for (i = 0; i < state->visible_height / h_div; i++) { in copy_cap_to_ref()
H A Dcodec-v4l2-fwht.c244 state->visible_height, in v4l2_fwht_encode()
256 p_hdr->height = htonl(state->visible_height); in v4l2_fwht_encode()
314 ntohl(state->header.height) != state->visible_height) in v4l2_fwht_decode()
362 state->visible_width, state->visible_height, in v4l2_fwht_decode()
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/utils/v4l2-ctl/
H A Dv4l-stream.c175 struct codec_ctx *fwht_alloc(unsigned pixfmt, unsigned visible_width, unsigned visible_height, in fwht_alloc() argument
196 ctx->state.visible_height = visible_height; in fwht_alloc()
281 for (i = 0; i < state->visible_height / h_div; i++) { in copy_cap_to_ref()
H A Dcodec-v4l2-fwht.c244 state->visible_height, in v4l2_fwht_encode()
256 p_hdr->height = htonl(state->visible_height); in v4l2_fwht_encode()
314 ntohl(state->header.height) != state->visible_height) in v4l2_fwht_decode()
362 state->visible_width, state->visible_height, in v4l2_fwht_decode()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/common/
H A Dv4l-stream.c175 struct codec_ctx *fwht_alloc(unsigned pixfmt, unsigned visible_width, unsigned visible_height, in fwht_alloc() argument
196 ctx->state.visible_height = visible_height; in fwht_alloc()
281 for (i = 0; i < state->visible_height / h_div; i++) { in copy_cap_to_ref()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/v4l2-ctl/
H A Dv4l-stream.c175 struct codec_ctx *fwht_alloc(unsigned pixfmt, unsigned visible_width, unsigned visible_height, in fwht_alloc() argument
196 ctx->state.visible_height = visible_height; in fwht_alloc()
281 for (i = 0; i < state->visible_height / h_div; i++) { in copy_cap_to_ref()
H A Dcodec-v4l2-fwht.c244 state->visible_height, in v4l2_fwht_encode()
256 p_hdr->height = htonl(state->visible_height); in v4l2_fwht_encode()
314 ntohl(state->header.height) != state->visible_height) in v4l2_fwht_decode()
362 state->visible_width, state->visible_height, in v4l2_fwht_decode()
/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/utils/qvidcap/
H A Dv4l-stream.c175 struct codec_ctx *fwht_alloc(unsigned pixfmt, unsigned visible_width, unsigned visible_height, in fwht_alloc() argument
196 ctx->state.visible_height = visible_height; in fwht_alloc()
281 for (i = 0; i < state->visible_height / h_div; i++) { in copy_cap_to_ref()
H A Dcodec-v4l2-fwht.c244 state->visible_height, in v4l2_fwht_encode()
256 p_hdr->height = htonl(state->visible_height); in v4l2_fwht_encode()
314 ntohl(state->header.height) != state->visible_height) in v4l2_fwht_decode()
362 state->visible_width, state->visible_height, in v4l2_fwht_decode()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/v4l2-ctl/
H A Dv4l-stream.c175 struct codec_ctx *fwht_alloc(unsigned pixfmt, unsigned visible_width, unsigned visible_height, in fwht_alloc() argument
196 ctx->state.visible_height = visible_height; in fwht_alloc()
281 for (i = 0; i < state->visible_height / h_div; i++) { in copy_cap_to_ref()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/common/
H A Dv4l-stream.c175 struct codec_ctx *fwht_alloc(unsigned pixfmt, unsigned visible_width, unsigned visible_height, in fwht_alloc() argument
196 ctx->state.visible_height = visible_height; in fwht_alloc()
281 for (i = 0; i < state->visible_height / h_div; i++) { in copy_cap_to_ref()
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/utils/qvidcap/
H A Dv4l-stream.c175 struct codec_ctx *fwht_alloc(unsigned pixfmt, unsigned visible_width, unsigned visible_height, in fwht_alloc() argument
196 ctx->state.visible_height = visible_height; in fwht_alloc()
281 for (i = 0; i < state->visible_height / h_div; i++) { in copy_cap_to_ref()
/dports/multimedia/libgav1/libgav1-0.17.0/src/dsp/arm/
H A Dintrapred_cfl_neon.cc520 int y = visible_height; in CflSubsampler444_4xH_NEON()
532 y = visible_height; in CflSubsampler444_4xH_NEON()
549 y = visible_height; in CflSubsampler444_4xH_NEON()
559 y = visible_height; in CflSubsampler444_4xH_NEON()
601 int y = visible_height; in CflSubsampler444_8xH_NEON()
610 y = visible_height; in CflSubsampler444_8xH_NEON()
625 y = visible_height; in CflSubsampler444_8xH_NEON()
635 y = visible_height; in CflSubsampler444_8xH_NEON()
701 y = visible_height; in CflSubsampler444_WxH_NEON()
722 y = visible_height; in CflSubsampler444_WxH_NEON()
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/src/
H A Dfringe.c619 p.y += (row->visible_height - p.h); in draw_fringe_bitmap_1()
641 p.ny = row->visible_height; in draw_fringe_bitmap_1()
832 if (row->visible_height >= STANDARD_BITMAP_HEIGHT (hollow_rectangle_bits)) in draw_fringe_bitmap()
880 if (row->visible_height <= 0) in draw_row_fringe_bitmaps()
1022 if (top_ind_rn < 0 && row->visible_height > 0) in update_window_fringes()
1160 bot_ind_max_y = row->y + row->visible_height; in update_window_fringes()
1226 left_offset = bot_ind_max_y - (row->y + row->visible_height); in update_window_fringes()
1243 left_offset = bot_ind_max_y - (row->y + row->visible_height); in update_window_fringes()
1271 right_offset = bot_ind_max_y - (row->y + row->visible_height); in update_window_fringes()
1286 right_offset = bot_ind_max_y - (row->y + row->visible_height); in update_window_fringes()
[all …]
/dports/editors/emacs/emacs-27.2/src/
H A Dfringe.c618 p.y += (row->visible_height - p.h); in draw_fringe_bitmap_1()
640 p.ny = row->visible_height; in draw_fringe_bitmap_1()
831 if (row->visible_height >= STANDARD_BITMAP_HEIGHT (hollow_rectangle_bits)) in draw_fringe_bitmap()
879 if (row->visible_height <= 0) in draw_row_fringe_bitmaps()
1013 if (top_ind_rn < 0 && row->visible_height > 0) in update_window_fringes()
1151 bot_ind_max_y = row->y + row->visible_height; in update_window_fringes()
1217 left_offset = bot_ind_max_y - (row->y + row->visible_height); in update_window_fringes()
1234 left_offset = bot_ind_max_y - (row->y + row->visible_height); in update_window_fringes()
1262 right_offset = bot_ind_max_y - (row->y + row->visible_height); in update_window_fringes()
1277 right_offset = bot_ind_max_y - (row->y + row->visible_height); in update_window_fringes()
[all …]

1234567891011