Home
last modified time | relevance | path

Searched refs:srcSelection (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/krita/krita-4.4.8/libs/image/layerstyles/
H A Dkis_ls_satin_filter.cpp110 KisPixelSelectionSP srcSelection, in blendAndOffsetSatinSelection() argument
115 KisSequentialIterator srcIt1(srcSelection, applyRect.translated(offset)); in blendAndOffsetSatinSelection()
116 KisSequentialIterator srcIt2(srcSelection, applyRect.translated(-offset)); in blendAndOffsetSatinSelection()
H A Dkis_ls_bevel_emboss_filter.cpp71 void paintBevelSelection(KisPixelSelectionSP srcSelection, in paintBevelSelection() argument
99 tmpSelection->makeCloneFromRough(srcSelection, srcSelection->selectedRect()); in paintBevelSelection()
146 void mapPixelValues(KisPixelSelectionSP srcSelection, in mapPixelValues() argument
162 KisSequentialConstIterator srcIt(srcSelection, applyRect); in mapPixelValues()
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DTrackerInit.cpp1257 … pp_int32 srcSelection/* = -1*/, pp_int32 srcSelection2/* = -1*/, pp_int32 srcSelection3/* = -1*/) in initInstrumentChooser() argument
1349 if (srcSelection >= 0) in initInstrumentChooser()
1350 listBoxInstrumentsSrc->setSelectedIndex(srcSelection, false); in initInstrumentChooser()
1409 if (srcSelection >= 0) in initInstrumentChooser()
1410 listBoxInstrumentsSrc->setSelectedIndex(srcSelection, false); in initInstrumentChooser()
1672 pp_int32 srcSelection = listBoxInstruments->getSelectedIndex(); in initAdvEdit() local
1702 if (srcSelection >= 0) in initAdvEdit()
1703 listBoxInstruments->setSelectedIndex(srcSelection, false); in initAdvEdit()
H A DTracker.h201 pp_int32 srcSelection = -1, pp_int32 srcSelection2 = -1, pp_int32 srcSelection3 = -1);