Searched refs:lpsizel (Results 1 – 7 of 7) sorted by relevance
/reactos/dll/win32/ieframe/ |
H A D | view.c | 128 DVTARGETDEVICE *ptd, LPSIZEL lpsizel) in ViewObject_GetExtent() argument 131 FIXME("(%p)->(%d %d %p %p)\n", This, dwAspect, lindex, ptd, lpsizel); in ViewObject_GetExtent()
|
/reactos/dll/win32/ole32/ |
H A D | datacache.c | 2273 LPSIZEL lpsizel) in DataCache_GetExtent() argument 2280 iface, dwDrawAspect, lindex, ptd, lpsizel); in DataCache_GetExtent() 2282 if (lpsizel==NULL) in DataCache_GetExtent() 2285 lpsizel->cx = 0; in DataCache_GetExtent() 2286 lpsizel->cy = 0; in DataCache_GetExtent() 2328 lpsizel->cx = mfpict->xExt; in DataCache_GetExtent() 2329 lpsizel->cy = mfpict->yExt; in DataCache_GetExtent() 2351 lpsizel->cx = info->biWidth * 100000 / x_pels_m; in DataCache_GetExtent() 2352 lpsizel->cy = info->biHeight * 100000 / y_pels_m; in DataCache_GetExtent() 2357 lpsizel->cx = info->biWidth * 2540 / GetDeviceCaps( hdc, LOGPIXELSX ); in DataCache_GetExtent() [all …]
|
/reactos/dll/win32/mshtml/ |
H A D | view.c | 810 DVTARGETDEVICE* ptd, LPSIZEL lpsizel) in ViewObject_GetExtent() argument 813 FIXME("(%p)->(%d %d %p %p)\n", This, dwDrawAspect, lindex, ptd, lpsizel); in ViewObject_GetExtent()
|
/reactos/sdk/include/psdk/ |
H A D | oleidl.idl | 891 [out] LPSIZEL lpsizel);
|
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/mstscax/ |
H A D | mstscax.cpp | 4180 …YPE IViewObject2::GetExtent(DWORD dwDrawAspect, LONG lindex, DVTARGETDEVICE * ptd, LPSIZEL lpsizel) in GetExtent() argument 4183 …%ld, %s, %p)"), AspectToString(dwDrawAspect), lindex, TargetDeviceToString(*ptd).c_str(), lpsizel); in GetExtent() 4184 HRESULT hr = pIViewObject2->GetExtent(dwDrawAspect, lindex, ptd, lpsizel); in GetExtent() 4185 …dbgprintf(TEXT("IViewObject2::GetExtent -> %08X, sizel = %s"), hr, SizeToString(*lpsizel).c_str()); in GetExtent()
|
/reactos/modules/rostests/winetests/mshtml/ |
H A D | activex.c | 943 …Extent(IViewObjectEx *iface, DWORD dwDrawAspect, LONG lindex, DVTARGETDEVICE *ptd, LPSIZEL lpsizel) in ViewObjectEx_GetExtent() argument
|
/reactos/modules/rosapps/applications/net/tsclient/porting-tools/rdesktop-core-tester/ |
H A D | activex.cpp | 5115 …IMP IViewObject2::GetExtent(DWORD dwDrawAspect, LONG lindex, DVTARGETDEVICE * ptd, LPSIZEL lpsizel) in GetExtent() argument
|