Searched refs:rectWin (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | GraphicsContextWinCE.cpp | 1242 RECT rectWin = dstRect; in fillRoundedRect() local 1249 IntPoint centerPoint = rectCenterPoint(rectWin); in fillRoundedRect() 1251 RECT clipRect(rectWin); in fillRoundedRect() 1258 …drawRoundCorner(needsNewClip, clipRect, rectWin, dc, stableRound(newTopLeft.width() * 2), stableRo… in fillRoundedRect() 1261 clipRect = rectWin; in fillRoundedRect() 1265 …drawRoundCorner(needsNewClip, clipRect, rectWin, dc, stableRound(newTopRight.width() * 2), stableR… in fillRoundedRect() 1268 clipRect = rectWin; in fillRoundedRect() 1272 …drawRoundCorner(needsNewClip, clipRect, rectWin, dc, stableRound(newBottomLeft.width() * 2), stabl… in fillRoundedRect() 1275 clipRect = rectWin; in fillRoundedRect() 1279 …drawRoundCorner(needsNewClip, clipRect, rectWin, dc, stableRound(newBottomRight.width() * 2), stab… in fillRoundedRect() [all …]
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | GraphicsContext.h | 467 … void drawRoundCorner(bool newClip, RECT clipRect, RECT rectWin, HDC dc, int width, int height);
|