Searched refs:setRects (Results 1 – 9 of 9) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | ClipRect.h | 232 …void setRects(const LayoutRect& bounds, const ClipRect& background, const ClipRect& foreground, co… in setRects() function
|
D | RenderLayer.cpp | 2298 …fragment.setRects(layerBoundsInFlowThread, backgroundRectInFlowThread, foregroundRectInFlowThread,… in collectFragments()
|
/external/chromium_org/third_party/skia/include/core/ |
D | SkRegion.h | 129 bool setRects(const SkIRect rects[], int count);
|
/external/skia/include/core/ |
D | SkRegion.h | 129 bool setRects(const SkIRect rects[], int count);
|
/external/skia/src/core/ |
D | SkRegion_rects.cpp | 226 bool SkRegion::setRects(const SkIRect rects[], int rectCount) {
|
D | SkRegion.cpp | 594 bool SkRegion::setRects(const SkIRect rects[], int count) { in setRects() function in SkRegion
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkRegion_rects.cpp | 226 bool SkRegion::setRects(const SkIRect rects[], int rectCount) {
|
D | SkRegion.cpp | 594 bool SkRegion::setRects(const SkIRect rects[], int count) { in setRects() function in SkRegion
|
/external/skia/tests/ |
D | RegionTest.cpp | 211 rgn1.setRects(rect, count); in test_rects()
|