Home
last modified time | relevance | path

Searched refs:aDT (Results 151 – 175 of 413) sorted by relevance

12345678910>>...17

/dports/science/opensim-core/opensim-core-4.1/OpenSim/Examples/SymbolicExpressionReporter/
H A DSymbolicExpressionReporter.cpp346 printResults(const string &aBaseName,const string &aDir,double aDT, in printResults() argument
355 Storage::printResult(&_resultStore, prefix+"states", aDir, aDT, aExtension); in printResults()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Analyses/
H A DProbeReporter.cpp364 printResults(const string &aBaseName,const string &aDir,double aDT, in printResults() argument
373 Storage::printResult(&_probeStore, prefix+"probes", aDir, aDT, aExtension); in printResults()
H A DBodyKinematics.cpp696 printResults(const string &aBaseName,const string &aDir,double aDT, in printResults() argument
704 Storage::printResult(_aStore,aBaseName+"_"+getName()+"_acc"+suffix,aDir,aDT,aExtension); in printResults()
707 Storage::printResult(_vStore,aBaseName+"_"+getName()+"_vel"+suffix,aDir,aDT,aExtension); in printResults()
710 Storage::printResult(_pStore,aBaseName+"_"+getName()+"_pos_global",aDir,aDT,aExtension); in printResults()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Examples/Plugins/AnalysisPluginExample/
H A DAnalysisPlugin_Template.cpp378 printResults(const string &aBaseName,const string &aDir,double aDT, in printResults() argument
383 Storage::printResult(&_storePos,aBaseName+"_"+getName()+"_pos",aDir,aDT,aExtension); in printResults()
/dports/www/firefox-esr/firefox-91.8.0/gfx/thebes/
H A DgfxUtils.cpp1229 void gfxUtils::WriteAsPNG(DrawTarget* aDT, const nsAString& aFile) { in WriteAsPNG() argument
1230 WriteAsPNG(aDT, NS_ConvertUTF16toUTF8(aFile).get()); in WriteAsPNG()
1234 void gfxUtils::WriteAsPNG(DrawTarget* aDT, const char* aFile) { in WriteAsPNG() argument
1235 RefPtr<SourceSurface> surface = aDT->Snapshot(); in WriteAsPNG()
1254 void gfxUtils::DumpAsDataURI(DrawTarget* aDT, FILE* aFile) { in DumpAsDataURI() argument
1255 RefPtr<SourceSurface> surface = aDT->Snapshot(); in DumpAsDataURI()
1286 nsCString gfxUtils::GetAsDataURI(DrawTarget* aDT) { in GetAsDataURI() argument
1287 RefPtr<SourceSurface> surface = aDT->Snapshot(); in GetAsDataURI()
1303 void gfxUtils::CopyAsDataURI(DrawTarget* aDT) { in CopyAsDataURI() argument
1304 RefPtr<SourceSurface> surface = aDT->Snapshot(); in CopyAsDataURI()
H A DgfxGradientCache.h22 const gfx::DrawTarget* aDT, nsTArray<gfx::GradientStop>& aStops,
H A DgfxPattern.cpp74 void gfxPattern::CacheColorStops(const DrawTarget* aDT) { in CacheColorStops() argument
75 mStops = gfxGradientCache::GetOrCreateGradientStops(aDT, mStopsList, mExtend); in CacheColorStops()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/thebes/
H A DgfxUtils.cpp1229 void gfxUtils::WriteAsPNG(DrawTarget* aDT, const nsAString& aFile) { in WriteAsPNG() argument
1230 WriteAsPNG(aDT, NS_ConvertUTF16toUTF8(aFile).get()); in WriteAsPNG()
1234 void gfxUtils::WriteAsPNG(DrawTarget* aDT, const char* aFile) { in WriteAsPNG() argument
1235 RefPtr<SourceSurface> surface = aDT->Snapshot(); in WriteAsPNG()
1254 void gfxUtils::DumpAsDataURI(DrawTarget* aDT, FILE* aFile) { in DumpAsDataURI() argument
1255 RefPtr<SourceSurface> surface = aDT->Snapshot(); in DumpAsDataURI()
1286 nsCString gfxUtils::GetAsDataURI(DrawTarget* aDT) { in GetAsDataURI() argument
1287 RefPtr<SourceSurface> surface = aDT->Snapshot(); in GetAsDataURI()
1303 void gfxUtils::CopyAsDataURI(DrawTarget* aDT) { in CopyAsDataURI() argument
1304 RefPtr<SourceSurface> surface = aDT->Snapshot(); in CopyAsDataURI()
H A DgfxGradientCache.h22 const gfx::DrawTarget* aDT, nsTArray<gfx::GradientStop>& aStops,
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/thebes/
H A DgfxUtils.cpp1250 gfxUtils::WriteAsPNG(DrawTarget* aDT, const nsAString& aFile) in WriteAsPNG() argument
1252 WriteAsPNG(aDT, NS_ConvertUTF16toUTF8(aFile).get()); in WriteAsPNG()
1256 gfxUtils::WriteAsPNG(DrawTarget* aDT, const char* aFile) in WriteAsPNG() argument
1258 RefPtr<SourceSurface> surface = aDT->Snapshot(); in WriteAsPNG()
1298 gfxUtils::DumpAsDataURI(DrawTarget* aDT, FILE* aFile) in DumpAsDataURI() argument
1300 RefPtr<SourceSurface> surface = aDT->Snapshot(); in DumpAsDataURI()
1335 gfxUtils::GetAsDataURI(DrawTarget* aDT) in GetAsDataURI() argument
1337 RefPtr<SourceSurface> surface = aDT->Snapshot(); in GetAsDataURI()
1354 gfxUtils::CopyAsDataURI(DrawTarget* aDT) in CopyAsDataURI() argument
1356 RefPtr<SourceSurface> surface = aDT->Snapshot(); in CopyAsDataURI()
H A DgfxPattern.cpp76 gfxPattern::CacheColorStops(const DrawTarget *aDT) in CacheColorStops() argument
78 mStops = gfxGradientCache::GetOrCreateGradientStops(aDT, mStopsList, mExtend); in CacheColorStops()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/thebes/
H A DgfxUtils.cpp1164 /* static */ void gfxUtils::WriteAsPNG(DrawTarget* aDT, in WriteAsPNG() argument
1166 WriteAsPNG(aDT, NS_ConvertUTF16toUTF8(aFile).get()); in WriteAsPNG()
1169 /* static */ void gfxUtils::WriteAsPNG(DrawTarget* aDT, const char* aFile) { in WriteAsPNG() argument
1170 RefPtr<SourceSurface> surface = aDT->Snapshot(); in WriteAsPNG()
1205 /* static */ void gfxUtils::DumpAsDataURI(DrawTarget* aDT, FILE* aFile) { in DumpAsDataURI() argument
1206 RefPtr<SourceSurface> surface = aDT->Snapshot(); in DumpAsDataURI()
1239 /* static */ nsCString gfxUtils::GetAsDataURI(DrawTarget* aDT) { in GetAsDataURI() argument
1240 RefPtr<SourceSurface> surface = aDT->Snapshot(); in GetAsDataURI()
1254 /* static */ void gfxUtils::CopyAsDataURI(DrawTarget* aDT) { in CopyAsDataURI() argument
1255 RefPtr<SourceSurface> surface = aDT->Snapshot(); in CopyAsDataURI()
H A DgfxPattern.cpp65 void gfxPattern::CacheColorStops(const DrawTarget* aDT) { in CacheColorStops() argument
66 mStops = gfxGradientCache::GetOrCreateGradientStops(aDT, mStopsList, mExtend); in CacheColorStops()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/thebes/
H A DgfxUtils.cpp1221 void gfxUtils::WriteAsPNG(DrawTarget* aDT, const nsAString& aFile) { in WriteAsPNG() argument
1222 WriteAsPNG(aDT, NS_ConvertUTF16toUTF8(aFile).get()); in WriteAsPNG()
1226 void gfxUtils::WriteAsPNG(DrawTarget* aDT, const char* aFile) { in WriteAsPNG() argument
1227 RefPtr<SourceSurface> surface = aDT->Snapshot(); in WriteAsPNG()
1247 void gfxUtils::DumpAsDataURI(DrawTarget* aDT, FILE* aFile) { in DumpAsDataURI() argument
1248 RefPtr<SourceSurface> surface = aDT->Snapshot(); in DumpAsDataURI()
1282 nsCString gfxUtils::GetAsDataURI(DrawTarget* aDT) { in GetAsDataURI() argument
1283 RefPtr<SourceSurface> surface = aDT->Snapshot(); in GetAsDataURI()
1299 void gfxUtils::CopyAsDataURI(DrawTarget* aDT) { in CopyAsDataURI() argument
1300 RefPtr<SourceSurface> surface = aDT->Snapshot(); in CopyAsDataURI()
H A DgfxPattern.cpp74 void gfxPattern::CacheColorStops(const DrawTarget* aDT) { in CacheColorStops() argument
75 mStops = gfxGradientCache::GetOrCreateGradientStops(aDT, mStopsList, mExtend); in CacheColorStops()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/src/
H A DFilterSupport.h33 extern already_AddRefed<FilterNode> Clear(DrawTarget* aDT);
35 DrawTarget* aDT, SourceSurface* aSurface, const IntPoint& aSurfacePosition);
510 DrawTarget* aDT, const FilterDescription& aFilter,
533 DrawTarget* aDT, const FilterDescription& aFilter,
/dports/www/firefox/firefox-99.0/dom/canvas/
H A DDrawTargetWebgl.h166 bool IsCurrentTarget(DrawTargetWebgl* aDT) const { in IsCurrentTarget() argument
167 return aDT == mCurrentTarget; in IsCurrentTarget()
169 bool SetTarget(DrawTargetWebgl* aDT);
348 bool CopySnapshotTo(DrawTarget* aDT);
/dports/editors/libreoffice/libreoffice-7.2.6.2/test/source/beans/
H A Dxpropertyset.cxx241 util::DateTime aDT = any.get<util::DateTime>(); in isPropertyValueChangeable() local
242 aDT.Year += 1; in isPropertyValueChangeable()
243 xPropSet->setPropertyValue(rName, makeAny(aDT)); in isPropertyValueChangeable()
/dports/devel/fpc-fcl-db/fpc-3.2.2/packages/fcl-db/src/dbase/
H A Ddbf_common.pas87 function DateTimeToBDETimeStamp(aDT: TDateTime): double;
178 function DateTimeToBDETimeStamp(aDT: TDateTime): double;
182 aTS := DateTimeToTimeStamp(aDT);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/test/source/beans/
H A Dxpropertyset.cxx241 util::DateTime aDT = any.get<util::DateTime>(); in isPropertyValueChangeable() local
242 aDT.Year += 1; in isPropertyValueChangeable()
243 xPropSet->setPropertyValue(rName, makeAny(aDT)); in isPropertyValueChangeable()
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-db/src/dbase/
H A Ddbf_common.pas87 function DateTimeToBDETimeStamp(aDT: TDateTime): double;
178 function DateTimeToBDETimeStamp(aDT: TDateTime): double;
182 aTS := DateTimeToTimeStamp(aDT);
/dports/www/firefox-legacy/firefox-52.8.0esr/layout/printing/
H A DPrintTranslator.h88 void AddDrawTarget(ReferencePtr aRefPtr, DrawTarget *aDT) final
90 mDrawTargets.Put(aRefPtr, aDT);
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DDrawTargetCapture.cpp188 DrawTargetCaptureImpl::ReplayToDrawTarget(DrawTarget* aDT, const Matrix& aTransform) in ReplayToDrawTarget() argument
195 reinterpret_cast<DrawingCommand*>(current + sizeof(uint32_t))->ExecuteOnDT(aDT, &aTransform); in ReplayToDrawTarget()
/dports/www/firefox/firefox-99.0/gfx/thebes/
H A DgfxGradientCache.h22 const gfx::DrawTarget* aDT, nsTArray<gfx::GradientStop>& aStops,
H A DgfxPattern.cpp73 void gfxPattern::CacheColorStops(const DrawTarget* aDT) { in CacheColorStops() argument
74 mStops = gfxGradientCache::GetOrCreateGradientStops(aDT, mStopsList, mExtend); in CacheColorStops()

12345678910>>...17