Searched refs:source_rect (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/vdpau/ |
D | output.c | 198 VdpRect const *source_rect, in vlVdpOutputSurfaceGetBitsNative() argument 223 box = RectToPipeBox(source_rect, res); in vlVdpOutputSurfaceGetBitsNative() 653 VdpRect const *source_rect, in vlVdpOutputSurfaceRenderOutputSurface() argument 699 RectToPipe(source_rect, &src_rect), NULL, in vlVdpOutputSurfaceRenderOutputSurface() 723 VdpRect const *source_rect, in vlVdpOutputSurfaceRenderBitmapSurface() argument 769 RectToPipe(source_rect, &src_rect), NULL, in vlVdpOutputSurfaceRenderBitmapSurface()
|
D | mixer.c | 398 RectToPipe(layers->source_rect, &rect), NULL, NULL); in vlVdpVideoMixerRender()
|
/third_party/wayland-ivi-extension/weston-ivi-shell/src/ |
D | ivi-controller.c | 896 calc_trans_matrix(struct weston_geometry *source_rect, argument 907 source_center_x = source_rect->x + source_rect->width * 0.5f; 908 source_center_y = source_rect->y + source_rect->height * 0.5f; 911 if ((dest_rect->width != source_rect->width) || 912 (dest_rect->height != source_rect->height)) 914 scale_x = ((float)dest_rect->width) / source_rect->width; 915 scale_y = ((float)dest_rect->height) / source_rect->height; 932 struct weston_geometry source_rect = {0}; local 967 source_rect.width = src_width; 968 source_rect.height = src_height; [all …]
|
/third_party/weston/ivi-shell/ |
D | ivi-layout.c | 352 calc_transformation_matrix(struct ivi_rectangle *source_rect, in calc_transformation_matrix() argument 363 source_center_x = source_rect->x + source_rect->width * 0.5f; in calc_transformation_matrix() 364 source_center_y = source_rect->y + source_rect->height * 0.5f; in calc_transformation_matrix() 367 if ((dest_rect->width != source_rect->width) || in calc_transformation_matrix() 368 (dest_rect->height != source_rect->height)) in calc_transformation_matrix() 370 scale_x = (float) dest_rect->width / (float) source_rect->width; in calc_transformation_matrix() 371 scale_y = (float) dest_rect->height / (float) source_rect->height; in calc_transformation_matrix()
|
/third_party/mesa3d/src/gallium/frontends/nine/ |
D | swapchain9.c | 727 RECT source_rect; in present() local 746 source_rect = *pSourceRect; in present() 747 if (source_rect.top == 0 && in present() 748 source_rect.left == 0 && in present() 749 source_rect.bottom == resource->height0 && in present() 750 source_rect.right == resource->width0) in present()
|