Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ScrollBar.cpp169 CPDF_Rect rectWnd = GetWindowRect(); in GetThisAppearanceStream() local
171 if (rectWnd.IsEmpty()) return; in GetThisAppearanceStream()
188 if (rectWnd.right - rectWnd.left > PWL_TRIANGLE_HALFLEN * 2 && in GetThisAppearanceStream()
189 rectWnd.top - rectWnd.bottom > PWL_TRIANGLE_HALFLEN ) in GetThisAppearanceStream()
207 if (rectWnd.right - rectWnd.left > PWL_TRIANGLE_HALFLEN * 2 && in GetThisAppearanceStream()
208 rectWnd.top - rectWnd.bottom > PWL_TRIANGLE_HALFLEN ) in GetThisAppearanceStream()
233 if (rectWnd.right - rectWnd.left > PWL_TRIANGLE_HALFLEN * 2 && in GetThisAppearanceStream()
234 rectWnd.top - rectWnd.bottom > PWL_TRIANGLE_HALFLEN ) in GetThisAppearanceStream()
252 if (rectWnd.right - rectWnd.left > PWL_TRIANGLE_HALFLEN * 2 && in GetThisAppearanceStream()
253 rectWnd.top - rectWnd.bottom > PWL_TRIANGLE_HALFLEN ) in GetThisAppearanceStream()
[all …]
DPWL_ComboBox.cpp118 CPDF_Rect rectWnd = CPWL_Wnd::GetWindowRect(); in GetThisAppearanceStream() local
120 if (IsVisible() && !rectWnd.IsEmpty()) in GetThisAppearanceStream()
130 if (IsFloatBigger(rectWnd.right - rectWnd.left,PWL_CBBUTTON_TRIANGLE_HALFLEN * 2) in GetThisAppearanceStream()
132 IsFloatBigger(rectWnd.top - rectWnd.bottom,PWL_CBBUTTON_TRIANGLE_HALFLEN) in GetThisAppearanceStream()
150 CPDF_Rect rectWnd = CPWL_Wnd::GetWindowRect(); in DrawThisAppearance() local
152 if (IsVisible() && !rectWnd.IsEmpty()) in DrawThisAppearance()
160 if (IsFloatBigger(rectWnd.right - rectWnd.left,PWL_CBBUTTON_TRIANGLE_HALFLEN * 2) in DrawThisAppearance()
162 IsFloatBigger(rectWnd.top - rectWnd.bottom,PWL_CBBUTTON_TRIANGLE_HALFLEN) in DrawThisAppearance()
DPWL_Wnd.cpp403 CPDF_Rect rectWnd = GetWindowRect(); in GetThisAppearanceStream() local
404 if (!rectWnd.IsEmpty()) in GetThisAppearanceStream()
409 sThis << CPWL_Utils::GetRectFillAppStream(rectWnd,this->GetBackgroundColor()); in GetThisAppearanceStream()
412 sThis << CPWL_Utils::GetBorderAppStream(rectWnd, in GetThisAppearanceStream()
446 CPDF_Rect rectWnd = GetWindowRect(); in DrawThisAppearance() local
447 if (!rectWnd.IsEmpty()) in DrawThisAppearance()
451 …CPDF_Rect rcClient = CPWL_Utils::DeflateRect(rectWnd,(FX_FLOAT)(GetBorderWidth()+GetInnerBorderWid… in DrawThisAppearance()
458 rectWnd, in DrawThisAppearance()