| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/screen/screen/ |
| H A D | 0001-fix-for-multijob-build.patch | 28 @@ -298,7 +298,7 @@ search.o: layout.h viewport.h canvas.h search.c config.h screen.h os.h osdef.h a 30 tty.o: layout.h viewport.h canvas.h tty.c config.h screen.h os.h osdef.h ansi.h acls.h comm.h \ 32 -term.o: layout.h viewport.h canvas.h term.c term.h 33 +term.o: layout.h viewport.h canvas.h term.c term.h comm.h 34 window.o: layout.h viewport.h canvas.h window.c config.h screen.h os.h osdef.h ansi.h acls.h \ 36 utmp.o: layout.h viewport.h canvas.h utmp.c config.h screen.h os.h osdef.h ansi.h acls.h \ 37 @@ -324,7 +324,7 @@ canvas.o: layout.h viewport.h canvas.h canvas.c config.h screen.h os.h osdef.h a 40 comm.o: layout.h viewport.h canvas.h comm.c config.h acls.h comm.h 41 -kmapdef.o: layout.h viewport.h canvas.h kmapdef.c config.h 42 +kmapdef.o: layout.h viewport.h canvas.h kmapdef.c config.h comm.h [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/ |
| H A D | qgeolocation.cpp | 55 this->viewport = other.viewport; in QGeoLocationPrivate() 67 && this->viewport == other.viewport in operator ==() 76 && viewport.isEmpty() in isEmpty() 186 return d->viewport; in boundingBox() 194 d->viewport = boundingBox; in setBoundingBox()
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.omap-ulpi-viewport | 1 Reference code ""drivers/usb/ulpi/omap-ulpi-viewport.c" 11 omap-ulpi-viewport.c is a low level function 14 To enable and use omap-ulpi-viewport.c 20 omap-ulpi-viewport implementation. 25 the ulpi phy reset does ulpi_read/write from viewport
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/maps/ |
| H A D | qgeocodereply.cpp | 191 void QGeoCodeReply::setViewport(const QGeoShape &viewport) in setViewport() argument 193 d_ptr->viewport = viewport; in setViewport() 202 QGeoShape QGeoCodeReply::viewport() const in viewport() function in QGeoCodeReply 204 return d_ptr->viewport; in viewport()
|
| H A D | qgeocodereply.h | 73 QGeoShape viewport() const; 93 void setViewport(const QGeoShape &viewport);
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/ |
| H A D | dcn10_dpp.c | 144 if (scl_data->viewport.width > scl_data->h_active && in dpp1_get_optimal_number_of_taps() 146 scl_data->viewport.width > dpp->ctx->dc->debug.max_downscale_src_width) in dpp1_get_optimal_number_of_taps() 445 int src_x_offset = pos->x - pos->x_hotspot - param->viewport.x; in dpp1_set_cursor_position() 446 int src_y_offset = pos->y - pos->y_hotspot - param->viewport.y; in dpp1_set_cursor_position() 453 src_x_offset = pos->x - pos->y_hotspot - param->viewport.x; in dpp1_set_cursor_position() 454 src_y_offset = pos->y - pos->x_hotspot - param->viewport.y; in dpp1_set_cursor_position() 457 src_x_offset = pos->x - param->viewport.x; in dpp1_set_cursor_position() 458 src_y_offset = pos->y - param->viewport.y; in dpp1_set_cursor_position() 462 if (src_x_offset >= (int)param->viewport.width) in dpp1_set_cursor_position() 468 if (src_y_offset >= (int)param->viewport.height) in dpp1_set_cursor_position()
|
| H A D | dcn10_hubp.c | 827 const struct rect *viewport, in min_set_viewport() argument 833 PRI_VIEWPORT_WIDTH, viewport->width, in min_set_viewport() 834 PRI_VIEWPORT_HEIGHT, viewport->height); in min_set_viewport() 837 PRI_VIEWPORT_X_START, viewport->x, in min_set_viewport() 838 PRI_VIEWPORT_Y_START, viewport->y); in min_set_viewport() 842 SEC_VIEWPORT_WIDTH, viewport->width, in min_set_viewport() 843 SEC_VIEWPORT_HEIGHT, viewport->height); in min_set_viewport() 846 SEC_VIEWPORT_X_START, viewport->x, in min_set_viewport() 847 SEC_VIEWPORT_Y_START, viewport->y); in min_set_viewport() 1153 int src_x_offset = pos->x - pos->x_hotspot - param->viewport.x; in hubp1_cursor_set_position() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/renderer/ |
| H A D | renderer_backend.cpp | 37 getContext().viewport.setCurrentValue({ x, y, size }); in assumeViewport() 38 assert(gl::value::Viewport::Get() == getContext().viewport.getCurrentValue()); in assumeViewport() 58 getContext().viewport = { x, y, size }; in setViewport() 59 assert(gl::value::Viewport::Get() == getContext().viewport.getCurrentValue()); in setViewport()
|
| H A D | renderer_impl.cpp | 535 const auto viewport = parameters.context.viewport.getCurrentValue(); in render() local 536 …= parameters.context.readFramebuffer<AlphaImage, gl::TextureFormat::Stencil>(viewport.size, false); in render() 540 auto end = it + viewport.size.width * viewport.size.height; in render() 620 auto viewport = parameters.context.viewport.getCurrentValue(); in render() local 621 …e = parameters.context.readFramebuffer<AlphaImage, gl::TextureFormat::Depth>(viewport.size, false); in render()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodereply/ |
| H A D | tst_qgeocodereply.h | 59 void callSetViewport ( const QGeoShape &viewport ) {setViewport(viewport);} in callSetViewport() argument 87 void viewport();
|
| /OK3568_Linux_fs/buildroot/package/efl/ |
| H A D | 0007-evas-canvas-Init-output-size-to-1x1-same-as-viewport.patch | 4 Subject: [PATCH 07/10] evas: canvas: Init output size to 1x1(same as viewport) 23 e->viewport.w = 1; 24 e->viewport.h = 1;
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/ |
| H A D | qgeocodereply_nokia.cpp | 54 const QGeoShape &viewport, bool manualBoundsRequired, in Q_DECLARE_METATYPE() 74 setViewport(viewport); in Q_DECLARE_METATYPE() 91 parser->setBounds(viewport()); in networkFinished()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/ulpi/ |
| H A D | Makefile | 8 obj-$(CONFIG_USB_ULPI_VIEWPORT) += ulpi-viewport.o 9 obj-$(CONFIG_USB_ULPI_VIEWPORT_OMAP) += omap-ulpi-viewport.o
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce110/ |
| H A D | dce110_transform_v.c | 55 luma_viewport->x = scl_data->viewport.x - scl_data->viewport.x % 2; in calculate_viewport() 56 luma_viewport->y = scl_data->viewport.y - scl_data->viewport.y % 2; in calculate_viewport() 58 scl_data->viewport.width - scl_data->viewport.width % 2; in calculate_viewport() 60 scl_data->viewport.height - scl_data->viewport.height % 2; in calculate_viewport()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_resource.c | 720 data->viewport.x = surf_src.x + (clip.x - dest.x) * surf_src.width / dest.width; in calculate_viewport() 721 data->viewport.width = clip.width * surf_src.width / dest.width; in calculate_viewport() 723 data->viewport.y = surf_src.y + (clip.y - dest.y) * surf_src.height / dest.height; in calculate_viewport() 724 data->viewport.height = clip.height * surf_src.height / dest.height; in calculate_viewport() 737 epimo = split_count - data->viewport.height % (split_count + 1); in calculate_viewport() 739 data->viewport.y += (data->viewport.height / (split_count + 1)) * split_idx; in calculate_viewport() 741 data->viewport.y += split_idx - epimo - 1; in calculate_viewport() 742 data->viewport.height = data->viewport.height / (split_count + 1) + (split_idx > epimo ? 1 : 0); in calculate_viewport() 747 epimo = split_count - data->viewport.width % (split_count + 1); in calculate_viewport() 749 data->viewport.x += (data->viewport.width / (split_count + 1)) * split_idx; in calculate_viewport() [all …]
|
| /OK3568_Linux_fs/buildroot/package/screen/ |
| H A D | 0007-comm.h-needed-for-list_-display-generic-.o.patch | 24 viewport.o: layout.h viewport.h canvas.h viewport.c config.h screen.h os.h osdef.h ansi.h acls.h \
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/ |
| H A D | 0035-HACK-waylandsink-Set-size-in-wl_subsurface_set_posit.patch | 5 wl_subsurface_set_position() when no viewport 27 + GST_WARNING ("The compositor doesn't support crop mode (no viewport)!");
|
| /OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/ |
| H A D | 0036-HACK-waylandsink-Set-size-in-wl_subsurface_set_posit.patch | 5 wl_subsurface_set_position() when no viewport 27 + GST_WARNING ("The compositor doesn't support crop mode (no viewport)!");
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/ |
| H A D | 0036-HACK-waylandsink-Set-size-in-wl_subsurface_set_posit.patch | 5 wl_subsurface_set_position() when no viewport 27 + GST_WARNING ("The compositor doesn't support crop mode (no viewport)!");
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/gl/ |
| H A D | value.cpp | 264 GLint viewport[4]; in Get() local 265 MBGL_CHECK_ERROR(glGetIntegerv(GL_VIEWPORT, viewport)); in Get() 266 return { static_cast<int32_t>(viewport[0]), static_cast<int32_t>(viewport[1]), in Get() 267 { static_cast<uint32_t>(viewport[2]), static_cast<uint32_t>(viewport[3]) } }; in Get()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qgeocodingmanagerplugins/ |
| H A D | qgeocodingmanagerengine_test.h | 54 void callSetViewport ( const QGeoShape &viewport ) {setViewport(viewport);} in callSetViewport() argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn21/ |
| H A D | dcn21_hubp.c | 188 const struct rect *viewport, in hubp21_set_viewport() argument 194 PRI_VIEWPORT_WIDTH, viewport->width, in hubp21_set_viewport() 195 PRI_VIEWPORT_HEIGHT, viewport->height); in hubp21_set_viewport() 198 PRI_VIEWPORT_X_START, viewport->x, in hubp21_set_viewport() 199 PRI_VIEWPORT_Y_START, viewport->y); in hubp21_set_viewport() 203 SEC_VIEWPORT_WIDTH, viewport->width, in hubp21_set_viewport() 204 SEC_VIEWPORT_HEIGHT, viewport->height); in hubp21_set_viewport() 207 SEC_VIEWPORT_X_START, viewport->x, in hubp21_set_viewport() 208 SEC_VIEWPORT_Y_START, viewport->y); in hubp21_set_viewport()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dce60/ |
| H A D | dce60_hw_sequencer.c | 371 pipe_ctx->plane_res.scl_data.viewport.width, in dce60_program_front_end_for_pipe() 372 pipe_ctx->plane_res.scl_data.viewport.height, in dce60_program_front_end_for_pipe() 373 pipe_ctx->plane_res.scl_data.viewport.x, in dce60_program_front_end_for_pipe() 374 pipe_ctx->plane_res.scl_data.viewport.y, in dce60_program_front_end_for_pipe()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/calcs/ |
| H A D | dcn_calcs.c | 340 input->src.viewport_width = pipe->plane_res.scl_data.viewport.width; in pipe_ctx_to_e2e_pipe_params() 341 input->src.viewport_height = pipe->plane_res.scl_data.viewport.height; in pipe_ctx_to_e2e_pipe_params() 342 input->src.data_pitch = pipe->plane_res.scl_data.viewport.width; in pipe_ctx_to_e2e_pipe_params() 343 input->src.data_pitch_c = pipe->plane_res.scl_data.viewport.width; in pipe_ctx_to_e2e_pipe_params() 957 v->viewport_height[input_idx] = pipe->plane_res.scl_data.viewport.height; in dcn_validate_bandwidth() 958 v->viewport_width[input_idx] = pipe->plane_res.scl_data.viewport.width; in dcn_validate_bandwidth() 963 int viewport_end = pipe->plane_res.scl_data.viewport.width in dcn_validate_bandwidth() 964 + pipe->plane_res.scl_data.viewport.x; in dcn_validate_bandwidth() 965 int viewport_b_end = pipe->bottom_pipe->plane_res.scl_data.viewport.width in dcn_validate_bandwidth() 966 + pipe->bottom_pipe->plane_res.scl_data.viewport.x; in dcn_validate_bandwidth() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/ |
| H A D | dcn20_hubp.c | 970 int src_x_offset = pos->x - pos->x_hotspot - param->viewport.x; in hubp2_cursor_set_position() 971 int src_y_offset = pos->y - pos->y_hotspot - param->viewport.y; in hubp2_cursor_set_position() 993 src_x_offset = pos->x - pos->y_hotspot - param->viewport.x; in hubp2_cursor_set_position() 994 src_y_offset = pos->y - pos->x_hotspot - param->viewport.y; in hubp2_cursor_set_position() 997 src_x_offset = pos->x - param->viewport.x; in hubp2_cursor_set_position() 998 src_y_offset = pos->y - param->viewport.y; in hubp2_cursor_set_position() 1002 x_hotspot = param->viewport.width - x_hotspot; in hubp2_cursor_set_position() 1003 src_x_offset = param->viewport.x + param->viewport.width - src_x_offset; in hubp2_cursor_set_position() 1017 if (src_x_offset >= (int)param->viewport.width) in hubp2_cursor_set_position() 1023 if (src_y_offset >= (int)param->viewport.height) in hubp2_cursor_set_position()
|