Searched refs:boxWidthBest (Results 1 – 1 of 1) sorted by relevance
/external/webkit/WebCore/platform/graphics/wince/ |
D | GraphicsContextWince.cpp | 1783 const int boxWidthBest = 8; in drawFrameControl() local 1799 if ((rectWin.right - rectWin.left) < boxWidthBest) { in drawFrameControl() 1800 … RefPtr<SharedBitmap> bmp = SharedBitmap::createInstance(true, boxWidthBest, boxHeightBest, true); in drawFrameControl() 1803 RECT tempRect = {0, 0, boxWidthBest, boxHeightBest}; in drawFrameControl() 1806 …ight - rectWin.left, rectWin.bottom - rectWin.top, memDC.get(), 0, 0, boxWidthBest, boxHeightBest,… in drawFrameControl()
|