/hardware/intel/common/libva/va/x11/ |
dri2_util.c | 92 XRectangle xrect; local 101 xrect.x = 0; 102 xrect.y = 0; 103 xrect.width = dri2_drawable->width; 104 xrect.height = dri2_drawable->height; 106 region = XFixesCreateRegion(ctx->native_dpy, &xrect, 1);
|
/external/chromium_org/third_party/mesa/src/src/glx/ |
dri2_glx.c | 507 XRectangle xrect; local 514 xrect.x = x; 515 xrect.y = priv->height - y - height; 516 xrect.width = width; 517 xrect.height = height; 526 region = XFixesCreateRegion(psc->base.dpy, &xrect, 1); 552 XRectangle xrect; local 556 xrect.x = 0; 557 xrect.y = 0; 558 xrect.width = priv->width [all...] |
/external/mesa3d/src/glx/ |
dri2_glx.c | 507 XRectangle xrect; local 514 xrect.x = x; 515 xrect.y = priv->height - y - height; 516 xrect.width = width; 517 xrect.height = height; 526 region = XFixesCreateRegion(psc->base.dpy, &xrect, 1); 552 XRectangle xrect; local 556 xrect.x = 0; 557 xrect.y = 0; 558 xrect.width = priv->width [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkScan_Antihair.cpp | 831 XRect (fixedpoint), as it won't overflow. 841 overflow if we blindly converted it to an XRect. This sucks that we have to 845 those to our version of antifillrect, which converts it into an XRect and
|
/external/skia/src/core/ |
SkScan_Antihair.cpp | 831 XRect (fixedpoint), as it won't overflow. 841 overflow if we blindly converted it to an XRect. This sucks that we have to 845 those to our version of antifillrect, which converts it into an XRect and
|
/external/chromium_org/ui/views/widget/ |
root_view.cc | 302 gfx::Rect xrect = ConvertRectToParent(rect); local 303 gfx::Rect invalid_rect = gfx::IntersectRects(GetLocalBounds(), xrect);
|
/external/chromium_org/ui/views/ |
view_unittest.cc | 1951 gfx::Rect xrect = ConvertRectToParent(rect); variable [all...] |