Home
last modified time | relevance | path

Searched defs:PrintInfo (Results 1 – 25 of 338) sorted by relevance

12345678910>>...14

/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/
H A DEffects.cpp14 void TexturedEffect::PrintInfo(std::stringstream& aStream, in PrintInfo() function in TexturedEffect
29 void EffectMask::PrintInfo(std::stringstream& aStream, const char* aPrefix) { in PrintInfo() function in EffectMask
35 void EffectRenderTarget::PrintInfo(std::stringstream& aStream, in PrintInfo() function in EffectRenderTarget
41 void EffectSolidColor::PrintInfo(std::stringstream& aStream, in PrintInfo() function in EffectSolidColor
49 void EffectBlendMode::PrintInfo(std::stringstream& aStream, in PrintInfo() function in EffectBlendMode
57 void EffectColorMatrix::PrintInfo(std::stringstream& aStream, in PrintInfo() function in EffectColorMatrix
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/
H A DEffects.cpp15 void TexturedEffect::PrintInfo(std::stringstream& aStream, in PrintInfo() function in TexturedEffect
30 void EffectMask::PrintInfo(std::stringstream& aStream, const char* aPrefix) { in PrintInfo() function in EffectMask
37 void EffectRenderTarget::PrintInfo(std::stringstream& aStream, in PrintInfo() function in EffectRenderTarget
43 void EffectSolidColor::PrintInfo(std::stringstream& aStream, in PrintInfo() function in EffectSolidColor
51 void EffectBlendMode::PrintInfo(std::stringstream& aStream, in PrintInfo() function in EffectBlendMode
59 void EffectColorMatrix::PrintInfo(std::stringstream& aStream, in PrintInfo() function in EffectColorMatrix
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/
H A DEffects.cpp14 void TexturedEffect::PrintInfo(std::stringstream& aStream, in PrintInfo() function in TexturedEffect
29 void EffectMask::PrintInfo(std::stringstream& aStream, const char* aPrefix) { in PrintInfo() function in EffectMask
35 void EffectRenderTarget::PrintInfo(std::stringstream& aStream, in PrintInfo() function in EffectRenderTarget
41 void EffectSolidColor::PrintInfo(std::stringstream& aStream, in PrintInfo() function in EffectSolidColor
49 void EffectBlendMode::PrintInfo(std::stringstream& aStream, in PrintInfo() function in EffectBlendMode
57 void EffectColorMatrix::PrintInfo(std::stringstream& aStream, in PrintInfo() function in EffectColorMatrix
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/
H A DEffects.cpp15 void TexturedEffect::PrintInfo(std::stringstream& aStream, in PrintInfo() function in TexturedEffect
30 void EffectMask::PrintInfo(std::stringstream& aStream, const char* aPrefix) { in PrintInfo() function in EffectMask
37 void EffectRenderTarget::PrintInfo(std::stringstream& aStream, in PrintInfo() function in EffectRenderTarget
43 void EffectSolidColor::PrintInfo(std::stringstream& aStream, in PrintInfo() function in EffectSolidColor
51 void EffectBlendMode::PrintInfo(std::stringstream& aStream, in PrintInfo() function in EffectBlendMode
59 void EffectColorMatrix::PrintInfo(std::stringstream& aStream, in PrintInfo() function in EffectColorMatrix
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/
H A DEffects.cpp15 TexturedEffect::PrintInfo(std::stringstream& aStream, const char* aPrefix) in PrintInfo() function in TexturedEffect
31 EffectMask::PrintInfo(std::stringstream& aStream, const char* aPrefix) in PrintInfo() function in EffectMask
40 EffectRenderTarget::PrintInfo(std::stringstream& aStream, const char* aPrefix) in PrintInfo() function in EffectRenderTarget
47 EffectSolidColor::PrintInfo(std::stringstream& aStream, const char* aPrefix) in PrintInfo() function in EffectSolidColor
54 EffectBlendMode::PrintInfo(std::stringstream& aStream, const char* aPrefix) in PrintInfo() function in EffectBlendMode
61 EffectColorMatrix::PrintInfo(std::stringstream& aStream, const char* aPrefix) in PrintInfo() function in EffectColorMatrix
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Shared/
H A DPrintInfo.h45 struct PrintInfo { struct
54 static bool decode(CoreIPC::ArgumentDecoder*, PrintInfo&); argument
H A DPrintInfo.cpp35 PrintInfo::PrintInfo() in PrintInfo() function in WebKit::PrintInfo
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/arrow/dbi/hiveserver2/
H A Dutil.cc46 struct PrintInfo { struct
48 PrintInfo(Column* c, size_t m) : column(c), max_size(m) {} in PrintInfo() function
50 unique_ptr<Column> column;
51 size_t max_size;
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/dbi/hiveserver2/
H A Dutil.cc46 struct PrintInfo { struct
48 PrintInfo(Column* c, size_t m) : column(c), max_size(m) {} in PrintInfo() function
50 unique_ptr<Column> column;
51 size_t max_size;
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/arrow/dbi/hiveserver2/
H A Dutil.cc46 struct PrintInfo { struct
48 PrintInfo(Column* c, size_t m) : column(c), max_size(m) {} in PrintInfo() function
50 unique_ptr<Column> column;
51 size_t max_size;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DLogging.cs55 internal static void PrintInfo(TraceSource traceSource, object obj, string method, string msg) { in PrintInfo() method in System.Net.Logging
59 internal static void PrintInfo(TraceSource traceSource, object obj, string msg) { in PrintInfo() method in System.Net.Logging
63 internal static void PrintInfo(TraceSource traceSource, string msg) { in PrintInfo() method in System.Net.Logging
/dports/www/firefox/firefox-99.0/gfx/layers/
H A DEffects.cpp14 void TexturedEffect::PrintInfo(std::stringstream& aStream, in PrintInfo() function in TexturedEffect
/dports/editors/neovim-qt/neovim-qt-0.2.16.1/src/gui/
H A Dprintinfo_stdout.cpp7 void PrintInfo(const QString& message) noexcept in PrintInfo() function
H A Dprintinfo_msgbox.cpp9 void PrintInfo(const QString& message) noexcept in PrintInfo() function
/dports/x11-toolkits/blt/blt2.5/library/
H A Ddnd.tcl83 proc blt::PrintInfo { array } { procedure
/dports/print/py-weasyprint/WeasyPrint-51/weasyprint/
H A D__main__.py23 class PrintInfo(argparse.Action): class
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Wrappers/DoxygenWrapper/DoxygenWrapper/
H A DProgram.cs101 private static void PrintInfo(DirectoryInfo _dataFolder) in PrintInfo() method in DoxygenWrapper.Program
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Wrappers/DoxygenWrapper/DoxygenWrapper/
H A DProgram.cs101 private static void PrintInfo(DirectoryInfo _dataFolder) in PrintInfo() method in DoxygenWrapper.Program
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Wrappers/DoxygenWrapper/DoxygenWrapper/
H A DProgram.cs101 private static void PrintInfo(DirectoryInfo _dataFolder) in PrintInfo() method in DoxygenWrapper.Program
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Wrappers/DoxygenWrapper/DoxygenWrapper/
H A DProgram.cs101 private static void PrintInfo(DirectoryInfo _dataFolder) in PrintInfo() method in DoxygenWrapper.Program
/dports/math/vtk9/VTK-9.1.0/Utilities/MetaIO/vtkmetaio/
H A DmetaVesselTube.cxx78 MetaVesselTube::PrintInfo() const in PrintInfo() function in METAIO_NAMESPACE::MetaVesselTube
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/resources/vr/assets/
H A Dpush_assets_component.py36 def PrintInfo(header, items): function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/resources/vr/assets/
H A Dpush_assets_component.py36 def PrintInfo(header, items): function
/dports/devel/jwasm/JWasm-f0a2fdd/Samples/
H A DWin32DrvA.asm47 PrintInfo proc pBuffer:ptr label
/dports/net-p2p/btcheck/btcheck-2.1/src/
H A Dbtcheck.c31 int PrintInfo; variable

12345678910>>...14