MulDiv 142 chrome/browser/jumplist_win.cc MulDiv(jumplist_updater.user_max_items(), kMostVisited, kTotal); MulDiv 5183 third_party/wtl/include/atldlgs.h titleLogFont.lfHeight = -::MulDiv(titleFontPointSize, dcScreen.GetDeviceCaps(LOGPIXELSY), 72); MulDiv 5192 third_party/wtl/include/atldlgs.h bulletLogFont.lfHeight = -::MulDiv(bulletFontSize, dcScreen.GetDeviceCaps(LOGPIXELSY), 72); MulDiv 3290 third_party/wtl/include/atlframe.h rectCtl.left = rectGroup.left + ::MulDiv(data.m_rect.left - rectGroup.left, rectGroup.right - rectGroup.left + (cxWidth - m_sizeDialog.cx), rectGroup.right - rectGroup.left); MulDiv 3294 third_party/wtl/include/atlframe.h rectCtl.right = rectGroup.left + ::MulDiv(data.m_rect.right - rectGroup.left, rectGroup.right - rectGroup.left + (cxWidth - m_sizeDialog.cx), rectGroup.right - rectGroup.left); MulDiv 3322 third_party/wtl/include/atlframe.h rectCtl.top = rectGroup.top + ::MulDiv(data.m_rect.top - rectGroup.top, rectGroup.bottom - rectGroup.top + (cyHeight - m_sizeDialog.cy), rectGroup.bottom - rectGroup.top); MulDiv 3326 third_party/wtl/include/atlframe.h rectCtl.bottom = rectGroup.top + ::MulDiv(data.m_rect.bottom - rectGroup.top, rectGroup.bottom - rectGroup.top + (cyHeight - m_sizeDialog.cy), rectGroup.bottom - rectGroup.top); MulDiv 412 third_party/wtl/include/atlgdi.h lfHeight = -::MulDiv(nPointSize, ::GetDeviceCaps(hDC, LOGPIXELSY), 72); MulDiv 418 third_party/wtl/include/atlgdi.h return ::MulDiv(-lfHeight, 72, ::GetDeviceCaps(hDC, LOGPIXELSY)); MulDiv 429 third_party/wtl/include/atlgdi.h return ::MulDiv(pt.y, 720, ::GetDeviceCaps(hDC, LOGPIXELSY)); // 72 points/inch, 10 decipoints/point MulDiv 432 third_party/wtl/include/atlgdi.h return ::MulDiv(abs(lfHeight), 720, ::GetDeviceCaps(hDC, LOGPIXELSY)); // 72 points/inch, 10 decipoints/point MulDiv 440 third_party/wtl/include/atlgdi.h pt.y = ::MulDiv(::GetDeviceCaps(hDC, LOGPIXELSY), nDeciPtHeight, 720); // 72 points/inch, 10 decipoints/point MulDiv 447 third_party/wtl/include/atlgdi.h lfHeight = -abs(::MulDiv(::GetDeviceCaps(hDC, LOGPIXELSY), nDeciPtHeight, 720)); // 72 points/inch, 10 decipoints/point MulDiv 630 third_party/wtl/include/atlgdi.h pt.y = ::MulDiv(::GetDeviceCaps(hDC1, LOGPIXELSY), logFont.lfHeight, 720); // 72 points/inch, 10 decipoints/point MulDiv 637 third_party/wtl/include/atlgdi.h logFont.lfHeight = -abs(::MulDiv(::GetDeviceCaps(hDC1, LOGPIXELSY), logFont.lfHeight, 720)); // 72 points/inch, 10 decipoints/point MulDiv 1706 third_party/wtl/include/atlgdi.h lpSize->cx = ::MulDiv(lpSize->cx, abs(sizeWinExt.cx), abs(sizeVpExt.cx)); MulDiv 1707 third_party/wtl/include/atlgdi.h lpSize->cy = ::MulDiv(lpSize->cy, abs(sizeWinExt.cy), abs(sizeVpExt.cy)); MulDiv 1731 third_party/wtl/include/atlgdi.h lpSize->cx = ::MulDiv(lpSize->cx, abs(sizeVpExt.cx), abs(sizeWinExt.cx)); MulDiv 1732 third_party/wtl/include/atlgdi.h lpSize->cy = ::MulDiv(lpSize->cy, abs(sizeVpExt.cy), abs(sizeWinExt.cy)); MulDiv 1756 third_party/wtl/include/atlgdi.h lpSize->cx = ::MulDiv(lpSize->cx, HIMETRIC_INCH, cxPerInch); MulDiv 1757 third_party/wtl/include/atlgdi.h lpSize->cy = ::MulDiv(lpSize->cy, HIMETRIC_INCH, cyPerInch); MulDiv 1778 third_party/wtl/include/atlgdi.h lpSize->cx = ::MulDiv(lpSize->cx, cxPerInch, HIMETRIC_INCH); MulDiv 1779 third_party/wtl/include/atlgdi.h lpSize->cy = ::MulDiv(lpSize->cy, cyPerInch, HIMETRIC_INCH); MulDiv 683 third_party/wtl/include/atlmisc.h CRect MulDiv(int nMultiplier, int nDivisor) const MulDiv 686 third_party/wtl/include/atlmisc.h ::MulDiv(left, nMultiplier, nDivisor), MulDiv 687 third_party/wtl/include/atlmisc.h ::MulDiv(top, nMultiplier, nDivisor), MulDiv 688 third_party/wtl/include/atlmisc.h ::MulDiv(right, nMultiplier, nDivisor), MulDiv 689 third_party/wtl/include/atlmisc.h ::MulDiv(bottom, nMultiplier, nDivisor)); MulDiv 756 third_party/wtl/include/atlprint.h RECT rcMM = { 0, 0, ::MulDiv(iWidth, 2540, nLogx), ::MulDiv(iHeight, 2540, nLogy) }; MulDiv 781 third_party/wtl/include/atlprint.h int y1p = MulDiv(x1, y2, x2); MulDiv 782 third_party/wtl/include/atlprint.h int x1p = MulDiv(y1, x2, y2); MulDiv 810 third_party/wtl/include/atlprint.h int nOffsetX = MulDiv(m_sizeCurPhysOffset.cx, rc.right-rc.left, pmh->szlDevice.cx); MulDiv 811 third_party/wtl/include/atlprint.h int nOffsetY = MulDiv(m_sizeCurPhysOffset.cy, rc.bottom-rc.top, pmh->szlDevice.cy); MulDiv 1000 third_party/wtl/include/atlprint.h ptOffset.x = ::MulDiv(ptOffset.x, m_sizeAll.cx, sizeAll.cx); MulDiv 1002 third_party/wtl/include/atlprint.h ptOffset.y = ::MulDiv(ptOffset.y, m_sizeAll.cy, sizeAll.cy); MulDiv 1092 third_party/wtl/include/atlprint.h int nOffsetX = MulDiv(m_sizeCurPhysOffset.cx, rc.right-rc.left, pmh->szlDevice.cx); MulDiv 1093 third_party/wtl/include/atlprint.h int nOffsetY = MulDiv(m_sizeCurPhysOffset.cy, rc.bottom-rc.top, pmh->szlDevice.cy); MulDiv 185 third_party/wtl/include/atlsplit.h m_nProportionalPos = ::MulDiv(nPct, m_nPropMax, 100); MulDiv 786 third_party/wtl/include/atlsplit.h m_nProportionalPos = ::MulDiv(m_xySplitterPos, m_nPropMax, cxyTotal); MulDiv 797 third_party/wtl/include/atlsplit.h int xyNewPos = ::MulDiv(m_nProportionalPos, cxyTotal, m_nPropMax);