Home
last modified time | relevance | path

Searched refs:destRectIn (Results 1 – 1 of 1) sorted by relevance

/external/webkit/WebCore/platform/graphics/wince/
DGraphicsContextWince.cpp1878 …const FloatPoint& phase, CompositeOperator op, const FloatRect& destRectIn, const IntSize& origSou… in drawBitmapPattern() argument
1887 IntRect intDstRect = enclosingIntRect(destRectIn); in drawBitmapPattern()
1895 FloatSize moved(movedDstRect.location() - destRectIn.location()); in drawBitmapPattern()
1899 …bmp->drawPattern(dc, transform, tileRectIn, patternTransform, phase, op, destRectIn, origSourceSiz… in drawBitmapPattern()