HomeSort by relevance Sort by last modified time
    Searched defs:cliprect (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/gallium/drivers/softpipe/
sp_context.h 135 struct pipe_scissor_state cliprect; member in struct:softpipe_context
sp_setup.c 130 const struct pipe_scissor_state *cliprect = &setup->softpipe->cliprect; local
131 const int minx = (int) cliprect->minx;
132 const int maxx = (int) cliprect->maxx;
133 const int miny = (int) cliprect->miny;
134 const int maxy = (int) cliprect->maxy;
704 * Scissoring/cliprect is applied here too.
712 const struct pipe_scissor_state *cliprect = &setup->softpipe->cliprect; local
713 const int minx = (int) cliprect->minx
    [all...]
  /external/pdfium/fpdfsdk/src/
fpdfview.cpp 399 RECT rect, cliprect; local
404 GetClipBox(dc, &cliprect);
405 IntersectRect(&rect, &rect, &cliprect);
  /hardware/ti/omap4-aah/kernel-headers-ti/linux/
bltsville.h 511 struct bvrect cliprect; member in struct:bvbltparams

Completed in 2111 milliseconds