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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DHitTestResult.cpp274 IntRect HitTestResult::imageRect() const function in class:WebCore::HitTestResult
/external/chromium_org/third_party/WebKit/Source/web/
H A DPopupListBox.cpp502 IntRect imageRect = image->rect(); local
503 remainingWidth -= (imageRect.width() + labelToIconPadding);
504 imageRect.setX(rowRect.width() - rightPadding - imageRect.width());
505 imageRect.setY(rowRect.y() + (rowRect.height() - imageRect.height()) / 2);
506 gc->drawImage(image.get(), imageRect);
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp1196 static inline void clipRectsToImageRect(const FloatRect& imageRect, FloatRect* srcRect, FloatRect* dstRect) argument
1198 if (imageRect.contains(*srcRect))
1207 srcRect->intersect(imageRect);
1300 FloatRect imageRect = FloatRect(bitmapOffset, bitmapRect.size()); local
1307 if (!imageRect.intersects(actualSrcRect))
1374 FloatRect imageRect = FloatRect(FloatPoint(), size); local
1379 if (!imageRect.intersects(normalizedSrcRect))
1382 clipRectsToImageRect(imageRect, &normalizedSrcRect, &normalizedDstRect);
/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 70 milliseconds