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

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_state_derived.c 174 * Recompute cliprect from scissor bounds, scissor enable and surface size.
192 sp->cliprect.minx = MAX2(sp->scissor.minx, 0);
193 sp->cliprect.miny = MAX2(sp->scissor.miny, 0);
194 sp->cliprect.maxx = MIN2(sp->scissor.maxx, surfWidth);
195 sp->cliprect.maxy = MIN2(sp->scissor.maxy, surfHeight);
199 sp->cliprect.minx = 0;
200 sp->cliprect.miny = 0;
201 sp->cliprect.maxx = surfWidth;
202 sp->cliprect.maxy = surfHeight;
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...]
sp_context.h 135 struct pipe_scissor_state cliprect; member in struct:softpipe_context
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_state_derived.c 174 * Recompute cliprect from scissor bounds, scissor enable and surface size.
192 sp->cliprect.minx = MAX2(sp->scissor.minx, 0);
193 sp->cliprect.miny = MAX2(sp->scissor.miny, 0);
194 sp->cliprect.maxx = MIN2(sp->scissor.maxx, surfWidth);
195 sp->cliprect.maxy = MIN2(sp->scissor.maxy, surfHeight);
199 sp->cliprect.minx = 0;
200 sp->cliprect.miny = 0;
201 sp->cliprect.maxx = surfWidth;
202 sp->cliprect.maxy = surfHeight;
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...]
sp_context.h 135 struct pipe_scissor_state cliprect; member in struct:softpipe_context
  /hardware/ti/omap4-aah/kernel-headers-ti/linux/
bltsville.h 511 struct bvrect cliprect; member in struct:bvbltparams
  /external/pdfium/fpdfsdk/src/
fpdfview.cpp 498 RECT rect, cliprect; local
503 GetClipBox(dc, &cliprect);
504 IntersectRect(&rect, &rect, &cliprect);
  /hardware/ti/omap4-aah/hwc/
rgz_2d.c 382 e->bp.cliprect.left = clip_rect.left;
383 e->bp.cliprect.top = clip_rect.top;
384 e->bp.cliprect.width = WIDTH(clip_rect);
385 e->bp.cliprect.height = HEIGHT(clip_rect);
    [all...]
  /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 263 milliseconds