Home
last modified time | relevance | path

Searched refs:numberSources (Results 1 – 9 of 9) sorted by relevance

/dports/games/scorched3d/scorched/src/client/GLEXT/
H A DGLImageModifier.cpp222 int numberSources, in addHeightToBitmap() argument
254 for (i=0; i<numberSources; i++) in addHeightToBitmap()
276 bitmapItors[numberSources] = in addHeightToBitmap()
282 bitmapItors[numberSources + 1] = in addHeightToBitmap()
314 if (heightIndex >= numberSources) in addHeightToBitmap()
316 heightIndex = numberSources - 1; in addHeightToBitmap()
322 if (heightIndex < numberSources - 1) in addHeightToBitmap()
413 for (i=0; i<numberSources+2; i++) in addHeightToBitmap()
418 for (i=0; i<numberSources; i++) in addHeightToBitmap()
450 int numberSources) in addTexturesToBitmap() argument
[all …]
H A DGLImageModifier.h51 int numberSources,
63 int numberSources);
/dports/x11/xfce4-dashboard/xfdashboard-0.8.1/libxfdashboard/
H A Dbindings-pool.c1065 gint numberSources; in xfdashboard_bindings_pool_load() local
1074 numberSources=0; in xfdashboard_bindings_pool_load()
1123 numberSources++; in xfdashboard_bindings_pool_load()
1152 numberSources++; in xfdashboard_bindings_pool_load()
1186 numberSources++; in xfdashboard_bindings_pool_load()
1197 if(numberSources==0) in xfdashboard_bindings_pool_load()
/dports/sysutils/k3b/k3b-21.12.3/libk3b/projects/audiocd/
H A Dk3baudiotrack.h128 int numberSources() const;
H A Dk3baudiotrackreader.cpp112 …if( !mode.testFlag( QIODevice::WriteOnly ) && d->readers.empty() && d->track.numberSources() > 0 )… in open()
H A Dk3baudiotrack.cpp602 int K3b::AudioTrack::numberSources() const in numberSources() function in K3b::AudioTrack
H A Dk3baudiodoc.cpp770 if( track->numberSources() > 0 ) in loadDocumentData()
/dports/sysutils/k3b/k3b-21.12.3/src/projects/
H A Dk3baudioprojectmodel.cpp370 return track->numberSources(); in rowCount()
628 …ms && dropTrackAfter == source->track() && dropTrackAfter && dropTrackAfter->numberSources() == 1 ) in dropMimeData()
H A Dk3baudioviewimpl.cpp248 if( trackAfter->numberSources() == 1 ) in slotSplitSource()