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

  /external/chromium_org/third_party/mesa/src/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/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 498 RECT rect, cliprect; local
503 GetClipBox(dc, &cliprect);
504 IntersectRect(&rect, &rect, &cliprect);
  /hardware/ti/omap4-aah/kernel-headers-ti/linux/
bltsville.h 511 struct bvrect cliprect; member in struct:bvbltparams
  /external/chromium_org/pdf/pdfium/
pdfium_engine.cc 2796 FS_RECTF cliprect = {static_cast<float>(source_clip_box.left+offset_x), local
    [all...]

Completed in 403 milliseconds