Searched refs:boxHeightBest (Results 1 – 1 of 1) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/wince/ |
D | GraphicsContextWinCE.cpp | 1746 const int boxHeightBest = 8; in drawFrameControl() local 1762 …RefPtr<SharedBitmap> bmp = SharedBitmap::create(IntSize(boxWidthBest, boxHeightBest), BitmapInfo::… in drawFrameControl() 1765 RECT tempRect = {0, 0, boxWidthBest, boxHeightBest}; in drawFrameControl() 1768 …ctWin.left, rectWin.bottom - rectWin.top, memDC.get(), 0, 0, boxWidthBest, boxHeightBest, SRCCOPY); in drawFrameControl()
|