OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adjustForNegativeSize
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
Image.h
132
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
277
FloatRect normDstRect =
adjustForNegativeSize
(dstRect);
278
FloatRect normSrcRect =
adjustForNegativeSize
(srcRect);
Completed in 3821 milliseconds