Home
last modified time | relevance | path

Searched defs:imageRect (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/css/
DCSSBorderImageValue.cpp29 CSSBorderImageValue::CSSBorderImageValue(PassRefPtr<CSSValue> image, PassRefPtr<Rect> imageRect, in… in CSSBorderImageValue()
/external/webkit/Source/WebCore/platform/graphics/filters/
DSourceAlpha.cpp66 FloatRect imageRect(FloatPoint(), absolutePaintRect().size()); in apply() local
DFEColorMatrix.cpp174 IntRect imageRect(IntPoint(), absolutePaintRect().size()); in apply() local
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/
DInjectedBundleHitTestResult.cpp103 WebCore::IntRect InjectedBundleHitTestResult::imageRect() const in imageRect() function in WebKit::InjectedBundleHitTestResult
/external/webkit/Source/WebCore/platform/graphics/cairo/
DCairoUtilities.cpp135 IntRect imageRect = enclosingIntRect(tileRect); in drawPatternToCairoContext() local
/external/webkit/Source/WebCore/platform/
DCursor.cpp36 IntRect imageRect = image->rect(); in determineHotSpot() local
/external/webkit/Source/WebCore/loader/cache/
DCachedImage.cpp190 IntRect CachedImage::imageRect(float multiplier) const in imageRect() function in WebCore::CachedImage
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContextQt.cpp619 QRect imageRect(0, 0, w, h); in drawRepeatPattern() local
628 QRect imageRect(r.x(), 0, r.width(), h); in drawRepeatPattern() local
637 QRect imageRect(0, r.y(), w, r.height()); in drawRepeatPattern() local
652 QRect imageRect(x, y, w, h); in drawRepeatPattern() local
/external/webkit/Source/WebCore/rendering/
DRenderMediaControlsChromium.cpp66 IntRect imageRect = image->rect(); in paintMediaButton() local
DHitTestResult.cpp291 IntRect HitTestResult::imageRect() const in imageRect() function in WebCore::HitTestResult
DRenderBox.cpp1067 FloatRect imageRect(tx + x(), rootRect.y(), width(), rootRect.height()); in paintCustomHighlight() local
1070 FloatRect imageRect(tx + x(), ty + y(), width(), height()); in paintCustomHighlight() local
/external/webkit/Source/WebKit/qt/tests/qwebelement/
Dtst_qwebelement.cpp970 QRect imageRect(0, 0, resource.width(), resource.height()); in render() local
/external/webkit/Source/WebCore/page/
DDragController.cpp724 IntRect imageRect = dragSource.imageRect(); in startDrag() local
/external/webkit/Source/WebCore/platform/chromium/
DPopupMenuChromium.cpp981 IntRect imageRect = image->rect(); in paintRow() local
/external/webkit/Source/WebCore/plugins/
DPluginView.cpp1330 …IntRect imageRect(frameRect().x(), frameRect().y(), nullPluginImage->width(), nullPluginImage->hei… in paintMissingPluginIcon() local
/external/webkit/Source/WebKit/android/WebCoreSupport/
DFrameLoaderClientAndroid.cpp1110 IntRect imageRect(x(), y(), image->width(), image->height()); in paint() local
/external/webkit/Source/WebCore/html/canvas/
DCanvasRenderingContext2D.cpp1267 FloatRect imageRect = FloatRect(FloatPoint(), size(image)); in drawImage() local