Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_scroll_bar.cpp143 CFX_FloatRect rectWnd = GetWindowRect(); in DrawThisAppearance() local
144 if (rectWnd.IsEmpty()) in DrawThisAppearance()
174 if (rectWnd.right - rectWnd.left > kScrollBarTriangleHalfLength * 2 && in DrawThisAppearance()
175 rectWnd.top - rectWnd.bottom > kScrollBarTriangleHalfLength) { in DrawThisAppearance()
190 pDevice->DrawStrokeRect(&mtUser2Device, rectWnd, in DrawThisAppearance()
192 pDevice->DrawStrokeRect(&mtUser2Device, rectWnd.GetDeflated(0.5f, 0.5f), in DrawThisAppearance()
199 rectWnd.GetDeflated(1.0f, 1.0f), nTransparency, 80, in DrawThisAppearance()
202 pDevice->DrawFillRect(&mtUser2Device, rectWnd.GetDeflated(1.0f, 1.0f), in DrawThisAppearance()
207 if (rectWnd.top - rectWnd.bottom > 6.0f) { in DrawThisAppearance()
208 float fX = rectWnd.left + 1.5f; in DrawThisAppearance()
[all …]
Dcpwl_combo_box.cpp101 CFX_FloatRect rectWnd = CPWL_Wnd::GetWindowRect(); in DrawThisAppearance() local
103 if (!IsVisible() || rectWnd.IsEmpty()) in DrawThisAppearance()
116 if (IsFloatBigger(rectWnd.right - rectWnd.left, in DrawThisAppearance()
118 IsFloatBigger(rectWnd.top - rectWnd.bottom, in DrawThisAppearance()
Dcpwl_wnd.cpp244 CFX_FloatRect rectWnd = GetWindowRect(); in DrawThisAppearance() local
245 if (rectWnd.IsEmpty()) in DrawThisAppearance()
250 pDevice->DrawFillRect(&mtUser2Device, rectWnd.GetDeflated(width, width), in DrawThisAppearance()
255 pDevice->DrawBorder(&mtUser2Device, rectWnd, in DrawThisAppearance()