Searched defs:contentRect (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DVideoPainter.cpp32 LayoutRect contentRect = m_renderVideo.contentBoxRect(); local
33 contentRect.moveBy(paintOffset);
35 bool clip = !contentRect.contains(rect);
38 context->clip(contentRect);
H A DHTMLCanvasPainter.cpp19 LayoutRect contentRect = m_renderHTMLCanvas.contentBoxRect(); local
20 contentRect.moveBy(paintOffset);
24 bool clip = !contentRect.contains(paintRect);
28 paintInfo.context->clip(pixelSnappedIntRect(contentRect));
36 LayoutSize layoutSize = contentRect.size();
H A DImagePainter.cpp152 LayoutRect contentRect = m_renderImage.contentBoxRect(); local
153 contentRect.moveBy(paintOffset);
156 bool clip = !contentRect.contains(paintRect);
159 context->clip(contentRect);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DRenderSVGImage.cpp204 LayoutRect contentRect = LayoutRect(paintInvalidationRectInLocalCoordinates()); local
205 if (!contentRect.isEmpty())
206 rects.append(contentRect);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderEmbeddedObject.cpp133 FloatRect contentRect;
139 if (!getReplacementTextGeometry(paintOffset, contentRect, path, replacementTextRect, font, run, textWidth))
144 context->clip(contentRect);
159 bool RenderEmbeddedObject::getReplacementTextGeometry(const LayoutPoint& accumulatedOffset, FloatRect& contentRect, Path& path, FloatRect& replacementTextRect, Font& font, TextRun& run, float& textWidth) const argument
161 contentRect = contentBoxRect();
162 contentRect.moveBy(roundedIntPoint(accumulatedOffset));
179 float x = (contentRect.size().width() / 2 - replacementTextRect.size().width() / 2) + contentRect.location().x();
180 float y = (contentRect.size().height() / 2 - replacementTextRect.size().height() / 2) + contentRect
[all...]
H A DRenderReplaced.cpp289 LayoutRect contentRect = contentBoxRect(); local
293 return contentRect;
298 return contentRect;
300 LayoutRect finalRect = contentRect;
318 LayoutUnit xOffset = minimumValueForLength(style()->objectPosition().x(), contentRect.width() - finalRect.width());
319 LayoutUnit yOffset = minimumValueForLength(style()->objectPosition().y(), contentRect.height() - finalRect.height());
/external/chromium_org/third_party/WebKit/Source/core/accessibility/
H A DAXRenderObject.cpp493 IntRect contentRect = pixelSnappedIntRect(m_renderer->absoluteClippedOverflowRect()); local
496 viewRect.intersect(contentRect);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...

Completed in 124 milliseconds