HomeSort by relevance Sort by last modified time
    Searched refs:dst_rect (Results 1 - 25 of 28) sorted by null

1 2

  /external/mesa3d/src/mesa/state_tracker/
st_scissor.c 45 struct pipe_scissor_state *dst_rect = &blit->window_rectangles[i]; local
46 dst_rect->minx = MAX2(src_rect->X, 0);
47 dst_rect->miny = MAX2(src_rect->Y, 0);
48 dst_rect->maxx = MAX2(src_rect->X + src_rect->Width, 0);
49 dst_rect->maxy = MAX2(src_rect->Y + src_rect->Height, 0);
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.h 218 struct u_rect *dst_rect,
231 struct u_rect *dst_rect,
243 struct u_rect *dst_rect,
263 struct u_rect *dst_rect,
276 struct u_rect *dst_rect);
vl_compositor.c 951 struct u_rect *src_rect, struct u_rect *dst_rect,
971 dst_rect ? *dst_rect : default_rect(&s->layers[layer]));
    [all...]
  /external/mesa3d/src/gallium/state_trackers/va/
postproc.c 62 struct u_rect dst_rect; local
73 dst_rect.x0 = dst_region->x;
74 dst_rect.y0 = dst_region->y;
75 dst_rect.x1 = dst_region->x + dst_region->width;
76 dst_rect.y1 = dst_region->y + dst_region->height;
81 vl_compositor_set_layer_dst_area(&drv->cstate, 0, &dst_rect);
120 struct u_rect dst_rect; local
163 dst_rect.x0 = dst_region->x;
164 dst_rect.y0 = dst_region->y;
165 dst_rect.x1 = dst_region->x + dst_region->width
    [all...]
surface.c 184 struct u_rect *src_rect, struct u_rect *dst_rect)
211 box.width = sub->dst_rect.x1 - sub->dst_rect.x0;
212 box.height = sub->dst_rect.y1 - sub->dst_rect.y0;
216 d = &sub->dst_rect;
231 d = dst_rect;
283 struct u_rect dst_rect = {destx, destx + destw, desty, desty + desth}; local
336 vl_compositor_set_layer_dst_area(&drv->cstate, 0, &dst_rect);
339 status = vlVaPutSubpictures(surf, drv, surf_draw, dirty_area, &src_rect, &dst_rect);
961 struct u_rect src_rect, dst_rect; local
    [all...]
subpicture.c 184 struct u_rect dst_rect = {dest_x, dest_x + dest_width, dest_y, dest_y + dest_height}; local
206 sub->dst_rect = dst_rect;
picture.c 676 struct u_rect src_rect, dst_rect; local
678 dst_rect.x0 = src_rect.x0 = 0;
679 dst_rect.y0 = src_rect.y0 = 0;
680 dst_rect.x1 = src_rect.x1 = surf->templat.width;
681 dst_rect.y1 = src_rect.y1 = surf->templat.height;
684 &src_rect, &dst_rect, VL_COMPOSITOR_WEAVE);
va_private.h 242 struct u_rect dst_rect; member in struct:__anon34059
  /device/google/bonito/sdm710/kernel-headers/linux/
mdss_rotator.h 57 struct mdp_rect dst_rect; member in struct:mdp_rotation_item
msm_mdp_ext.h 83 struct mdp_rect dst_rect; member in struct:mdp_input_layer
msm_mdp.h 314 struct mdp_rect dst_rect; member in struct:mdp_blit_req
635 struct mdp_rect dst_rect; member in struct:mdp_overlay
  /device/google/bonito/sdm710/original-kernel-headers/linux/
mdss_rotator.h 95 struct mdp_rect dst_rect; member in struct:mdp_rotation_item
msm_mdp_ext.h 311 struct mdp_rect dst_rect; member in struct:mdp_input_layer
  /device/google/crosshatch/sdm845/kernel-headers/linux/
mdss_rotator.h 57 struct mdp_rect dst_rect; member in struct:mdp_rotation_item
msm_mdp_ext.h 83 struct mdp_rect dst_rect; member in struct:mdp_input_layer
  /device/google/crosshatch/sdm845/original-kernel-headers/linux/
mdss_rotator.h 95 struct mdp_rect dst_rect; member in struct:mdp_rotation_item
msm_mdp_ext.h 311 struct mdp_rect dst_rect; member in struct:mdp_input_layer
  /external/mesa3d/src/gallium/state_trackers/xvmc/
xvmc_private.h 94 struct u_rect dst_rect; member in struct:__anon34088
surface.c 366 struct u_rect dst_rect = {destx, destx + destw, desty, desty + desth}; local
430 &subpicture_priv->src_rect, &subpicture_priv->dst_rect, true);
433 &subpicture_priv->src_rect, &subpicture_priv->dst_rect, NULL);
442 vl_compositor_set_layer_dst_area(cstate, 0, &dst_rect);
443 vl_compositor_set_layer_dst_area(cstate, 1, &dst_rect);
subpicture.c 511 struct u_rect dst_rect = {surfx, surfx + surfw, surfy, surfy + surfh}; local
536 subpicture_priv->dst_rect = dst_rect;
  /external/webrtc/talk/media/devices/
carbonvideorenderer.cc 103 CGRect dst_rect = CGRectMake(x, y, CGImageGetWidth(image_ref), local
105 CGContextDrawImage(context, dst_rect, image_ref);
  /external/mesa3d/src/gallium/state_trackers/vdpau/
output.c 307 struct u_rect dst_rect; local
408 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect));
443 struct u_rect dst_rect; local
515 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect));
659 struct u_rect src_rect, dst_rect; local
700 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect));
729 struct u_rect src_rect, dst_rect; local
766 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect));
  /external/mesa3d/src/gallium/state_trackers/omx_bellagio/
vid_dec.c 605 struct u_rect src_rect, dst_rect; local
618 src_rect.x0 = dst_rect.x0 = 0;
619 src_rect.x1 = dst_rect.x1 = templat.width;
620 src_rect.y0 = dst_rect.y0 = 0;
621 src_rect.y1 = dst_rect.y1 = templat.height;
625 &src_rect, &dst_rect, VL_COMPOSITOR_WEAVE);
  /device/google/marlin/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_preview.c     [all...]
  /external/pdfium/core/fxge/win32/
fx_win32_device.cpp 795 FX_RECT dst_rect(0, 0, width, height);
796 dst_rect.Intersect(0, 0, pBitmap->GetWidth(), pBitmap->GetHeight());
797 int dst_width = dst_rect.Width();
798 int dst_height = dst_rect.Height();
    [all...]

Completed in 1960 milliseconds

1 2