Searched defs:rect (Results 276 - 300 of 1054) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGForeignObject.cpp163 LayoutRect& rect, bool fixed) const
165 FloatRect r(rect);
167 rect = enclosingLayoutRect(r);
162 mapRectToPaintInvalidationBacking(const RenderLayerModelObject* paintInvalidationContainer, LayoutRect& rect, bool fixed) const argument
H A DRenderSVGModelObject.cpp75 IntRect rect = enclosingIntRect(strokeBoundingBox()); local
76 rect.moveBy(roundedIntPoint(accumulatedOffset));
77 rects.append(rect);
93 // Using just the rect for the SVGRoot is good enough for now.
146 // need to update the RenderSVGModelObject's repaint rect above. The invalidation
/external/chromium_org/third_party/WebKit/Source/core/svg/
H A DSVGRect.cpp47 SVGRect::SVGRect(const FloatRect& rect) argument
50 , m_value(rect)
61 RefPtr<SVGRect> rect = SVGRect::create(); local
62 rect->setValueAsString(value, IGNORE_EXCEPTION);
63 return rect.release();
80 exceptionState.throwDOMException(SyntaxError, "Problem parsing rect \"" + String(start, end - start) + "\"");
87 exceptionState.throwDOMException(SyntaxError, "Problem parsing rect \"" + String(start, end - start) + "\"");
H A DSVGRect.h46 static PassRefPtr<SVGRect> create(const FloatRect& rect) argument
48 return adoptRef(new SVGRect(rect));
H A DSVGTextContentElement.cpp148 FloatRect rect = SVGTextQuery(renderer()).extentOfCharacter(charnum); local
149 return SVGRectTearOff::create(SVGRect::create(rect), 0, PropertyIsNotAnimVal);
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebScrollbarThemeGeometryNative.cpp137 WebRect WebScrollbarThemeGeometryNative::constrainTrackRectToTrackPieces(WebScrollbar* scrollbar, const WebRect& rect) argument
140 return m_theme->constrainTrackRectToTrackPieces(&client, IntRect(rect));
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DFloatRoundedRect.cpp42 FloatRoundedRect::FloatRoundedRect(const FloatRect& rect, const Radii& radii) argument
43 : m_rect(rect)
48 FloatRoundedRect::FloatRoundedRect(const FloatRect& rect, const FloatSize& topLeft, const FloatSize& topRight, const FloatSize& bottomLeft, const FloatSize& bottomRight) argument
49 : m_rect(rect)
108 if (y < rect().y() || y > rect().maxY())
112 minXIntercept = rect().x();
113 maxXIntercept = rect().maxX();
H A DIntRect.cpp152 SkIRect rect = { x(), y(), maxX(), maxY() }; local
153 return rect;
158 SkRect rect; local
159 rect.set(SkIntToScalar(x()), SkIntToScalar(y()), SkIntToScalar(maxX()), SkIntToScalar(maxY()));
160 return rect;
175 // Prints the rect to the screen.
H A DRegion.cpp43 Region::Region(const IntRect& rect) argument
44 : m_bounds(rect)
45 , m_shape(rect)
119 IntRect rect = rects[i]; local
120 totalArea += (rect.width() * rect.height());
234 Region::Shape::Shape(const IntRect& rect)
236 appendSpan(rect.y());
237 appendSegment(rect.x());
238 appendSegment(rect
[all...]
H A DRoundedRect.h82 const IntRect& rect() const { return m_rect; } function in class:WebCore::RoundedRect
87 // Returns a quickly computed rect enclosed by the rounded rect.
90 void setRect(const IntRect& rect) { m_rect = rect; } argument
126 return a.rect() == b.rect() && a.radii() == b.radii();
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DFEColorMatrix.cpp193 SkImageFilter::CropRect rect = getCropRect(builder->cropOffset()); local
194 return adoptRef(SkColorFilterImageFilter::Create(filter, input.get(), &rect));
H A DFEDropShadow.cpp52 FloatRect FEDropShadow::mapRect(const FloatRect& rect, bool forward) argument
54 FloatRect result = rect;
58 FloatRect offsetRect = rect;
H A DFETile.cpp48 FloatRect FETile::mapPaintRect(const FloatRect& rect, bool forward) argument
H A DFilter.h62 FloatRect mapLocalRectToAbsoluteRect(const FloatRect& rect) const { return m_absoluteTransform.mapRect(rect); }
63 FloatRect mapAbsoluteRectToLocalRect(const FloatRect& rect) const { return m_inverseTransform.mapRect(rect); }
80 void setFilterRegion(const FloatRect& rect) argument
82 m_filterRegion = rect;
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarTheme.h124 virtual IntRect constrainTrackRectToTrackPieces(ScrollbarThemeClient*, const IntRect& rect) { return rect; } argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_ext_pbuffer.c81 RECT rect; local
160 rect.left = 0;
161 rect.top = 0;
162 rect.right = rect.left + iWidth;
163 rect.bottom = rect.top + iHeight;
175 AdjustWindowRectEx(&rect, dwStyle, FALSE, dwExStyle);
183 rect.right - rect
[all...]
/external/chromium_org/third_party/skia/experimental/PdfViewer/
H A Dpdf_viewer_main.cpp137 SkRect rect = renderer.MediaBox(page < 0 ? 0 :page); local
144 renderer.renderPage(page < 0 ? 0 : page, &canvas, rect);
147 SkRect rect = renderer.MediaBox(page < 0 ? 0 :page);
150 SkScalar width = SkScalarMul(rect.width(), SkDoubleToScalar(FLAGS_DPI / 72.0));
151 SkScalar height = SkScalarMul(rect.height(), SkDoubleToScalar(FLAGS_DPI / 72.0));
153 rect = SkRect::MakeWH(width, height);
200 renderer.renderPage(page < 0 ? 0 : page, &canvas, rect);
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A DSkV8Example.cpp156 void SkV8ExampleWindow::onHandleInval(const SkIRect& rect) { argument
158 winRect.top = rect.top();
159 winRect.bottom = rect.bottom();
160 winRect.right = rect.right();
161 winRect.left = rect.left();
/external/chromium_org/third_party/skia/gm/
H A Daarectmodes.cpp101 SkRect rect = SkRect::MakeXYWH(W / 4 + offset, local
104 canvas->drawRect(rect, paint);
H A Darithmode.cpp110 SkRect rect = SkRect::MakeXYWH(x, y, SkIntToScalar(WW), SkIntToScalar(HH)); local
111 canvas->saveLayer(&rect, NULL);
H A Dcubicpaths.cpp143 SkRect rect = SkRect::MakeWH(100*SK_Scalar1, 30*SK_Scalar1); local
149 canvas->translate((rect.width() + 40 * SK_Scalar1) * SK_ARRAY_COUNT(gStyles), 0);
154 canvas->translate(0, rect.height() + 40 * SK_Scalar1);
159 canvas->translate(rect.width() + 40 * SK_Scalar1, 0);
163 this->drawPath(path.fPath, canvas, color, rect,
172 canvas->drawRect(rect, rectPaint);
181 0, rect.height() + 12 * SK_Scalar1,
185 0, rect.height() + 24 * SK_Scalar1,
189 0, rect.height() + 36 * SK_Scalar1,
291 SkRect rect local
[all...]
H A Ddrawbitmaprect.cpp58 SkRect rect = SkRect::MakeWH(wScalar, hScalar); local
67 canvas.drawRect(rect, paint);
68 rect.inset(wScalar / 8, hScalar / 8);
H A Demptypath.cpp76 SkRect rect = SkRect::MakeWH(100*SK_Scalar1, 30*SK_Scalar1); local
85 canvas->translate(0, rect.height() + 40 * SK_Scalar1);
88 canvas->translate(rect.width() + 40 * SK_Scalar1, 0);
95 this->drawEmpty(canvas, color, rect,
103 canvas->drawRect(rect, rectPaint);
112 0, rect.height() + 15 * SK_Scalar1,
116 0, rect.height() + 28 * SK_Scalar1,
H A Dimagefilterscropexpand.cpp79 static void draw(SkCanvas* canvas, const SkBitmap& bitmap, const SkRect& rect, SkImageFilter* filter) { argument
82 canvas->saveLayer(&rect, &paint);
89 canvas->drawRect(rect, strokePaint);
126 SkRect rect = crop_rect.rect(); local
127 rect.outset(SkIntToScalar(outset),
129 SkImageFilter::CropRect big_rect(rect, SkImageFilter::CropRect::kHasAll_CropEdge);
131 draw(canvas, checkerboard, rect, SkColorFilterImageFilter::Create(
134 draw(canvas, checkerboard, rect, SkBlurImageFilter::Create(
137 draw(canvas, checkerboard, rect, SkDilateImageFilte
[all...]
H A Dinversepaths.cpp15 SkRect rect = SkRect::MakeXYWH(cx - w / 2, cy - w / 2, w, w); local
17 path.addRect(rect);
22 SkRect rect = SkRect::MakeXYWH(cx - l / 2, cy, l, 0); local
24 path.addRect(rect);

Completed in 342 milliseconds

<<11121314151617181920>>