HomeSort by: relevance | last modified time | path
    Searched refs:clip_width (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/libXaw/dist/src/
Viewport.c 293 Dimension clip_height, clip_width; local
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
531 clip_width = XtWidth(w);
540 &clip_width, &clip_height);
557 if (XtWidth(child) < clip_width)
558 intended.width = (Dimension)clip_width;
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/vdpau/
presentation.c 202 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;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/vdpau/
presentation.c 202 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;
  /xsrc/external/mit/MesaLib/dist/src/mesa/main/
image.c 683 GLsizei clip_width; local
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/mesa/main/
image.c 683 GLsizei clip_width; local
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/gallium/auxiliary/vl/
vl_winsys_dri3.c 79 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/MesaLib.old/dist/src/gallium/auxiliary/vl/
vl_winsys_dri3.c 76 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/libvdpau/dist/include/vdpau/
vdpau.h 4453 * \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/
vdpau_trace.cpp 4191 uint32_t clip_width,
4205 clip_width,
4215 clip_width,

Completed in 111 milliseconds