Searched refs:rects (Results 176 - 200 of 220) sorted by relevance

123456789

/external/chromium_org/third_party/skia/src/core/
H A DSkRegion.cpp520 // this catches empties and rects being equal
588 bool SkRegion::setRects(const SkIRect rects[], int count) { argument
592 this->setRect(rects[0]);
594 this->op(rects[i], kUnion_Op);
933 logical intervals that represents (i.e. number of rects that would be
1232 // check for explicit empty (the zero rect), so we can compare rects to know when
/external/skia/src/core/
H A DSkRegion.cpp520 // this catches empties and rects being equal
588 bool SkRegion::setRects(const SkIRect rects[], int count) { argument
592 this->setRect(rects[0]);
594 this->op(rects[i], kUnion_Op);
933 logical intervals that represents (i.e. number of rects that would be
1232 // check for explicit empty (the zero rect), so we can compare rects to know when
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_drag_controller.cc108 // Adds |x_offset| to all the rectangles in |rects|.
109 void OffsetX(int x_offset, std::vector<gfx::Rect>* rects) { argument
113 for (size_t i = 0; i < rects->size(); ++i)
114 (*rects)[i].set_x((*rects)[i].x() + x_offset);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayer.cpp336 // Layers with transforms act as clip rects roots, so clear the cached clip rects here.
712 // pretend that invisible RenderObjects have 0x0 rects. Changing
1332 // Clear out all the clip rects.
1643 // Make sure the parent's clip rects have been calculated.
2005 // Calculate clip rects relative to the enclosingPaginationLayer. The purpose of this call is to determine our bounds clipped to intermediate
2035 // Get the parent clip rects of the pagination layer, since we need to intersect with that when painting column contents.
2048 // Set our four rects with all clipping applied that was internal to the flow thread.
2553 // Make sure the parent's clip rects have been calculated.
3064 // Our bounding box is just the union of all of our cells' border/overflow rects
[all...]
/external/chromium_org/third_party/mesa/src/include/GL/internal/
H A Ddri_interface.h343 * clip rects of a drawable.
392 * \param rects rectangles affected, with the drawable origin as the
404 drm_clip_rect_t *rects, int num_rects,
/external/chromium_org/third_party/skia/src/utils/
H A DSkLua.cpp1206 SkRect rects[2]; local
1208 bool pred = get_obj<SkPath>(L, 1)->isNestedRects(rects, dirs);
1213 lua.pushRect(rects[0]);
1214 lua.pushRect(rects[1]);
/external/kernel-headers/original/uapi/drm/
H A Ddrm.h97 struct drm_clip_rect *rects; member in struct:drm_drawable_info
/external/mesa3d/include/GL/internal/
H A Ddri_interface.h343 * clip rects of a drawable.
392 * \param rects rectangles affected, with the drawable origin as the
404 drm_clip_rect_t *rects, int num_rects,
/external/pdfium/core/src/fxge/Microsoft SDK/include/
H A DGdiPlusPath.h491 Status AddRectangles(IN const RectF* rects, argument
495 rects,
509 Status AddRectangles(IN const Rect* rects, INT count) argument
512 rects,
H A DGdiPlusFlat.h144 GdipAddPathRectangles(GpPath *path, GDIPCONST GpRectF *rects, INT count);
211 GdipAddPathRectanglesI(GpPath *path, GDIPCONST GpRect *rects, INT count);
523 GdipGetRegionScans(GpRegion *region, GpRectF* rects, INT* count, GpMatrix* matrix);
526 GdipGetRegionScansI(GpRegion *region, GpRect* rects, INT* count, GpMatrix* matrix);
1696 GdipDrawRectangles(GpGraphics *graphics, GpPen *pen, GDIPCONST GpRectF *rects,
1700 GdipDrawRectanglesI(GpGraphics *graphics, GpPen *pen, GDIPCONST GpRect *rects,
1783 GDIPCONST GpRectF *rects, INT count);
1787 GDIPCONST GpRect *rects, INT count);
H A DGdiPlusHeaders.h141 OUT RectF* rects,
144 OUT Rect* rects,
/external/qemu/distrib/sdl-1.2.15/src/video/ipod/
H A DSDL_ipodvideo.c52 static void iPod_UpdateRects (_THIS, int nrects, SDL_Rect *rects);
710 static void iPod_UpdateRects (_THIS, int nrects, SDL_Rect *rects) argument
717 SDL_Rect *r = rects + i;
/external/skia/src/utils/
H A DSkLua.cpp1198 SkRect rects[2]; local
1200 bool pred = get_obj<SkPath>(L, 1)->isNestedRects(rects, dirs);
1205 lua.pushRect(rects[0]);
1206 lua.pushRect(rects[1]);
/external/qemu/distrib/sdl-1.2.15/src/video/dga/
H A DSDL_dgavideo.c454 static void DGA_DirectUpdate(_THIS, int numrects, SDL_Rect *rects);
988 static void DGA_DirectUpdate(_THIS, int numrects, SDL_Rect *rects) argument
/external/skia/bench/
H A DAndroid.mk224 ../gm/rects.cpp \
/external/skia/tools/
H A DPictureRenderer.cpp705 CloneData(SkPicture* clone, SkCanvas* canvas, SkTDArray<SkRect>& rects, int start, int end, argument
711 , fRects(rects)
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.h332 // Sets the cutout rects from constrained windows. These are rectangles that
334 // rects.
335 void UpdateConstrainedWindowRects(const std::vector<gfx::Rect>& rects);
587 // Contains information about each windowed plugin's clip and cutout rects (
H A Drender_widget_host_view_aura.cc167 // the clip rect from the renderer, then remove the cutout rects from the
200 // We start with the cutout rects that came from the renderer, then add the
209 // If we don't have any cutout rects then no point in messing with the
1004 const std::vector<gfx::Rect>& rects) {
1010 if (rects == constrained_rects_)
1013 constrained_rects_ = rects;
1003 UpdateConstrainedWindowRects( const std::vector<gfx::Rect>& rects) argument
/external/chromium_org/pdf/pdfium/
H A Dpdfium_engine.h125 void GetVisibleSelectionsScreenRects(std::vector<pp::Rect>* rects);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.cpp631 Vector<IntRect> rects;
633 renderer()->absoluteRects(rects, flooredLayoutPoint(absPos));
634 size_t n = rects.size();
636 if (!rects[i].isEmpty())
/external/pdfium/fpdfsdk/include/
H A Dfsdk_mgr.h499 virtual void UpdateRects(CFX_RectArray& rects);
/external/chromium_org/third_party/skia/tests/
H A DPathOpsOpTest.cpp1169 SkRect rects[5]; local
1170 rects[0].set(xB, yB, xE, yE);
1171 paths[0].addRoundRect(rects[0], SkIntToScalar(5), SkIntToScalar(5)); // red
1172 rects[1].set(xA, yA, xD, yD);
1173 paths[1].addRoundRect(rects[1], SkIntToScalar(5), SkIntToScalar(5)); // green
1174 rects[2].set(xC, yA, xF, yD);
1175 paths[2].addRoundRect(rects[2], SkIntToScalar(5), SkIntToScalar(5)); // blue
1176 rects[3].set(xA, yC, xD, yF);
1177 paths[3].addRoundRect(rects[3], SkIntToScalar(5), SkIntToScalar(5)); // yellow
1178 rects[
[all...]
/external/skia/tests/
H A DPathOpsOpTest.cpp1169 SkRect rects[5]; local
1170 rects[0].set(xB, yB, xE, yE);
1171 paths[0].addRoundRect(rects[0], SkIntToScalar(5), SkIntToScalar(5)); // red
1172 rects[1].set(xA, yA, xD, yD);
1173 paths[1].addRoundRect(rects[1], SkIntToScalar(5), SkIntToScalar(5)); // green
1174 rects[2].set(xC, yA, xF, yD);
1175 paths[2].addRoundRect(rects[2], SkIntToScalar(5), SkIntToScalar(5)); // blue
1176 rects[3].set(xA, yC, xD, yF);
1177 paths[3].addRoundRect(rects[3], SkIntToScalar(5), SkIntToScalar(5)); // yellow
1178 rects[
[all...]
/external/opencv/cv/src/
H A Dcvhaar.cpp1564 int k, rects = 0; local
1583 sscanf( stage, "%d%n", &rects, &dl );
1586 assert( rects >= 2 && rects <= CV_HAAR_FEATURE_MAX );
1588 for( k = 0; k < rects; k++ )
1603 for( k = rects; k < CV_HAAR_FEATURE_MAX; k++ )
1758 #define ICV_HAAR_RECTS_NAME "rects"
2199 CV_CALL( cvEndWriteStruct( fs ) ); /* rects */
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsContext.cpp662 void GraphicsContext::drawFocusRing(const Vector<IntRect>& rects, int width, int offset, const Color& color) argument
667 unsigned rectCount = rects.size();
674 SkIRect r = rects[i];

Completed in 1623 milliseconds

123456789