Home
last modified time | relevance | path

Searched refs:setRects (Results 1 – 9 of 9) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DClipRect.h232 …void setRects(const LayoutRect& bounds, const ClipRect& background, const ClipRect& foreground, co… in setRects() function
DRenderLayer.cpp2298 …fragment.setRects(layerBoundsInFlowThread, backgroundRectInFlowThread, foregroundRectInFlowThread,… in collectFragments()
/external/chromium_org/third_party/skia/include/core/
DSkRegion.h129 bool setRects(const SkIRect rects[], int count);
/external/skia/include/core/
DSkRegion.h129 bool setRects(const SkIRect rects[], int count);
/external/skia/src/core/
DSkRegion_rects.cpp226 bool SkRegion::setRects(const SkIRect rects[], int rectCount) {
DSkRegion.cpp594 bool SkRegion::setRects(const SkIRect rects[], int count) { in setRects() function in SkRegion
/external/chromium_org/third_party/skia/src/core/
DSkRegion_rects.cpp226 bool SkRegion::setRects(const SkIRect rects[], int rectCount) {
DSkRegion.cpp594 bool SkRegion::setRects(const SkIRect rects[], int count) { in setRects() function in SkRegion
/external/skia/tests/
DRegionTest.cpp211 rgn1.setRects(rect, count); in test_rects()