Searched refs:rcWindow (Results 1 – 8 of 8) sorted by relevance
/external/webrtc/talk/media/devices/ |
D | gdivideorenderer.cc | 219 RECT rcClient, rcWindow; in OnSize() local 221 GetWindowRect(handle(), &rcWindow); in OnSize() 225 ptDiff.x = (rcWindow.right - rcWindow.left) - rcClient.right; in OnSize() 226 ptDiff.y = (rcWindow.bottom - rcWindow.top) - rcClient.bottom; in OnSize() 229 MoveWindow(handle(), rcWindow.left, rcWindow.top, in OnSize()
|
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_appstream.cpp | 1117 CFX_FloatRect rcWindow = widget_->GetRotatedRect(); in SetAsPushButton() local 1179 CFX_FloatRect rcClient = rcWindow.GetDeflated(fBorderWidth, fBorderWidth); in SetAsPushButton() 1245 GetRectFillAppStream(rcWindow, crBackground) + in SetAsPushButton() 1246 GetBorderAppStreamInternal(rcWindow, fBorderWidth, crBorder, crLeftTop, in SetAsPushButton() 1248 GetPushButtonAppStream(iconFit.GetFittingBounds() ? rcWindow : rcClient, in SetAsPushButton() 1266 GetRectFillAppStream(rcWindow, crBackground) + in SetAsPushButton() 1267 GetBorderAppStreamInternal(rcWindow, fBorderWidth, crBorder, crLeftTop, in SetAsPushButton() 1269 GetPushButtonAppStream(iconFit.GetFittingBounds() ? rcWindow : rcClient, in SetAsPushButton() 1301 GetRectFillAppStream(rcWindow, crBackground - 0.25f) + in SetAsPushButton() 1302 GetBorderAppStreamInternal(rcWindow, fBorderWidth, crBorder, crLeftTop, in SetAsPushButton() [all …]
|
D | cpwl_edit.cpp | 84 CFX_FloatRect rcWindow = m_rcOldWindow; in RePosChildWnd() local 86 CFX_FloatRect(rcWindow.right, rcWindow.bottom, in RePosChildWnd() 87 rcWindow.right + PWL_SCROLLBAR_WIDTH, rcWindow.top); in RePosChildWnd()
|
D | cpwl_combo_box.cpp | 452 CFX_FloatRect rcWindow = m_rcOldWindow; in SetPopup() local 454 rcWindow.bottom -= fPopupRet; in SetPopup() 456 rcWindow.top += fPopupRet; in SetPopup() 458 if (!Move(rcWindow, true, true)) in SetPopup()
|
D | cpwl_wnd.cpp | 415 CFX_FloatRect rcWindow = GetWindowRect(); in GetClientRect() local 418 CFX_FloatRect rcClient = rcWindow.GetDeflated(width, width); in GetClientRect() 423 return rcWindow.Contains(rcClient) ? rcClient : CFX_FloatRect(); in GetClientRect()
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_pageview.cpp | 477 CFX_FloatRect rcWindow = pAnnot->GetRect(); local 478 m_pFormFillEnv->Invalidate(m_page, rcWindow.GetOuterRect());
|
D | cpdfsdk_widget.cpp | 864 CFX_FloatRect rcWindow = GetRotatedRect(); local 874 return rcWindow.GetDeflated(fBorderWidth, fBorderWidth);
|
/external/kotlinc/lib/ |
D | kotlin-compiler.jar | META-INF/MANIFEST.MF
org/jetbrains/kotlin/utils/JavaSdkUtil.class
JavaSdkUtil ... |