Searched refs:adjustForNegativeSize (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImage.cpp105 FloatRect Image::adjustForNegativeSize(const FloatRect& rect) function in class:blink::Image
230 bitmap->drawPattern(context, adjustForNegativeSize(floatSrcRect), scale, phase, compositeOp, destRect, blendMode, repeatSpacing);
H A DImage.h132 static FloatRect adjustForNegativeSize(const FloatRect&); // A helper method for translating negative width and height values.
H A DBitmapImage.cpp277 FloatRect normDstRect = adjustForNegativeSize(dstRect);
278 FloatRect normSrcRect = adjustForNegativeSize(srcRect);

Completed in 80 milliseconds