HomeSort by relevance Sort by last modified time
    Searched refs:rects (Results 126 - 150 of 262) sorted by null

1 2 3 4 56 7 8 91011

  /external/qemu/distrib/sdl-1.2.15/src/video/windib/
SDL_dibvideo.c 521 static void DIB_NormalUpdate(_THIS, int numrects, SDL_Rect *rects);
959 static void DIB_NormalUpdate(_THIS, int numrects, SDL_Rect *rects)
971 BitBlt(hdc, rects[i].x, rects[i].y, rects[i].w, rects[i].h,
972 mdc, rects[i].x, rects[i].y, SRCCOPY);
    [all...]
  /frameworks/native/opengl/tests/hwc/
hwcColorEquiv.cpp 367 layer->visibleRegionScreen.rects = &layer->displayFrame;
381 layer->visibleRegionScreen.rects = &layer->displayFrame;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderView.cpp 194 // and discrete repaint rects, so marking full repaint here is more likely to cost less.
344 void RenderView::computeSelfHitTestRects(Vector<LayoutRect>& rects, const LayoutPoint&) const
349 rects.append(LayoutRect(LayoutPoint::zero(), frameView()->contentsSize()));
537 void RenderView::absoluteRects(Vector<IntRect>& rects, const LayoutPoint& accumulatedOffset) const
539 rects.append(pixelSnappedIntRect(accumulatedOffset, layer()->size()));
669 // In order to get the repaint rect right, we have to examine left, middle, and right rects individually, since otherwise
670 // the union of those rects might remain the same even when changes have occurred.
782 if (!newInfo || oldInfo->rects() != newInfo->rects() || oldInfo->state() != newInfo->state()) {
    [all...]
RenderInline.h 106 virtual void computeSelfHitTestRects(Vector<LayoutRect>& rects, const LayoutPoint& layerOffset) const OVERRIDE;
RenderListBox.cpp 358 void RenderListBox::addFocusRingRects(Vector<IntRect>& rects, const LayoutPoint& additionalOffset, const RenderLayerModelObject* paintContainer)
361 return RenderBlockFlow::addFocusRingRects(rects, additionalOffset, paintContainer);
368 rects.append(pixelSnappedIntRect(itemBoundingBoxRectInternal(additionalOffset, selectedItem)));
378 rects.append(pixelSnappedIntRect(itemBoundingBoxRectInternal(additionalOffset, i)));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 555 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);
  /external/mesa3d/src/gallium/state_trackers/egl/common/
egl_g3d_api.c 555 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);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_cmd.c 890 SVGA3dRect **rects, // OUT
897 sizeof *cmd + sizeof **rects * numRects,
907 *rects = (SVGA3dRect*) &cmd[1];
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_cmd.c 890 SVGA3dRect **rects, // OUT
897 sizeof *cmd + sizeof **rects * numRects,
907 *rects = (SVGA3dRect*) &cmd[1];
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/os2fslib/
SDL_os2fslib.c 990 SDL_Rect *rects; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/dri2/
platform_x11.c 769 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];
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
platform_x11.c 769 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];
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGShape.cpp 51 , m_needsBoundariesUpdate(false) // Default is false, the cached rects are empty from the beginning.
296 void RenderSVGShape::addFocusRingRects(Vector<IntRect>& rects, const LayoutPoint&, const RenderLayerModelObject*)
300 rects.append(rect);
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_video.h 395 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/ps2gs/
SDL_gsvideo.c 410 static void GS_DMAFullUpdate(_THIS, int numrects, SDL_Rect *rects);
625 static void GS_DMAFullUpdate(_THIS, int numrects, SDL_Rect *rects)
  /external/qemu/distrib/sdl-1.2.15/src/video/ps3/
SDL_ps3video.c 63 static void PS3_DoubleBufferUpdate(_THIS, int numrects, SDL_Rect * rects);
359 void PS3_DoubleBufferUpdate(_THIS, int numrects, SDL_Rect * rects)
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_video.h 395 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
    [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_video.h 395 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
    [all...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_video.h 395 (SDL_Surface *screen, int numrects, SDL_Rect *rects);
    [all...]
  /bionic/libc/kernel/uapi/drm/
vmwgfx_drm.h 282 uint64_t rects; member in struct:drm_vmw_update_layout_arg
  /external/chromium_org/content/public/browser/
web_contents_delegate.h 397 // Provides the rects of the current find-in-page matches.
401 const std::vector<gfx::RectF>& rects,
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
native_dri2.c 317 const int *rects)
326 num_rects, rects,
338 num_rects, rects,
370 ret = dri2_surface_swap_buffers(nsurf, ctrl->num_rects, ctrl->rects);
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker_TestUtility.cpp 96 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/
SkRegion.h 124 * 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/
GrAARectRenderer.cpp 66 // For rects > 1 pixel wide and tall the span's are noops (i.e., 1.0). For rects
70 // For rects < 1 pixel wide or tall, these scale factors are used to cap the maximum
192 // For rects > 1 pixel wide and tall the span's are noops (i.e., 1.0). For rects
196 // For rects < 1 pixel wide or tall, these scale factors are used to cap the maximum
825 // The following pointers refer to the four rects, from outermost to innermost.
    [all...]

Completed in 506 milliseconds

1 2 3 4 56 7 8 91011