Home
last modified time | relevance | path

Searched refs:rFrames (Results 1 – 25 of 31) sorted by relevance

12

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dwriterhelper.cxx501 void UpdateFramePositions(ww8::Frames & rFrames) in UpdateFramePositions() argument
503 for (ww8::Frame & rFrame : rFrames) in UpdateFramePositions()
517 ww8::Frames GetFramesInNode(const ww8::Frames &rFrames, const SwNode &rNode) in GetFramesInNode() argument
520 std::copy_if(rFrames.begin(), rFrames.end(), in GetFramesInNode()
H A Dwriterhelper.hxx518 void UpdateFramePositions(ww8::Frames & rFrames);
532 ww8::Frames GetFramesInNode(const ww8::Frames &rFrames, const SwNode &rNode);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dwriterhelper.hxx518 void UpdateFramePositions(ww8::Frames & rFrames);
532 ww8::Frames GetFramesInNode(const ww8::Frames &rFrames, const SwNode &rNode);
H A Dwriterhelper.cxx500 void UpdateFramePositions(ww8::Frames & rFrames) in UpdateFramePositions() argument
502 for (ww8::Frame & rFrame : rFrames) in UpdateFramePositions()
516 ww8::Frames GetFramesInNode(const ww8::Frames &rFrames, const SwNode &rNode) in GetFramesInNode() argument
519 std::copy_if(rFrames.begin(), rFrames.end(), in GetFramesInNode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/inc/
H A Dunoparaframeenum.hxx59 FrameClientSortList_t& rFrames,
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/inc/
H A Dunoparaframeenum.hxx59 FrameClientSortList_t& rFrames,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunoobj2.cxx154 FrameClientSortList_t& rFrames, in lcl_CollectFrameAtNodeWithLayout() argument
172 rFrames.push_back(entry); in lcl_CollectFrameAtNodeWithLayout()
180 FrameClientSortList_t& rFrames, in CollectFrameAtNode() argument
197 lcl_CollectFrameAtNodeWithLayout(pCFrame, rFrames, nChkType); in CollectFrameAtNode()
219 rFrames.push_back(entry); in CollectFrameAtNode()
222 std::sort(rFrames.begin(), rFrames.end(), FrameClientSortListLess()); in CollectFrameAtNode()
/dports/audio/hvl2wav/hivelytracker-8296a50/Replayer_Windows/
H A Dhvl_replay.c277 ht->ht_Instruments[i].ins_Envelope.rFrames = bptr[7]; in hvl_load_ahx()
510 ht->ht_Instruments[i].ins_Envelope.rFrames = bptr[7]; in hvl_load_hvl()
896 voice->vc_ADSR.rFrames = Ins->ins_Envelope.rFrames; in hvl_process_step()
897 …R.rVolume = voice->vc_ADSR.rFrames ? (Ins->ins_Envelope.rVolume-Ins->ins_Envelope.dVolume)*256… in hvl_process_step()
1173 voice->vc_ADSR.rFrames = voice->vc_HardCutReleaseF; in hvl_process_frame()
1202 } else if( voice->vc_ADSR.rFrames ) { in hvl_process_frame()
1206 if( --voice->vc_ADSR.rFrames <= 0 ) in hvl_process_frame()
H A Dhvl_replay.h35 int16 rFrames, rVolume; member
/dports/audio/ocp/ocp-0.2.90/playhvl/
H A Dplayer.c599 voice->vc_ADSR.rFrames = Ins->ins_Envelope.rFrames;
600 …lume = Ins->ins_Envelope.rFrames ? (Ins->ins_Envelope.rVolume-Ins->ins_Envelope.dVolume) * 256…
918 voice->vc_ADSR.rFrames = voice->vc_HardCutReleaseF;
948 } else if ( voice->vc_ADSR.rFrames )
952 if ( --voice->vc_ADSR.rFrames <= 0 )
H A Dplayer.h48 int16_t rFrames, rVolume;
H A Dloader.c218 ht->ht_Instruments[i].ins_Envelope.rFrames = bptr[7];
532 ht->ht_Instruments[i].ins_Envelope.rFrames = bptr[7];
/dports/audio/hvl2wav/hivelytracker-8296a50/
H A Dreplay.c317 ins->ins_Envelope.rFrames = 1; in rp_clear_instrument()
668 buf[11] = ins->ins_Envelope.rFrames; in rp_save_hvl_ins()
788 buf[11] = ins->ins_Envelope.rFrames; in rp_save_ins()
909 ni->ins_Envelope.rFrames = buf[11]; in rp_load_ins()
1251 tbf[7] = in->ins_Envelope.rFrames; in rp_save_hvl()
1451 tbf[7] = in->ins_Envelope.rFrames; in rp_save_ahx()
1595 at->at_Instruments[i].ins_Envelope.rFrames = bptr[7]; in rp_load_ahx()
2291 voice->vc_ADSR.rFrames = Ins->ins_Envelope.rFrames; in rp_play_instrument()
2450 voice->vc_ADSR.rFrames = Ins->ins_Envelope.rFrames; in rp_process_step()
2758 } else if( voice->vc_ADSR.rFrames ) { in rp_process_frame()
[all …]
H A Dreplay.h23 int16 rFrames, rVolume; member
H A Dundo.c359 if( rembef ) ud->before = ptr->rFrames; in modify_env_w()
360 ptr->rFrames = new; in modify_env_w()
1125 env_w->ptr->rFrames = env_w->before; in undo()
1624 env_w->ptr->rFrames = env_w->after; in redo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/view/
H A Dviewsh.cxx1327 SfxViewFrameArr_Impl &rFrames = SfxGetpApp()->GetViewFrames_Impl(); in GetFirst() local
1335 for (SfxViewFrame* pFrame : rFrames) in GetFirst()
1362 SfxViewFrameArr_Impl &rFrames = SfxGetpApp()->GetViewFrames_Impl(); in GetNext() local
1376 for (SfxViewFrame* pFrame : rFrames) in GetNext()
1404 SfxViewFrameArr_Impl &rFrames = SfxGetpApp()->GetViewFrames_Impl(); in Notify() local
1405 for (SfxViewFrame* frame : rFrames) in Notify()
H A Dviewfrm.cxx1773 SfxViewFrameArr_Impl &rFrames = pSfxApp->GetViewFrames_Impl(); in ~SfxViewFrame() local
1774 SfxViewFrameArr_Impl::iterator it = std::find( rFrames.begin(), rFrames.end(), this ); in ~SfxViewFrame()
1775 rFrames.erase( it ); in ~SfxViewFrame()
1822 SfxViewFrameArr_Impl &rFrames = pSfxApp->GetViewFrames_Impl(); in GetFirst() local
1825 for (SfxViewFrame* pFrame : rFrames) in GetFirst()
1848 SfxViewFrameArr_Impl &rFrames = pSfxApp->GetViewFrames_Impl(); in GetNext() local
1852 for ( nPos = 0; nPos < rFrames.size(); ++nPos ) in GetNext()
1853 if ( rFrames[nPos] == &rPrev ) in GetNext()
1857 for ( ++nPos; nPos < rFrames.size(); ++nPos ) in GetNext()
1859 SfxViewFrame *pFrame = rFrames[nPos]; in GetNext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/view/
H A Dviewsh.cxx1333 SfxViewFrameArr_Impl &rFrames = SfxGetpApp()->GetViewFrames_Impl(); in GetFirst() local
1341 for (SfxViewFrame* pFrame : rFrames) in GetFirst()
1368 SfxViewFrameArr_Impl &rFrames = SfxGetpApp()->GetViewFrames_Impl(); in GetNext() local
1382 for (SfxViewFrame* pFrame : rFrames) in GetNext()
1410 SfxViewFrameArr_Impl &rFrames = SfxGetpApp()->GetViewFrames_Impl(); in Notify() local
1411 for (SfxViewFrame* frame : rFrames) in Notify()
H A Dviewfrm.cxx1663 SfxViewFrameArr_Impl &rFrames = pSfxApp->GetViewFrames_Impl(); in ~SfxViewFrame() local
1664 SfxViewFrameArr_Impl::iterator it = std::find( rFrames.begin(), rFrames.end(), this ); in ~SfxViewFrame()
1665 rFrames.erase( it ); in ~SfxViewFrame()
1706 SfxViewFrameArr_Impl &rFrames = pSfxApp->GetViewFrames_Impl(); in GetFirst() local
1709 for (SfxViewFrame* pFrame : rFrames) in GetFirst()
1732 SfxViewFrameArr_Impl &rFrames = pSfxApp->GetViewFrames_Impl(); in GetNext() local
1736 for ( nPos = 0; nPos < rFrames.size(); ++nPos ) in GetNext()
1737 if ( rFrames[nPos] == &rPrev ) in GetNext()
1741 for ( ++nPos; nPos < rFrames.size(); ++nPos ) in GetNext()
1743 SfxViewFrame *pFrame = rFrames[nPos]; in GetNext()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunoobj2.cxx112 FrameClientSortList_t& rFrames, in lcl_CollectFrameAtNodeWithLayout() argument
130 rFrames.push_back(entry); in lcl_CollectFrameAtNodeWithLayout()
138 FrameClientSortList_t& rFrames, in CollectFrameAtNode() argument
155 lcl_CollectFrameAtNodeWithLayout(pCFrame, rFrames, nChkType); in CollectFrameAtNode()
177 rFrames.push_back(entry); in CollectFrameAtNode()
180 std::sort(rFrames.begin(), rFrames.end(), FrameClientSortListLess()); in CollectFrameAtNode()
H A Dunoportenum.cxx1190 static void lcl_ExtractFramePositions(FrameClientSortList_t& rFrames, sal_Int32 nCurrentIndex, in lcl_ExtractFramePositions() argument
1193 for (const auto& rFrame : rFrames) in lcl_ExtractFramePositions()
/dports/audio/hvl2wav/hivelytracker-8296a50/Replayer_Amiga/
H A Dhvl_replay.c478 ht->ht_Instruments[i].ins_Envelope.rFrames = bptr[7]; in hvl_load_ahx()
786 ht->ht_Instruments[i].ins_Envelope.rFrames = bptr[7]; in hvl_LoadTune()
1109 voice->vc_ADSR.rFrames = Ins->ins_Envelope.rFrames; in hvl_process_step()
1110 …R.rVolume = voice->vc_ADSR.rFrames ? (Ins->ins_Envelope.rVolume-Ins->ins_Envelope.dVolume)*256… in hvl_process_step()
1386 voice->vc_ADSR.rFrames = voice->vc_HardCutReleaseF; in hvl_process_frame()
1415 } else if( voice->vc_ADSR.rFrames ) { in hvl_process_frame()
1419 if( --voice->vc_ADSR.rFrames <= 0 ) in hvl_process_frame()
H A Dhvl_replay.h22 int16 rFrames, rVolume; member
/dports/audio/hvl2wav/hivelytracker-8296a50/hvl2wav/
H A Dreplay.c530 ht->ht_Instruments[i].ins_Envelope.rFrames = bptr[7]; in hvl_load_ahx()
780 ht->ht_Instruments[i].ins_Envelope.rFrames = bptr[7]; in hvl_reset()
1139 voice->vc_ADSR.rFrames = Ins->ins_Envelope.rFrames; in hvl_process_step()
1140 …DSR.rVolume = (Ins->ins_Envelope.rVolume-Ins->ins_Envelope.dVolume)*256/voice->vc_ADSR.rFrames; in hvl_process_step()
1416 voice->vc_ADSR.rFrames = voice->vc_HardCutReleaseF; in hvl_process_frame()
1445 } else if( voice->vc_ADSR.rFrames ) { in hvl_process_frame()
1449 if( --voice->vc_ADSR.rFrames <= 0 ) in hvl_process_frame()
H A Dreplay.h12 int16 rFrames, rVolume; member

12