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

/external/webkit/Source/WebCore/css/
H A DCSSBorderImageValue.cpp29 CSSBorderImageValue::CSSBorderImageValue(PassRefPtr<CSSValue> image, PassRefPtr<Rect> imageRect, int horizontalRule, int verticalRule) argument
31 , m_imageSliceRect(imageRect)
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
H A DInjectedBundleHitTestResult.cpp103 WebCore::IntRect InjectedBundleHitTestResult::imageRect() const function in class:WebKit::InjectedBundleHitTestResult
105 return m_hitTestResult.imageRect();
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DCairoUtilities.cpp135 IntRect imageRect = enclosingIntRect(tileRect); local
136 clippedImageSurface = adoptRef(cairo_image_surface_create(CAIRO_FORMAT_ARGB32, imageRect.width(), imageRect.height()));
/external/webkit/Source/WebCore/loader/cache/
H A DCachedImage.cpp192 IntRect CachedImage::imageRect(float multiplier) const function in class:WebCore::CachedImage
/external/webkit/Source/WebCore/platform/
H A DCursor.cpp36 IntRect imageRect = image->rect(); local
37 if (imageRect.contains(specifiedHotSpot))
43 if (imageHasIntrinsicHotSpot && imageRect.contains(intrinsicHotSpot))
/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DBaseLayerAndroid.cpp225 SkRect imageRect = SkRect::MakeXYWH(0, 0, getWidth(), getHeight()); local
244 LayerQuad, &matrix, &imageRect, getOpacity(),
/external/webkit/Source/WebCore/rendering/
H A DHitTestResult.cpp291 IntRect HitTestResult::imageRect() const function in class:WebCore::HitTestResult
H A DRenderMediaControlsChromium.cpp66 IntRect imageRect = image->rect(); local
H A DRenderBox.cpp1072 FloatRect imageRect(tx + x(), rootRect.y(), width(), rootRect.height());
1073 page->chrome()->client()->paintCustomHighlight(node(), type, imageRect, rootRect, behindText, false); local
1075 FloatRect imageRect(tx + x(), ty + y(), width(), height());
1076 page->chrome()->client()->paintCustomHighlight(node(), type, imageRect, imageRect, behindText, false); local
/external/webkit/Source/WebCore/page/
H A DDragController.cpp724 IntRect imageRect = dragSource.imageRect(); local
725 imageRect.setLocation(m_page->mainFrame()->view()->windowToContents(src->view()->contentsToWindow(imageRect.location())));
726 doImageDrag(element, dragOrigin, dragSource.imageRect(), clipboard, src, m_dragOffset);
/external/webkit/Source/WebCore/html/canvas/
H A DCanvasRenderingContext2D.cpp1267 FloatRect imageRect = FloatRect(FloatPoint(), size(image)); local
1268 if (!imageRect.contains(normalizedSrcRect) || !srcRect.width() || !srcRect.height()) {
/external/webkit/Source/WebCore/platform/chromium/
H A DPopupMenuChromium.cpp981 IntRect imageRect = image->rect(); local
982 remainingWidth -= (imageRect.width() + kLabelToIconPadding);
983 imageRect.setX(rowRect.width() - rightPadding - imageRect.width());
984 imageRect.setY(rowRect.y() + (rowRect.height() - imageRect.height()) / 2);
985 gc->drawImage(image.get(), ColorSpaceDeviceRGB, 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 339 milliseconds