Searched refs:clip_width (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/libXaw/dist/src/
H A DViewport.c293 Dimension clip_height, clip_width; local in function:XawViewportInitialize
333 clip_width = XtWidth(w);
337 clip_width = (Dimension)(clip_width - (XtWidth(h_bar) + XtBorderWidth(h_bar)));
343 XtSetArg(clip_args[arg_cnt], XtNwidth, clip_width); arg_cnt++;
525 int clip_width, clip_height; local in function:ComputeLayout
531 clip_width = XtWidth(w);
540 &clip_width, &clip_height);
557 if (XtWidth(child) < clip_width)
558 intended.width = (Dimension)clip_width;
717 ComputeWithForceBars(Widget widget,Bool query,XtWidgetGeometry * intended,int * clip_width,int * clip_height) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/
H A Dpresentation.c202 uint32_t clip_width,
235 vscreen->set_back_texture_from_output(vscreen, surf->surface->texture, clip_width, clip_height);
251 dst_clip.x1 = clip_width ? clip_width : surf_draw->width;
200 vlVdpPresentationQueueDisplay(VdpPresentationQueue presentation_queue,VdpOutputSurface surface,uint32_t clip_width,uint32_t clip_height,VdpTime earliest_presentation_time) argument
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/
H A Dpresentation.c202 uint32_t clip_width,
235 vscreen->set_back_texture_from_output(vscreen, surf->surface->texture, clip_width, clip_height);
251 dst_clip.x1 = clip_width ? clip_width : surf_draw->width;
200 vlVdpPresentationQueueDisplay(VdpPresentationQueue presentation_queue,VdpOutputSurface surface,uint32_t clip_width,uint32_t clip_height,VdpTime earliest_presentation_time) argument
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dimage.c683 GLsizei clip_width; local in function:_mesa_clip_readpixels
687 clip_width = rb->Width;
690 clip_width = buffer->Width;
706 if (*srcX + *width > clip_width)
707 *width -= (*srcX + *width - clip_width);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dimage.c683 GLsizei clip_width; local in function:_mesa_clip_readpixels
687 clip_width = rb->Width;
690 clip_width = buffer->Width;
706 if (*srcX + *width > clip_width)
707 *width -= (*srcX + *width - clip_width);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri3.c76 uint32_t clip_width, clip_height; member in struct:vl_dri3_screen
578 rectangle.width = (scrn->output_texture) ? scrn->clip_width : scrn->width;
700 scrn->clip_width = (width) ? width : scrn->width;
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/vl/
H A Dvl_winsys_dri3.c79 uint32_t clip_width, clip_height; member in struct:vl_dri3_screen
582 rectangle.width = (scrn->output_texture) ? scrn->clip_width : scrn->width;
707 scrn->clip_width = (width) ? width : scrn->width;
/xsrc/external/mit/libvdpau/dist/include/vdpau/
H A Dvdpau.h4453 * \param[in] clip_width If set to a non-zero value, the presentation queue
4454 * will display only clip_width pixels of the surface (anchored to the
4469 * \b clip_width and \b clip_height may be used to limit the size of the
4492 uint32_t clip_width,
/xsrc/external/mit/libvdpau/dist/trace/
H A Dvdpau_trace.cpp4191 uint32_t clip_width,
4205 clip_width,
4215 clip_width,
4188 _vdp_cap_presentation_queue_display(VdpPresentationQueue presentation_queue,VdpOutputSurface surface,uint32_t clip_width,uint32_t clip_height,VdpTime earliest_presentation_time) argument

Completed in 20 milliseconds