Searched refs:rects (Results 126 - 150 of 220) sorted by relevance

123456789

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Degl_g3d_api.c555 EGLint num_rects, const EGLint *rects, EGLBoolean preserve)
585 ctrl.rects = rects;
602 EGLint num_rects, const EGLint *rects)
605 return swap_buffers(drv, dpy, surf, num_rects, rects, EGL_TRUE);
554 swap_buffers(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint num_rects, const EGLint *rects, EGLBoolean preserve) argument
601 egl_g3d_swap_buffers_region(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint num_rects, const EGLint *rects) argument
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_win.cc292 std::vector<SkIRect> rects; local
300 rects.push_back(rounded_scaled_rect);
302 if (!rects.empty())
303 device_region.setRects(&rects[0], rects.size());
/external/mesa3d/src/gallium/state_trackers/egl/common/
H A Degl_g3d_api.c555 EGLint num_rects, const EGLint *rects, EGLBoolean preserve)
585 ctrl.rects = rects;
602 EGLint num_rects, const EGLint *rects)
605 return swap_buffers(drv, dpy, surf, num_rects, rects, EGL_TRUE);
554 swap_buffers(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint num_rects, const EGLint *rects, EGLBoolean preserve) argument
601 egl_g3d_swap_buffers_region(_EGLDriver *drv, _EGLDisplay *dpy, _EGLSurface *surf, EGLint num_rects, const EGLint *rects) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBoxModelObject.cpp483 void RenderBoxModelObject::computeLayerHitTestRects(LayerHitTestRects& rects) const
485 RenderLayerModelObject::computeLayerHitTestRects(rects);
492 continuation()->computeLayerHitTestRects(rects);
H A DRenderObject.cpp986 void RenderObject::addChildFocusRingRects(Vector<LayoutRect>& rects, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer) const argument
1001 rects.append(rect);
1004 box->addFocusRingRects(rects, additionalOffset + box->locationOffset(), paintContainer);
1007 current->addFocusRingRects(rects, additionalOffset, paintContainer);
1030 Vector<IntRect> rects; local
1031 absoluteRects(rects, flooredLayoutPoint(absPos));
1033 size_t n = rects.size();
1037 LayoutRect result = rects[0];
1039 result.unite(rects[i]);
1045 Vector<LayoutRect> rects; local
[all...]
H A DRenderInline.h106 virtual void computeSelfHitTestRects(Vector<LayoutRect>& rects, const LayoutPoint& layerOffset) const OVERRIDE;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_cmd.c890 SVGA3dRect **rects, // OUT
897 sizeof *cmd + sizeof **rects * numRects,
907 *rects = (SVGA3dRect*) &cmd[1];
885 SVGA3D_BeginClear(struct svga_winsys_context *swc, SVGA3dClearFlag flags, uint32 color, float depth, uint32 stencil, SVGA3dRect **rects, uint32 numRects) argument
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_cmd.c890 SVGA3dRect **rects, // OUT
897 sizeof *cmd + sizeof **rects * numRects,
907 *rects = (SVGA3dRect*) &cmd[1];
885 SVGA3D_BeginClear(struct svga_winsys_context *swc, SVGA3dClearFlag flags, uint32 color, float depth, uint32 stencil, SVGA3dRect **rects, uint32 numRects) argument
/external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
H A DSDL_os2fslib.c990 SDL_Rect *rects; local
995 rects = (SDL_Rect *) mp2;
1025 rects[i].y, rects[i].x, rects[i].w, rects[i].h);
2141 static void os2fslib_UpdateRects(_THIS, int numrects, SDL_Rect *rects) argument
2150 (MPARAM) rects);
2194 rects[i].y, rects[
[all...]
/external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
H A Dplatform_x11.c769 EGLint numRects, const EGLint *rects)
782 rectangles[i].x = rects[i * 4];
783 rectangles[i].y = dri2_surf->base.Height - rects[i * 4 + 1] - rects[i * 4 + 3];
784 rectangles[i].width = rects[i * 4 + 2];
785 rectangles[i].height = rects[i * 4 + 3];
768 dri2_swap_buffers_region(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *draw, EGLint numRects, const EGLint *rects) argument
/external/mesa3d/src/egl/drivers/dri2/
H A Dplatform_x11.c769 EGLint numRects, const EGLint *rects)
782 rectangles[i].x = rects[i * 4];
783 rectangles[i].y = dri2_surf->base.Height - rects[i * 4 + 1] - rects[i * 4 + 3];
784 rectangles[i].width = rects[i * 4 + 2];
785 rectangles[i].height = rects[i * 4 + 3];
768 dri2_swap_buffers_region(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *draw, EGLint numRects, const EGLint *rects) argument
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGShape.cpp50 , m_needsBoundariesUpdate(false) // Default is false, the cached rects are empty from the beginning.
297 void RenderSVGShape::addFocusRingRects(Vector<LayoutRect>& rects, const LayoutPoint&, const RenderLayerModelObject*) const argument
301 rects.append(rect);
/external/qemu/distrib/sdl-1.2.15/include/
H A DSDL_video.h395 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
870 extern DECLSPEC void SDLCALL SDL_GL_UpdateRects(int numrects, SDL_Rect* rects);
/external/qemu/distrib/sdl-1.2.15/src/video/ps3/
H A DSDL_ps3video.c63 static void PS3_DoubleBufferUpdate(_THIS, int numrects, SDL_Rect * rects);
359 void PS3_DoubleBufferUpdate(_THIS, int numrects, SDL_Rect * rects) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
H A Dnative_dri2.c317 const int *rects)
326 num_rects, rects,
338 num_rects, rects,
370 ret = dri2_surface_swap_buffers(nsurf, ctrl->num_rects, ctrl->rects);
316 dri2_surface_swap_buffers(struct native_surface *nsurf, int num_rects, const int *rects) argument
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker_TestUtility.cpp96 SkTDArray<SkRect> rects; local
98 rects.setCount(rectCount);
100 path.rectContours(rects.begin(), directions.begin());
102 const SkRect& rect = rects[contour];
/external/chromium_org/third_party/skia/include/core/
H A DSkRegion.h124 * Set this region to the union of an array of rects. This is generally
129 bool setRects(const SkIRect rects[], int count);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrAARectRenderer.cpp71 // For rects > 1 pixel wide and tall the span's are noops (i.e., 1.0). For rects
75 // For rects < 1 pixel wide or tall, these scale factors are used to cap the maximum
205 // For rects > 1 pixel wide and tall the span's are noops (i.e., 1.0). For rects
209 // For rects < 1 pixel wide or tall, these scale factors are used to cap the maximum
855 // The following pointers refer to the four rects, from outermost to innermost.
912 // scale is the coverage for the the inner two rects.
956 const SkRect rects[2],
959 SkASSERT(!rects[
954 fillAANestedRects(GrGpu* gpu, GrDrawTarget* target, const SkRect rects[2], const SkMatrix& combinedMatrix) argument
[all...]
/external/chromium_org/third_party/skia/tests/
H A DPathOpsDebug.cpp97 SkTDArray<SkRect> rects; local
99 rects.setCount(rectCount);
101 path.rectContours(rects.begin(), directions.begin());
103 const SkRect& rect = rects[contour];
/external/kernel-headers/original/uapi/drm/
H A Dvmwgfx_drm.h735 * @clips_ptr: Pointer to an array of clip rects cast to an uint64_t.
768 * @clips_ptr: Pointer to an array of clip rects cast to an uint64_t.
793 * @rects: pointer to array of drm_vmw_rect cast to an uint64_t
800 uint64_t rects; member in struct:drm_vmw_update_layout_arg
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dnative_dri2.c317 const int *rects)
326 num_rects, rects,
338 num_rects, rects,
370 ret = dri2_surface_swap_buffers(nsurf, ctrl->num_rects, ctrl->rects);
316 dri2_surface_swap_buffers(struct native_surface *nsurf, int num_rects, const int *rects) argument
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfxet_edit.h124 void operator = (CFX_Edit_LineRectArray & rects) argument
127 for (FX_INT32 i = 0, sz = rects.GetSize(); i < sz; i++)
128 m_LineRects.Add(rects.GetAt(i));
130 rects.RemoveAll();
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_sysvideo.h107 void (*UpdateRects)(_THIS, int numrects, SDL_Rect *rects);
/external/skia/experimental/Intersection/
H A DEdgeWalker_TestUtility.cpp96 SkTDArray<SkRect> rects; local
98 rects.setCount(rectCount);
100 path.rectContours(rects.begin(), directions.begin());
102 const SkRect& rect = rects[contour];
/external/skia/include/core/
H A DSkRegion.h124 * Set this region to the union of an array of rects. This is generally
129 bool setRects(const SkIRect rects[], int count);

Completed in 807 milliseconds

123456789