Home
last modified time | relevance | path

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

/external/webkit/WebCore/rendering/
DRenderThemeWince.cpp565 FloatRect imRect = r; in paintMediaFullscreenButton() local
566 imRect.inflate(-2); in paintMediaFullscreenButton()
570 paintInfo.context->fillRect(imRect); in paintMediaFullscreenButton()
580 FloatRect imRect = r; in paintMediaMuteButton() local
581 imRect.inflate(-2); in paintMediaMuteButton()
586 FloatPoint(imRect.x() + 1, imRect.y() + imRect.height() / 3.0), in paintMediaMuteButton()
587 FloatPoint(imRect.x() + 1 + imRect.width() / 2.0, imRect.y() + imRect.height() / 3.0), in paintMediaMuteButton()
588 FloatPoint(imRect.right() - 1, imRect.y()), in paintMediaMuteButton()
589 FloatPoint(imRect.right() - 1, imRect.bottom()), in paintMediaMuteButton()
590 FloatPoint(imRect.x() + 1 + imRect.width() / 2.0, imRect.y() + 2.0 * imRect.height() / 3.0), in paintMediaMuteButton()
[all …]