Searched refs:dst_rect (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/gallium/auxiliary/vl/ |
D | vl_compositor.h | 190 struct u_rect *dst_rect, 203 struct u_rect *dst_rect, 215 struct u_rect *dst_rect,
|
D | vl_compositor.c | 873 struct u_rect *dst_rect, in vl_compositor_set_buffer_layer() argument 892 dst_rect ? *dst_rect : default_rect(&s->layers[layer])); in vl_compositor_set_buffer_layer() 927 struct u_rect *dst_rect, in vl_compositor_set_palette_layer() argument 947 dst_rect ? *dst_rect : default_rect(&s->layers[layer])); in vl_compositor_set_palette_layer() 956 struct u_rect *dst_rect, in vl_compositor_set_rgba_layer() argument 975 dst_rect ? *dst_rect : default_rect(&s->layers[layer])); in vl_compositor_set_rgba_layer()
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | output.c | 293 struct u_rect dst_rect; in vlVdpOutputSurfacePutBitsIndexed() local 392 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect)); in vlVdpOutputSurfacePutBitsIndexed() 427 struct u_rect dst_rect; in vlVdpOutputSurfacePutBitsYCbCr() local 498 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect)); in vlVdpOutputSurfacePutBitsYCbCr() 638 struct u_rect src_rect, dst_rect; in vlVdpOutputSurfaceRenderOutputSurface() local 668 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect)); in vlVdpOutputSurfaceRenderOutputSurface() 697 struct u_rect src_rect, dst_rect; in vlVdpOutputSurfaceRenderBitmapSurface() local 727 vl_compositor_set_layer_dst_area(cstate, 0, RectToPipe(destination_rect, &dst_rect)); in vlVdpOutputSurfaceRenderBitmapSurface()
|
/external/mesa3d/src/gallium/state_trackers/xvmc/ |
D | surface.c | 358 struct u_rect dst_rect = {destx, destx + destw, desty, desty + desth}; in XvMCPutSurface() local 422 … &subpicture_priv->src_rect, &subpicture_priv->dst_rect, true); in XvMCPutSurface() 425 &subpicture_priv->src_rect, &subpicture_priv->dst_rect, NULL); in XvMCPutSurface() 434 vl_compositor_set_layer_dst_area(cstate, 0, &dst_rect); in XvMCPutSurface() 435 vl_compositor_set_layer_dst_area(cstate, 1, &dst_rect); in XvMCPutSurface()
|
D | xvmc_private.h | 94 struct u_rect dst_rect; member
|
D | subpicture.c | 440 struct u_rect dst_rect = {surfx, surfx + surfw, surfy, surfy + surfh}; in XvMCBlendSubpicture() local 465 subpicture_priv->dst_rect = dst_rect; in XvMCBlendSubpicture()
|
/external/pdfium/core/src/fxge/win32/ |
D | fx_win32_device.cpp | 484 FX_RECT dst_rect(0, 0, width, height); in GDI_SetDIBits() local 485 dst_rect.Intersect(0, 0, pBitmap->GetWidth(), pBitmap->GetHeight()); in GDI_SetDIBits() 486 int dst_width = dst_rect.Width(); in GDI_SetDIBits() 487 int dst_height = dst_rect.Height(); in GDI_SetDIBits()
|