Home
last modified time | relevance | path

Searched refs:fillList (Results 1 – 25 of 136) sorted by relevance

123456

/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/Squeak3D/
H A Db3dMain.c876 fillList->lastFace = aFace; in b3dAddFirstFill()
879 fillList->firstFace = aFace; in b3dAddFirstFill()
891 fillList->firstFace = aFace; in b3dAddLastFill()
894 fillList->lastFace = aFace; in b3dAddLastFill()
995 fillList->firstFace = fillList->lastFace = NULL; in b3dCleanupFill()
1158 B3DFillList *fillList; in b3dMainLoop() local
1188 fillList = state->fillList; in b3dMainLoop()
1330 b3dCleanupFill(fillList); in b3dMainLoop()
1352 if(!fillList->firstFace) in b3dMainLoop()
1380 if(fillList->firstFace) { in b3dMainLoop()
[all …]
H A Db3dRemap.c62 void b3dRemapFills(B3DFillList *fillList, int offset) in b3dRemapFills() argument
65 if(fillList->firstFace) in b3dRemapFills()
66 fillList->firstFace = (B3DPrimitiveFace *)((char*)fillList->firstFace + offset); in b3dRemapFills()
67 if(fillList->lastFace) in b3dRemapFills()
68 fillList->lastFace = (B3DPrimitiveFace *)((char*)fillList->lastFace + offset); in b3dRemapFills()
69 temp = fillList->firstFace; in b3dRemapFills()
223 if(state->fillList->magic != B3D_FILL_LIST_MAGIC) return B3D_MAGIC_ERROR; in b3dValidateAndRemapState()
237 b3dRemapFills(state->fillList, faceOffset); in b3dValidateAndRemapState()
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/tracker/
H A DFileExtProvider.cpp100 const char* const* FileExtProvider::fillList(const char* const* baseList, ExtensionTypes type) in fillList() function in FileExtProvider
147 return fillList(moduleExtensions, ExtensionTypeModules); in getModuleExtensions()
155 return fillList(instrumentExtensions, ExtensionTypeInstruments); in getInstrumentExtensions()
163 return fillList(sampleExtensions, ExtensionTypeSamples); in getSampleExtensions()
171 return fillList(patternExtensions, ExtensionTypePatterns); in getPatternExtensions()
179 return fillList(trackExtensions, ExtensionTypeTracks); in getTrackExtensions()
/dports/devel/stack/stack-2.7.3/_cabal_deps/memory-0.16.0/Data/ByteArray/
H A DPack.hs31 , fillList
99 fillUpWith s = fillList $ repeat s
122 fillList :: Storable storable => [storable] -> Packer ()
123 fillList [] = return () function
124 fillList (x:xs) = putStorable x >> fillList xs function
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/memory-0.15.0/Data/ByteArray/
H A DPack.hs31 , fillList
99 fillUpWith s = fillList $ repeat s
122 fillList :: Storable storable => [storable] -> Packer ()
123 fillList [] = return () function
124 fillList (x:xs) = putStorable x >> fillList xs function
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/memory-0.15.0/Data/ByteArray/
H A DPack.hs31 , fillList
99 fillUpWith s = fillList $ repeat s
122 fillList :: Storable storable => [storable] -> Packer ()
123 fillList [] = return () function
124 fillList (x:xs) = putStorable x >> fillList xs function
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/memory-0.15.0/Data/ByteArray/
H A DPack.hs31 , fillList
99 fillUpWith s = fillList $ repeat s
122 fillList :: Storable storable => [storable] -> Packer ()
123 fillList [] = return () function
124 fillList (x:xs) = putStorable x >> fillList xs function
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/memory-0.15.0/Data/ByteArray/
H A DPack.hs31 , fillList
99 fillUpWith s = fillList $ repeat s
122 fillList :: Storable storable => [storable] -> Packer ()
123 fillList [] = return () function
124 fillList (x:xs) = putStorable x >> fillList xs function
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/memory-0.15.0/Data/ByteArray/
H A DPack.hs31 , fillList
99 fillUpWith s = fillList $ repeat s
122 fillList :: Storable storable => [storable] -> Packer ()
123 fillList [] = return () function
124 fillList (x:xs) = putStorable x >> fillList xs function
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/memory-0.15.0/Data/ByteArray/
H A DPack.hs31 , fillList
99 fillUpWith s = fillList $ repeat s
122 fillList :: Storable storable => [storable] -> Packer ()
123 fillList [] = return () function
124 fillList (x:xs) = putStorable x >> fillList xs function
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/memory-0.15.0/Data/ByteArray/
H A DPack.hs31 , fillList
99 fillUpWith s = fillList $ repeat s
122 fillList :: Storable storable => [storable] -> Packer ()
123 fillList [] = return () function
124 fillList (x:xs) = putStorable x >> fillList xs function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/memory-0.15.0/Data/ByteArray/
H A DPack.hs31 , fillList
99 fillUpWith s = fillList $ repeat s
122 fillList :: Storable storable => [storable] -> Packer ()
123 fillList [] = return () function
124 fillList (x:xs) = putStorable x >> fillList xs function
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/memory-0.15.0/Data/ByteArray/
H A DPack.hs31 , fillList
99 fillUpWith s = fillList $ repeat s
122 fillList :: Storable storable => [storable] -> Packer ()
123 fillList [] = return () function
124 fillList (x:xs) = putStorable x >> fillList xs function
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/memory-0.16.0/Data/ByteArray/
H A DPack.hs31 , fillList
99 fillUpWith s = fillList $ repeat s
122 fillList :: Storable storable => [storable] -> Packer ()
123 fillList [] = return () function
124 fillList (x:xs) = putStorable x >> fillList xs function
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/memory-0.15.0/Data/ByteArray/
H A DPack.hs31 , fillList
99 fillUpWith s = fillList $ repeat s
122 fillList :: Storable storable => [storable] -> Packer ()
123 fillList [] = return () function
124 fillList (x:xs) = putStorable x >> fillList xs function
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/memory-0.15.0/Data/ByteArray/
H A DPack.hs31 , fillList
99 fillUpWith s = fillList $ repeat s
122 fillList :: Storable storable => [storable] -> Packer ()
123 fillList [] = return () function
124 fillList (x:xs) = putStorable x >> fillList xs function
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/memory-0.15.0/Data/ByteArray/
H A DPack.hs31 , fillList
99 fillUpWith s = fillList $ repeat s
122 fillList :: Storable storable => [storable] -> Packer ()
123 fillList [] = return () function
124 fillList (x:xs) = putStorable x >> fillList xs function
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/memory-0.16.0/Data/ByteArray/
H A DPack.hs31 , fillList
99 fillUpWith s = fillList $ repeat s
122 fillList :: Storable storable => [storable] -> Packer ()
123 fillList [] = return () function
124 fillList (x:xs) = putStorable x >> fillList xs function
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/memory-0.15.0/Data/ByteArray/
H A DPack.hs31 , fillList
99 fillUpWith s = fillList $ repeat s
122 fillList :: Storable storable => [storable] -> Packer ()
123 fillList [] = return () function
124 fillList (x:xs) = putStorable x >> fillList xs function
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/memory-0.15.0/Data/ByteArray/
H A DPack.hs31 , fillList
99 fillUpWith s = fillList $ repeat s
122 fillList :: Storable storable => [storable] -> Packer ()
123 fillList [] = return () function
124 fillList (x:xs) = putStorable x >> fillList xs function
/dports/deskutils/kmail/kmail-21.12.3/src/editor/potentialphishingemail/autotests/
H A Dpotentialphishingdetailwidgettest.cpp40 dlg.fillList(lst); in shouldFillList()
52 dlg.fillList(lst); in shouldClearListBeforeToAddNew()
57 dlg.fillList(lst); in shouldClearListBeforeToAddNew()
69 dlg.fillList(lst); in shouldNotAddDuplicateEntries()
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/src/go/plugins/ceph/
H A Dhandler_osd.go127 fillList []float64
150 fillList = append(fillList, fill)
155 out.Fill = newAggDataFloat(fillList)
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/src/go/plugins/ceph/
H A Dhandler_osd.go127 fillList []float64
150 fillList = append(fillList, fill)
155 out.Fill = newAggDataFloat(fillList)
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/src/go/plugins/ceph/
H A Dhandler_osd.go127 fillList []float64
150 fillList = append(fillList, fill)
155 out.Fill = newAggDataFloat(fillList)
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/src/go/plugins/ceph/
H A Dhandler_osd.go127 fillList []float64
150 fillList = append(fillList, fill)
155 out.Fill = newAggDataFloat(fillList)

123456