/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 | 835 XRect (fixedpoint), as it won't overflow. 845 overflow if we blindly converted it to an XRect. This sucks that we have to 849 those to our version of antifillrect, which converts it into an XRect and
|
/external/skia/src/core/ |
SkScan_Antihair.cpp | 835 XRect (fixedpoint), as it won't overflow. 845 overflow if we blindly converted it to an XRect. This sucks that we have to 849 those to our version of antifillrect, which converts it into an XRect and
|
/external/chromium_org/ui/views/widget/ |
root_view.cc | 404 gfx::Rect xrect = ConvertRectToParent(rect); local 405 gfx::Rect invalid_rect = gfx::IntersectRects(GetLocalBounds(), xrect);
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
scilab.php | 216 'xpoly', 'xpolys', 'xrect', 'xrects', 'xrpoly', 'xs2bmp', 'xs2emf', 'xs2eps', 'xs2fig', 'xs2gif', 'xs2ppm',
|
/external/chromium_org/ui/views/ |
view_unittest.cc | 1954 gfx::Rect xrect = ConvertRectToParent(rect); variable [all...] |