HomeSort by relevance Sort by last modified time
    Searched refs:adjustForNegativeSize (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
Image.h 129 static FloatRect adjustForNegativeSize(const FloatRect&); // A helper method for translating negative width and height values.
Image.cpp 105 FloatRect Image::adjustForNegativeSize(const FloatRect& rect)
230 bitmap->drawPattern(context, adjustForNegativeSize(floatSrcRect), scale, phase, compositeOp, destRect, blendMode, repeatSpacing);
BitmapImage.cpp 278 FloatRect normDstRect = adjustForNegativeSize(dstRect);
279 FloatRect normSrcRect = adjustForNegativeSize(srcRect);

Completed in 223 milliseconds