Searched defs:imageRect (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DHitTestResult.cpp269 IntRect HitTestResult::imageRect() const function in class:WebCore::HitTestResult
/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
H A DShapeOutsideInfo.cpp113 const LayoutRect& imageRect = (m_renderer.isRenderImage()) local
120 return Shape::createRasterShape(image.get(), shapeImageThreshold, imageRect, marginRect, writingMode, margin);
H A DShape.cpp180 IntRect imageRect = pixelSnappedIntRect(imageR); local
183 OwnPtr<ImageBuffer> imageBuffer = ImageBuffer::create(imageRect.size());
187 graphicsContext->drawImage(image, IntRect(IntPoint(), imageRect.size()));
189 RefPtr<Uint8ClampedArray> pixelArray = imageBuffer->getUnmultipliedImageData(IntRect(IntPoint(), imageRect.size()));
193 ASSERT(static_cast<unsigned>(imageRect.width() * imageRect.height() * 4) == pixelArray->length());
195 int minBufferY = std::max(0, marginRect.y() - imageRect.y());
196 int maxBufferY = std::min(imageRect.height(), marginRect.maxY() - imageRect.y());
200 for (int x = 0; x < imageRect
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp1422 static inline void clipRectsToImageRect(const FloatRect& imageRect, FloatRect* srcRect, FloatRect* dstRect) argument
1424 if (imageRect.contains(*srcRect))
1433 srcRect->intersect(imageRect);
/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 ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 224 milliseconds