Searched refs:setRects (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/third_party/skia/gm/ |
D | imagealphathreshold.cpp | 45 region.setRects(rects, 2); in onDraw()
|
/external/skia/gm/ |
D | imagealphathreshold.cpp | 45 region.setRects(rects, 2); in onDraw()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | ClipRect.h | 239 …void setRects(const LayoutRect& bounds, const ClipRect& background, const ClipRect& foreground, co… in setRects() function
|
D | RenderLayer.cpp | 2270 …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/tests/ |
D | RegionTest.cpp | 210 rgn1.setRects(rect, count); in test_rects()
|
D | MatrixClipCollapseTest.cpp | 185 r.setRects(rects, 2); in emit_clip()
|
/external/chromium_org/third_party/skia/tests/ |
D | RegionTest.cpp | 210 rgn1.setRects(rect, count); in test_rects()
|
D | MatrixClipCollapseTest.cpp | 185 r.setRects(rects, 2); in emit_clip()
|
/external/chromium_org/third_party/skia/src/core/ |
D | SkRegion.cpp | 588 bool SkRegion::setRects(const SkIRect rects[], int count) { in setRects() function in SkRegion
|
/external/skia/src/core/ |
D | SkRegion.cpp | 588 bool SkRegion::setRects(const SkIRect rects[], int count) { in setRects() function in SkRegion
|
/external/chromium_org/third_party/skia/samplecode/ |
D | SampleApp.cpp | 2331 rgn1.setRects(rect, count); in test_rects()
|
/external/skia/samplecode/ |
D | SampleApp.cpp | 2331 rgn1.setRects(rect, count); in test_rects()
|