Home
last modified time | relevance | path

Searched refs:theDlg (Results 1 – 14 of 14) sorted by relevance

/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/materials/shaders/
H A Dshaderutil.cpp393 ShaderParamDlg *theDlg = DLGetWindowLongPtr<ShaderParamDlg *>(hwParent); in HiliteWndProc() local
394 if (theDlg==NULL) return FALSE; in HiliteWndProc()
411 Shader* pShader = theDlg->GetShader(); in HiliteWndProc()
538 ShaderParamDlg *theDlg = DLGetWindowLongPtr<ShaderParamDlg *>(hwParent); in Hilite2WndProc() local
539 if (theDlg==NULL) return FALSE; in Hilite2WndProc()
556 Shader* pShader = theDlg->GetShader(); in Hilite2WndProc()
570 ShaderParamDlg *theDlg = DLGetWindowLongPtr<ShaderParamDlg *>(hwParent); in Hilite2Layer1WndProc() local
571 if (theDlg==NULL) return FALSE; in Hilite2Layer1WndProc()
581 Shader* pShader = theDlg->GetShader(); in Hilite2Layer1WndProc()
596 if (theDlg==NULL) return FALSE; in Hilite2Layer2WndProc()
[all …]
H A Dshaderstrauss.cpp733 StraussShaderDlg *theDlg; in StraussShaderDlgProc() local
735 theDlg = (StraussShaderDlg*)lParam; in StraussShaderDlgProc()
738 if ( (theDlg = DLGetWindowLongPtr<StraussShaderDlg *>(hwndDlg) ) == NULL ) in StraussShaderDlgProc()
741 theDlg->isActive = 1; in StraussShaderDlgProc()
742 BOOL res = theDlg->PanelProc(hwndDlg, msg, wParam, lParam); in StraussShaderDlgProc()
743 theDlg->isActive = 0; in StraussShaderDlgProc()
H A Dshaderward.cpp751 WardShaderDlg *theDlg; in WardShaderDlgProc() local
753 theDlg = (WardShaderDlg*)lParam; in WardShaderDlgProc()
756 if ( (theDlg = DLGetWindowLongPtr<WardShaderDlg *>(hwndDlg) ) == NULL ) in WardShaderDlgProc()
759 theDlg->isActive = 1; in WardShaderDlgProc()
760 BOOL res = theDlg->PanelProc(hwndDlg, msg, wParam, lParam); in WardShaderDlgProc()
761 theDlg->isActive = 0; in WardShaderDlgProc()
H A Dshaderonb.cpp844 OrenNayarShaderDlg *theDlg; in OrenNayarShaderDlgProc() local
846 theDlg = (OrenNayarShaderDlg*)lParam; in OrenNayarShaderDlgProc()
849 if ( (theDlg = DLGetWindowLongPtr<OrenNayarShaderDlg *>(hwndDlg) ) == NULL ) in OrenNayarShaderDlgProc()
852 theDlg->isActive = 1; in OrenNayarShaderDlgProc()
853 BOOL res = theDlg->PanelProc(hwndDlg, msg, wParam, lParam); in OrenNayarShaderDlgProc()
854 theDlg->isActive = 0; in OrenNayarShaderDlgProc()
H A Dshaderaniso.cpp838 AnisoShaderDlg *theDlg; in AnisoShaderDlgProc() local
840 theDlg = (AnisoShaderDlg*)lParam; in AnisoShaderDlgProc()
843 if ( (theDlg = DLGetWindowLongPtr<AnisoShaderDlg*>(hwndDlg) ) == NULL ) in AnisoShaderDlgProc()
846 theDlg->isActive = 1; in AnisoShaderDlgProc()
847 BOOL res = theDlg->PanelProc(hwndDlg, msg, wParam, lParam); in AnisoShaderDlgProc()
848 theDlg->isActive = 0; in AnisoShaderDlgProc()
H A DshaderTranslucent.cpp1050 TranslucentShaderDlg *theDlg; in TranslucentShaderDlgProc() local
1052 theDlg = (TranslucentShaderDlg*)lParam; in TranslucentShaderDlgProc()
1055 if ( (theDlg = DLGetWindowLongPtr<TranslucentShaderDlg *>(hwndDlg) ) == NULL ) in TranslucentShaderDlgProc()
1058 theDlg->isActive = 1; in TranslucentShaderDlgProc()
1059 BOOL res = theDlg->PanelProc(hwndDlg, msg, wParam, lParam); in TranslucentShaderDlgProc()
1060 theDlg->isActive = 0; in TranslucentShaderDlgProc()
H A Dshadermultilayer.cpp1038 MultiLayerShaderDlg *theDlg; in MultiLayerShaderDlgProc() local
1040 theDlg = (MultiLayerShaderDlg*)lParam; in MultiLayerShaderDlgProc()
1043 if ( (theDlg = DLGetWindowLongPtr<MultiLayerShaderDlg*>(hwndDlg) ) == NULL ) in MultiLayerShaderDlgProc()
1046 theDlg->isActive = 1; in MultiLayerShaderDlgProc()
1047 BOOL res = theDlg->PanelProc(hwndDlg, msg, wParam, lParam); in MultiLayerShaderDlgProc()
1048 theDlg->isActive = 0; in MultiLayerShaderDlgProc()
/dports/emulators/uae/uae-0.8.29/src/od-macos/
H A Dmac.c1183 static pascal short Share_MyDlgHook(short item,DialogPtr theDlg,Ptr userData);
1185 static void Share_HitButton(DialogPtr theDlg,short item);
1280 static pascal short Share_MyDlgHook(short item,DialogPtr theDlg,Ptr userData) in Share_MyDlgHook() argument
1287 refCon = GetWRefCon(theDlg); in Share_MyDlgHook()
1311 Share_SetSelectButtonName(curSpec.name,Share_ShouldHiliteSelect(&curSpec),theDlg); in Share_MyDlgHook()
1329 refCon = GetWRefCon(theDlg); in Share_MyModalFilter()
1342 Share_HitButton(theDlg,kSelectItem); in Share_MyModalFilter()
1355 static void Share_HitButton(DialogPtr theDlg,short item) in Share_HitButton() argument
1362 GetDItem(theDlg,item,&iType,&iHndl,&iRect); in Share_HitButton()
1388 GetDItem(theDlg,kSelectItem,&iType,&iHndl,&iRect); in Share_SetSelectButtonName()
[all …]
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/materials/
H A Dstdmtl.cpp1377 StdMtlDlg *theDlg; in BasicPanelDlgProc() local
1388 theDlg->isActive = 1; in BasicPanelDlgProc()
1390 theDlg->isActive = 0; in BasicPanelDlgProc()
1395 StdMtlDlg *theDlg; in ExtraPanelDlgProc() local
1406 theDlg->isActive = 1; in ExtraPanelDlgProc()
1408 theDlg->isActive = 0; in ExtraPanelDlgProc()
1413 StdMtlDlg *theDlg; in TexmapPanelDlgProc() local
1424 theDlg->isActive = 1; in TexmapPanelDlgProc()
1426 theDlg->isActive = 0; in TexmapPanelDlgProc()
1432 StdMtlDlg *theDlg; in DynamPanelDlgProc() local
[all …]
H A Dmulti.cpp649 MultiDlg *theDlg; in PanelDlgProc() local
651 theDlg = (MultiDlg*)lParam; in PanelDlgProc()
652 theDlg->hPanelBasic = hwndDlg; in PanelDlgProc()
659 theDlg->isActive = 1; in PanelDlgProc()
661 theDlg->isActive = 0; in PanelDlgProc()
1003 if (theDlg==NULL) return FALSE; in PStampWndProc()
1013 theDlg->SelectMtl( id ); in PStampWndProc()
1373 MultiDlg *theDlg; in BasicPanelDlgProc() local
1375 theDlg = (MultiDlg*)lParam; in BasicPanelDlgProc()
1383 theDlg->isActive = 1; in BasicPanelDlgProc()
[all …]
H A Dcomposit.cpp220 CompositeDlg *theDlg = DLGetWindowLongPtr<CompositeDlg*>(hWnd); in PanelDlgProc() local
222 theDlg = (CompositeDlg*)lParam; in PanelDlgProc()
223 theDlg->hPanel = hWnd; in PanelDlgProc()
226 if (theDlg) return theDlg->PanelProc(hWnd,msg,wParam,lParam); in PanelDlgProc()
H A Dstdshaders.cpp890 StdShaderDlg *theDlg; in StdShaderDlgProc() local
892 theDlg = (StdShaderDlg*)lParam; in StdShaderDlgProc()
895 if ( (theDlg = DLGetWindowLongPtr<StdShaderDlg *>(hwndDlg) ) == NULL ) in StdShaderDlgProc()
898 theDlg->isActive = 1; in StdShaderDlgProc()
899 BOOL res = theDlg->PanelProc(hwndDlg, msg, wParam, lParam); in StdShaderDlgProc()
900 theDlg->isActive = 0; in StdShaderDlgProc()
1203 StdShaderDlg *theDlg = DLGetWindowLongPtr<StdShaderDlg *>(hwParent); in HiliteWndProc() local
1204 if (theDlg==NULL) return FALSE; in HiliteWndProc()
1221 theDlg->DrawHilite(hdc, rect); in HiliteWndProc()
/dports/cad/opencascade/opencascade-7.6.0/samples/qt/Interface/src/
H A DTranslate.cxx288 TranslateDlg* theDlg = getDialog( format, import ); in selectFileName() local
290 int ret = theDlg->exec(); in selectFileName()
299 fileNames = theDlg->selectedFiles(); in selectFileName()
305 QString selFilter = theDlg->selectedNameFilter(); in selectFileName()
483 TranslateDlg* theDlg = getDialog( -1, false ); in exportSTEP() local
484 STEPControl_StepModelType type = (STEPControl_StepModelType)theDlg->getMode(); in exportSTEP()
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/materials/swirl/
H A Dswirl.cpp286 SwirlDlg *theDlg; in PanelDlgProc() local
288 theDlg = (SwirlDlg*)lParam; in PanelDlgProc()
289 theDlg->hPanel = hwndDlg; in PanelDlgProc()
293 if ( (theDlg = DLGetWindowLongPtr<SwirlDlg *>(hwndDlg) ) == NULL ) in PanelDlgProc()
296 theDlg->isActive = 1; in PanelDlgProc()
297 int res = theDlg->PanelProc(hwndDlg,msg,wParam,lParam); in PanelDlgProc()
298 theDlg->isActive = 0; in PanelDlgProc()