Searched refs:origSourceSize (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | SharedBitmap.h | 86 …e styleColorSpace, CompositeOperator op, const FloatRect& destRect, const IntSize& origSourceSize); 89 …e styleColorSpace, CompositeOperator op, const FloatRect& destRect, const IntSize& origSourceSize);
|
D | SharedBitmap.cpp | 403 …ce styleColorSpace, CompositeOperator op, const FloatRect& destRect, const IntSize& origSourceSize) in drawPattern() argument 407 …pPattern(this, tileRectIn, patternTransform, phase, styleColorSpace, op, destRect, origSourceSize); in drawPattern() 411 …ce styleColorSpace, CompositeOperator op, const FloatRect& destRect, const IntSize& origSourceSize) in drawPattern() argument 425 if (bmpWidth != origSourceSize.width()) { in drawPattern() 426 double rate = static_cast<double>(bmpWidth) / origSourceSize.width(); in drawPattern()
|
D | GraphicsContextWinCE.cpp | 1840 … styleColorSpace, CompositeOperator op, const FloatRect& destRectIn, const IntSize& origSourceSize) in drawBitmapPattern() argument 1861 …, transform, tileRectIn, patternTransform, phase, styleColorSpace, op, destRectIn, origSourceSize); in drawBitmapPattern()
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext.h | 463 …e styleColorSpace, CompositeOperator op, const FloatRect& destRect, const IntSize& origSourceSize);
|