Searched defs:imageRect (Results 1 – 12 of 12) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/ |
D | SourceAlpha.cpp | 61 FloatRect imageRect(FloatPoint(), absolutePaintRect().size()); in applySoftware() local
|
D | FEColorMatrix.cpp | 155 IntRect imageRect(IntPoint(), absolutePaintRect().size()); in applySoftware() local
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | Cursor.cpp | 37 IntRect imageRect = image->rect(); in determineHotSpot() local
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/ |
D | commands.js | 371 Command.Crop = function(imageRect) { argument
|
D | image_view.js | 220 ImageView.prototype.paintDeviceRect = function(deviceRect, canvas, imageRect) { argument
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | HitTestResult.cpp | 284 IntRect HitTestResult::imageRect() const in imageRect() function in WebCore::HitTestResult
|
D | RenderLayerScrollableArea.cpp | 1209 IntRect imageRect(resizerCornerRect.maxXMaxYCorner() - cornerResizerSize, cornerResizerSize); in drawPlatformResizerImage() local
|
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/ |
D | NativeImageSkia.cpp | 195 SkRect imageRect = SkRect::MakeWH(imageSize.width(), imageSize.height()); in extractScaledImageFragment() local
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | PopupListBox.cpp | 507 IntRect imageRect = image->rect(); in paintRow() local
|
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/ |
D | CanvasRenderingContext2D.cpp | 1237 static inline void clipRectsToImageRect(const FloatRect& imageRect, FloatRect* srcRect, FloatRect* … in clipRectsToImageRect() 1347 FloatRect imageRect = FloatRect(bitmapOffset, bitmapRect.size()); in drawImage() local 1424 FloatRect imageRect = FloatRect(FloatPoint(), size); in drawImage() local
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | DragController.cpp | 805 …age(Element* element, Image* image, const IntPoint& dragOrigin, const IntRect& imageRect, IntPoint… in dragImageForImage()
|
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/photo/ |
D | mosaic_mode.js | 638 Mosaic.prototype.transform = function(tileRect, imageRect, opt_instant) { argument
|