Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/wince/
DGraphicsContextWince.cpp1289 bool needsNewClip = (GetClipRgn(dc, clipRgn.get()) <= 0); in fillRoundedRect() local
1291 …drawRoundCorner(needsNewClip, clipRect, rectWin, dc, stableRound(newTopLeft.width() * 2), stableRo… in fillRoundedRect()
1298 …drawRoundCorner(needsNewClip, clipRect, rectWin, dc, stableRound(newTopRight.width() * 2), stableR… in fillRoundedRect()
1305 …drawRoundCorner(needsNewClip, clipRect, rectWin, dc, stableRound(newBottomLeft.width() * 2), stabl… in fillRoundedRect()
1312 …drawRoundCorner(needsNewClip, clipRect, rectWin, dc, stableRound(newBottomRight.width() * 2), stab… in fillRoundedRect()
1319 void GraphicsContext::drawRoundCorner(bool needsNewClip, RECT clipRect, RECT rectWin, HDC dc, int w… in drawRoundCorner() argument
1325 if (needsNewClip) { in drawRoundCorner()
1333 SelectClipRgn(dc, needsNewClip ? 0 : clipRgn.get()); in drawRoundCorner()