Home
last modified time | relevance | path

Searched refs:pSet (Results 1 – 25 of 1091) sorted by relevance

12345678910>>...44

/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/
H A DGui_Init.cpp93 if (pSet->inMenu > MNU_Single && pSet->inMenu <= MNU_Challenge) in InitGui()
123 app->mWndWelcome->setVisible(pSet->show_welcome && !pSet->autostart); in InitGui()
147 cmb->setIndexSelected(pSet->graphs_type); in InitGui()
274 app->bckFps->setVisible(pSet->show_fps); in InitGui()
321 cmb->setIndexSelected(pSet->gui.boost_type); in InitGui()
327 cmb->setIndexSelected(pSet->gui.flip_type); in InitGui()
333 cmb->setIndexSelected(pSet->gui.damage_type); in InitGui()
653 li->mSortColumnIndex = pSet->cars_sort; in InitGui()
654 li->mSortUp = pSet->cars_sortup; in InitGui()
659 sListCar = pSet->gui.car[0]; in InitGui()
[all …]
H A DGui_Events.cpp40 pSet->sss_effect[0] = 0.574f; pSet->sss_velfactor[0] = 0.626f; in btnSSSReset()
41 pSet->sss_effect[1] = 0.650f; pSet->sss_velfactor[1] = 0.734f; in btnSSSReset()
46 pSet->steer_range[0] = 1.00f; pSet->steer_sim[0] = 0.71f; in btnSteerReset()
47 pSet->steer_range[1] = 0.76f; pSet->steer_sim[1] = 1.00f; in btnSteerReset()
154 pSet->game.car_hue[i] = pSet->gui.car_hue[i]; // copy to apply in UpdCarClrSld()
155 pSet->game.car_sat[i] = pSet->gui.car_sat[i]; in UpdCarClrSld()
156 pSet->game.car_val[i] = pSet->gui.car_val[i]; in UpdCarClrSld()
157 pSet->game.car_gloss[i]= pSet->gui.car_gloss[i]; in UpdCarClrSld()
158 pSet->game.car_refl[i] = pSet->gui.car_refl[i]; in UpdCarClrSld()
250 pSet->gui.start_order = pSet->gui.start_order==0 ? 1 : 0; in chkStartOrd()
[all …]
H A DBaseApp_Effects.cpp23 mSplitMgr->mNumViewports = pSet->gui.local_players; in createViewports()
30 …eturn pSet->all_effects && (pSet->softparticles || /*?*/pSet->bloom || pSet->hdr || pSet->blur || in AnyEffectEnabled()
35 …return pSet->all_effects && (pSet->ssao || pSet->softparticles || pSet->dof || pSet->godrays || pS… in NeedMRTBuffer()
66 if (!pSet->all_effects || disableAll) in refreshCompositor()
76 params->setNamedConstant("BlurWeight", pSet->bloom_int); in refreshCompositor()
106 cmp.setCompositorEnabled((*it), "Bloom", pSet->bloom); in refreshCompositor()
109 cmp.setCompositorEnabled((*it), "motionblur", pSet->blur); in refreshCompositor()
110 cmp.setCompositorEnabled((*it), "FilmGrain", pSet->hdr); in refreshCompositor()
113 cmp.setCompositorEnabled((*it), "ssao", pSet->ssao); in refreshCompositor()
116 cmp.setCompositorEnabled((*it), "GodRays", pSet->godrays); in refreshCompositor()
[all …]
H A DChampChall.cpp26 { pSet->game.champ_num = -1; in Ch_NewGame()
27 pSet->game.chall_num = -1; } in Ch_NewGame()
42 pSet->game.track = trk.name; pSet->game.track_user = 0; in Ch_NewGame()
43 pSet->game.trackreverse = pSet->game.champ_rev ? !trk.reversed : trk.reversed; in Ch_NewGame()
84 pSet->game.track = trk.name; pSet->game.track_user = 0; in Ch_NewGame()
85 pSet->game.trackreverse = pSet->game.champ_rev ? !trk.reversed : trk.reversed; in Ch_NewGame()
89 pSet->game.flip_type = 2; in Ch_NewGame()
304 …bool tutor = pSet->inMenu == MNU_Tutorial, champ = pSet->inMenu == MNU_Champ, chall = pSet->inMenu… in UpdChampTabVis()
335 pSet->champ_info = !pSet->champ_info; in btnChampInfo()
351 float carMul = app->GetCarTimeMul(pSet->game.car[0], pSet->game.sim_mode); in StageListAdd()
[all …]
H A DSceneInit.cpp62 if (pSet->cam_view[i] >= 0) in createScene()
144 if (pSet->startInMain) in createScene()
145 pSet->isMain = true; in createScene()
147 if (!pSet->autostart) in createScene()
151 pSet->gui.chall_num = -1; in createScene()
159 if (pSet->bltLines) in createScene()
169 if (pSet->autostart) in createScene()
198 pSet->game = pSet->gui; // copy game config from gui in NewGame()
332 oldTrack = pSet->game.track; oldTrkUser = pSet->game.track_user; in LoadGame()
526 replay.InitHeader(pSet->game.track.c_str(), pSet->game.track_user, !bRplPlay); in LoadCar()
[all …]
H A DGui_Network.cpp69 li->addItem("#C0E0FF"+ pSet->nickname); in rebuildPlayerList()
155 pSet->game.sim_mode = netGameInfo.sim_mode; LogO("== Netw sim mode: " + pSet->game.sim_mode); in updateGameSet()
158 pSet->game.num_laps = netGameInfo.laps; LogO("== Netw laps num: " + toStr(pSet->game.num_laps)); in updateGameSet()
165 pSet->game.BoostDefault(); // in updateGameSet()
195 game.laps = pSet->gui.num_laps; LogO("== Netw laps num: " + toStr(pSet->gui.num_laps)); in uploadGameInfo()
200 game.tree_mult = pSet->gui.trees; in uploadGameInfo()
211 game.port = pSet->local_port; in uploadGameInfo()
390 app->mMasterClient->connect(pSet->master_server_address, pSet->master_server_port); in evBtnNetRefresh()
397 if (!listServers || !pSet) return; in evBtnNetJoin()
446 app->mMasterClient->connect(pSet->master_server_address, pSet->master_server_port); in evBtnNetCreate()
[all …]
H A DGui_KeyPress.cpp42 if (pSet->isMain && isFocGui) in keyPressed()
47 pSet->inMenu = (pSet->inMenu-1 + ciMainBtns) % ciMainBtns; in keyPressed()
51 pSet->inMenu = (pSet->inMenu+1) % ciMainBtns; in keyPressed()
56 pSet->isMain = false; in keyPressed()
64 if (pSet->escquit && !bAssignKey) in keyPressed()
135 pSet->gui.track_user = false; in keyPressed()
142 if (pSet->graphs_type == Gh_TireEdit || pSet->graphs_type == Gh_Tires4Edit && !tweak) in keyPressed()
188 if (pSet->isMain) break; in keyPressed()
214 if (pSet->dev_keys) in keyPressed()
283 switch (pSet->inMenu) in keyPressed()
[all …]
H A DCarReflection.cpp24 pSet = set; pApp = app; in CarReflection()
27 iCounter = pSet->refl_skip; in CarReflection()
46 if ( !(pSet->refl_mode == 1 && iIndex != 0) ) in ~CarReflection()
54 else if (pSet->refl_mode == 2) in Create()
65 int size = ciShadowSizesA[pSet->refl_size]; // /2 ? in Create()
68 if ( !(pSet->refl_mode == 1 && iIndex != 0) ) in Create()
83 mCam->setFarClipDistance(pSet->refl_dist * 1.1f); in Create()
118 if (pSet->refl_mode == 1 && iIndex != 0) return; in Update()
120 if (pSet->refl_mode == 0) return; in Update()
124 if (++iCounter >= pSet->refl_skip || first) in Update()
[all …]
/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/common/
H A DGuiCom_Options.cpp53 cmb->setIndexSelected(pSet->tex_filt); comboTexFilter(cmb, pSet->tex_filt); in GuiInitGraphics()
65 sv->Init("TerMtr", &pSet->ter_mtr, 0,3); sv->DefaultI(2); in GuiInitGraphics()
109 cmb->setIndexSelected(pSet->preset); in GuiInitGraphics()
113 ck= &ckLimitFps; ck->Init("LimitFpsOn", &pSet->limit_fps); in GuiInitGraphics()
128 if (pSet->fsaa >= v) in GuiInitGraphics()
152 if (pSet->rendersystem == rs[i]) in GuiInitGraphics()
167 pSet->tex_filt = val; in comboTexFilter()
183 Vector3 sc = pSet->view_distance * Vector3::UNIT_SCALE; in slViewDist()
190 app->mCamera->setFarClipDistance(pSet->view_distance*1.1f); in slViewDist()
223 app->scn->mWaterRTT->setReflect(pSet->water_reflect); in chkWater()
[all …]
H A DShadows.cpp43 const SETTINGS* pSet = app->pSet; in UpdShaderParams() local
47 pSet->shadow_dist, in UpdShaderParams()
48 pSet->shadow_dist * 0.6, // fade start in UpdShaderParams()
79 mFactory->setGlobalSetting("soft_particles", b2s(pSet->all_effects && pSet->softparticles)); in UpdShaderParams()
96 SETTINGS* pSet = app->pSet; local
97 bool enabled = pSet->shadow_type != Sh_None;
98 bool bDepth = pSet->shadow_type >= Sh_Depth;
99 bool bSoft = pSet->shadow_type == Sh_Soft;
101 pSet->shadow_size = std::max(0,std::min(ciShadowSizesNum-1, pSet->shadow_size));
103 int num = pSet->shadow_count;
[all …]
H A DGuiCom_TrackUpd.cpp110 if (!pSet->gui.track_user && name == pSet->gui.track) in TrackListUpd()
115 ti->ver >= pSet->col_fil[0][0] && ti->ver <= pSet->col_fil[1][0] && in TrackListUpd()
116 ti->diff >= pSet->col_fil[0][1] && ti->diff <= pSet->col_fil[1][1] && in TrackListUpd()
117 ti->rating >= pSet->col_fil[0][2] && ti->rating <= pSet->col_fil[1][2] && in TrackListUpd()
119 ti->objects >= pSet->col_fil[0][3] && ti->objects <= pSet->col_fil[1][3] && in TrackListUpd()
120 ti->obstacles>= pSet->col_fil[0][4] && ti->obstacles<= pSet->col_fil[1][4] && in TrackListUpd()
128 ti->longn >= pSet->col_fil[0][12] && ti->longn <= pSet->col_fil[1][12]) in TrackListUpd()
131 if (!pSet->gui.track_user && name == pSet->gui.track) { si = ii; in TrackListUpd()
146 if (pSet->gui.track_user && name == pSet->gui.track) { si = ii; in TrackListUpd()
154 { pSet->gui.track = *liTracks.begin(); pSet->gui.track_user = 0; in TrackListUpd()
[all …]
/dports/science/cdk/cdk-cdk-2.3/tool/forcefield/src/main/java/org/openscience/cdk/modeling/builder3d/
H A DMMFF94ParametersCall.java16 private Map<String, List> pSet = null; field in MMFF94ParametersCall
30 pSet = parameterSet; in initialize()
43 if (pSet.containsKey(("bond" + code + ";" + id1 + ";" + id2))) { in getBondData()
45 } else if (pSet.containsKey(("bond" + code + ";" + id2 + ";" + id1))) { in getBondData()
53 return (List) pSet.get(dkey); in getBondData()
67 if (pSet.containsKey(("angle" + angleType + ";" + id1 + ";" + id2 + ";" + id3))) { in getAngleData()
79 return (List) pSet.get(akey); in getAngleData()
112 return (List) pSet.get(akey); in getBondAngleInteractionData()
126 if (pSet.containsKey(("DFSB" + iR + ";" + jR + ";" + kR))) { in getDefaultStretchBendData()
134 return (List) pSet.get(dfsbkey); in getDefaultStretchBendData()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/cui/source/dialogs/
H A Diconcdlg.cxx38 , pSet(pItemSet) in IconChoicePage()
127 pData->xPage->Reset( *pSet ); in IMPL_LINK_NOARG()
166 pExampleSet.reset(new SfxItemSet( *pSet->GetPool(), pSet->GetRanges() )); in DeActivatePageImpl()
168 if ( pSet ) in DeActivatePageImpl()
170 SfxItemSet aTmp( *pSet->GetPool(), pSet->GetRanges() ); in DeActivatePageImpl()
220 pData->xPage->Reset( *pSet ); in ResetPageImpl()
231 if ( pSet ) in GetInputRanges()
234 return pSet->GetRanges(); in GetInputRanges()
249 bool bSet = ( pSet != nullptr ); in SetInputSet()
251 pSet = pInSet; in SetInputSet()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cui/source/dialogs/
H A Diconcdlg.cxx37 , pSet(pItemSet) in IconChoicePage()
126 pData->xPage->Reset( *pSet ); in IMPL_LINK_NOARG()
166 pExampleSet = new SfxItemSet( *pSet->GetPool(), pSet->GetRanges() ); in DeActivatePageImpl()
168 if ( pSet ) in DeActivatePageImpl()
170 SfxItemSet aTmp( *pSet->GetPool(), pSet->GetRanges() ); in DeActivatePageImpl()
221 pData->xPage->Reset( *pSet ); in ResetPageImpl()
232 if ( pSet ) in GetInputRanges()
235 return pSet->GetRanges(); in GetInputRanges()
250 bool bSet = ( pSet != nullptr ); in SetInputSet()
252 pSet = pInSet; in SetInputSet()
[all …]
/dports/devel/kyra/kyra/isogen/
H A Disogen.cpp1013 if ( pSet->drawAll || pSet->drawJoin || pSet->drawWallJoin ) in DrawIcons()
1034 if ( pSet->drawAll || pSet->drawJoin || pSet->drawWallJoin ) in DrawIcons()
1103 if ( (pSet->drawAll || pSet->drawJoin ) && pSet->drawDouble ) in DrawIcons()
1136 if ( (pSet->drawAll || pSet->drawWall) && pSet->drawDouble ) in DrawIcons()
1156 if ( (pSet->drawAll || pSet->drawWall )&& pSet->drawDouble ) in DrawIcons()
1176 if ( (pSet->drawAll || pSet->drawJoin ) && pSet->drawDouble ) in DrawIcons()
1200 if ( (pSet->drawAll || pSet->drawJoin ) && pSet->drawDouble ) in DrawIcons()
1224 if ( (pSet->drawAll || pSet->drawJoin ) && pSet->drawDouble ) in DrawIcons()
1248 if ( (pSet->drawAll || pSet->drawJoin ) && pSet->drawDouble ) in DrawIcons()
1376 if ( pSet->drawDouble && (pSet->drawRamp || pSet->drawAll )) in DrawIcons()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/animations/
H A DCustomAnimationDialog.cxx876 void update( STLPropertySet* pSet );
920 , mpSet(pSet) in CustomAnimationEffectTabPage()
1428 void update( STLPropertySet* pSet );
1453 : mpSet(pSet) in CustomAnimationDurationTabPage()
1479 pSet->getPropertyValue( nHandleStart ) >>= nStart; in CustomAnimationDurationTabPage()
1703 pSet->setPropertyValue( nHandleEnd, aEnd ); in update()
1779 void update( STLPropertySet* pSet );
1799 : mpSet(pSet) in CustomAnimationTextAnimTabPage()
1958 , mxSet(std::move(pSet)) in CustomAnimationDialog()
2015 pSet->setPropertyDefaultValue( nHandleEnd, aEmpty ); in createDefaultSet()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/editeng/source/rtf/
H A Drtfitem.cxx196 RTFPardPlain( true, &pSet ); in ReadAttr()
200 RTFPardPlain( false, &pSet ); in ReadAttr()
329 pSet->Put( aLR ); in ReadAttr()
347 pSet->Put( aLR ); in ReadAttr()
365 pSet->Put( aLR ); in ReadAttr()
382 pSet->Put( aUL ); in ReadAttr()
399 pSet->Put( aUL ); in ReadAttr()
424 pSet->Put( aLSpace ); in ReadAttr()
462 pSet->Put(aLSpace); in ReadAttr()
792 pSet->Put(*aUL); in ReadAttr()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/editeng/source/rtf/
H A Drtfitem.cxx207 RTFPardPlain( true, &pSet ); in ReadAttr()
211 RTFPardPlain( false, &pSet ); in ReadAttr()
341 pSet->Put( aLR ); in ReadAttr()
359 pSet->Put( aLR ); in ReadAttr()
377 pSet->Put( aLR ); in ReadAttr()
394 pSet->Put( aUL ); in ReadAttr()
411 pSet->Put( aUL ); in ReadAttr()
436 pSet->Put( aLSpace ); in ReadAttr()
474 pSet->Put(aLSpace); in ReadAttr()
804 pSet->Put(*aUL); in ReadAttr()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/writer/
H A Dwrt_fn.cxx47 const SfxItemSet* pSet = &rSet; in Out_SfxItemSet() local
48 if( !pSet->Count() ) // Optimizing - empty Sets in Out_SfxItemSet()
52 while( nullptr != ( pSet = pSet->GetParent() ) && !pSet->Count() ) in Out_SfxItemSet()
54 if( !pSet ) in Out_SfxItemSet()
64 if( !bDeep || !pSet->GetParent() ) in Out_SfxItemSet()
67 SfxItemIter aIter( *pSet ); in Out_SfxItemSet()
87 SfxWhichIter aIter( *pSet ); in Out_SfxItemSet()
91 if( SfxItemState::SET == pSet->GetItemState( nWhich, bDeep, &pItem ) && in Out_SfxItemSet()
93 || ( pSet->GetParent() && in Out_SfxItemSet()
94 *pItem != pSet->GetParent()->Get( nWhich )) in Out_SfxItemSet()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/writer/
H A Dwrt_fn.cxx48 const SfxItemSet* pSet = &rSet; in Out_SfxItemSet() local
49 if( !pSet->Count() ) // Optimizing - empty Sets in Out_SfxItemSet()
53 while( nullptr != ( pSet = pSet->GetParent() ) && !pSet->Count() ) in Out_SfxItemSet()
55 if( !pSet ) in Out_SfxItemSet()
65 if( !bDeep || !pSet->GetParent() ) in Out_SfxItemSet()
68 SfxItemIter aIter( *pSet ); in Out_SfxItemSet()
87 SfxWhichIter aIter( *pSet ); in Out_SfxItemSet()
91 if( SfxItemState::SET == pSet->GetItemState( nWhich, bDeep, &pItem ) && in Out_SfxItemSet()
93 || ( pSet->GetParent() && in Out_SfxItemSet()
94 *pItem != pSet->GetParent()->Get( nWhich )) in Out_SfxItemSet()
[all …]
/dports/print/limereport/LimeReport-1.5.35/3rdparty/zint-2.6.1/backend/
H A Dcodablock.c228 memset(pSet,0,dataLength*sizeof(int)); in Columns2Rows()
243 pSet[charCur]=characterSetCur= in Columns2Rows()
375 pSet[charCur-1]|=CEnd; in Columns2Rows()
401 pSet[charCur-1]|=CFill; in Columns2Rows()
411 pSet[charCur-1]|=CFill; in Columns2Rows()
647 int *pSet; in codablock() local
695 int pSet[dataLength]; in codablock() local
872 if ((pSet[charCur]&CodeA)!=0) in codablock()
892 if ((pSet[charCur]&CShift)!=0) in codablock()
918 if ((pSet[charCur] & CFill)!=0) in codablock()
[all …]
/dports/graphics/zint/zint-2.10.0-src/backend/
H A Dcodablock.c228 memset(pSet,0,dataLength*sizeof(int)); in Columns2Rows()
239 pSet[charCur]=characterSetCur= in Columns2Rows()
392 pSet[charCur-1]|=CEnd; in Columns2Rows()
399 pSet[charCur-1]|=CFill; in Columns2Rows()
409 pSet[charCur-1]|=CFill; in Columns2Rows()
620 int *pSet; in codablock() local
684 int pSet[dataLength]; in codablock() local
687 pSet = (int *)_alloca(dataLength*sizeof(int)); in codablock()
834 if ((pSet[charCur]&CodeA)!=0) in codablock()
854 if ((pSet[charCur]&CShift)!=0) in codablock()
[all …]
/dports/games/stuntrally/stuntrally-2.6.1/source/editor/
H A DBaseApp_Create.cpp127 if (!pSet->limit_fps) in Run()
140 if (pSet->limit_sleep >= 0) in Run()
153 ,pSet(0), bGuiFocus(0), bMoveCam(0), mDTime(0) in BaseApp()
240 "SR Editor", pos_x, pos_y, pSet->windowx, pSet->windowy, in configure()
243 …SFO::SDLWindowHelper helper(mSDLWindow, pSet->windowx, pSet->windowy, "SR Editor", pSet->fullscree… in configure()
258 if (pSet->rendersystem == "Default") in setup()
263 pSet->rendersystem = "OpenGL Rendering Subsystem"; in setup()
275 if (pSet->ogre_dialog) in setup()
478 if (pSet->language == "") // autodetect in baseInitGui()
479 { pSet->language = getSystemLanguage(); in baseInitGui()
[all …]
H A DSceneInit.cpp64 mCamera->setPosition(Vector3(pSet->cam_x,pSet->cam_y,pSet->cam_z)); in createScene()
65 mCamera->setDirection(Vector3(pSet->cam_dx,pSet->cam_dy,pSet->cam_dz).normalisedCopy()); in createScene()
89 if (pSet->startInMain) in createScene()
90 pSet->isMain = true; in createScene()
123 if (pSet->autostart) in createScene()
126 if (!pSet->autostart) in createScene()
282 if (pSet->check_load) in LoadTrackEv()
313 if (pSet->bTrees) in UpdateTrackEv()
338 if (pSet->bTrees) in btnUpdateGrass()
345 if (pSet->bTrees) in btnUpdateVeget()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/window/
H A Dsplitwin.cxx412 if ( pSet->mbCalcPix || (pSet->mnLastSize != nCalcSize) ) in ImplCalcSet()
858 if (pSet && pSet->mpWallpaper) in ImplDrawBack()
2246 if(!pSet) in InsertItem()
2256 pSet->mvItems.emplace( pSet->mvItems.begin() + nPos ); in InsertItem()
2309 if (!pSet) in RemoveItem()
2322 pSet->mvItems.erase( pSet->mvItems.begin() + nPos ); in RemoveItem()
2357 if (!pSet) in SplitItem()
2602 if ( pSet ) in GetItemSize()
2613 if ( pSet ) in GetItemSize()
2678 if ( pSet ) in GetSet()
[all …]

12345678910>>...44