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

  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_scrn.c 516 blit->body.destRect.left = clip->x1;
517 blit->body.destRect.top = clip->y1;
518 blit->body.destRect.right = clip->x2;
519 blit->body.destRect.bottom = clip->y2;
614 blit->body.destRect.left = 0;
615 blit->body.destRect.top = 0;
616 blit->body.destRect.right = 0;
617 blit->body.destRect.bottom = 0;
674 blit->body.destRect.left = bb->x1;
675 blit->body.destRect.top = bb->y1
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga_reg.h 1905 SVGASignedRect destRect;
svga3d_cmd.h 1137 * specified, there is no clipping region. The entire destRect is
1140 * relative to the top-left corner of destRect.
1156 SVGASignedRect destRect;

Completed in 45 milliseconds