Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/wince/
DGraphicsContextWinCE.cpp1745 const int boxWidthBest = 8; in drawFrameControl() local
1761 if ((rectWin.right - rectWin.left) < boxWidthBest) { in drawFrameControl()
1762 …RefPtr<SharedBitmap> bmp = SharedBitmap::create(IntSize(boxWidthBest, boxHeightBest), BitmapInfo::… in drawFrameControl()
1765 RECT tempRect = {0, 0, boxWidthBest, boxHeightBest}; in drawFrameControl()
1768 …ight - rectWin.left, rectWin.bottom - rectWin.top, memDC.get(), 0, 0, boxWidthBest, boxHeightBest,… in drawFrameControl()