Home
last modified time | relevance | path

Searched defs:IntSize (Results 1 – 25 of 535) sorted by relevance

12345678910>>...22

/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Wrappers/MyGUI_Managed/
H A DIntSize.h20 public value struct IntSize struct
24 IntSize( int _width, int _height ) : width( _width ), height( _height ) { } in IntSize() function
30 virtual bool Equals(IntSize other) in Equals() argument
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Wrappers/MyGUI_Managed/
H A DIntSize.h20 public value struct IntSize struct
24 IntSize( int _width, int _height ) : width( _width ), height( _height ) { } in IntSize() function
30 virtual bool Equals(IntSize other) in Equals() argument
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Wrappers/MyGUI_Managed/
H A DIntSize.h20 public value struct IntSize struct
24 IntSize( int _width, int _height ) : width( _width ), height( _height ) { } in IntSize() function
30 virtual bool Equals(IntSize other) in Equals() argument
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Wrappers/MyGUI_Managed/
H A DIntSize.h20 public value struct IntSize struct
24 IntSize( int _width, int _height ) : width( _width ), height( _height ) { } in IntSize() function
30 virtual bool Equals(IntSize other) in Equals() argument
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Wrappers/MyGUI_Sharp/Types/
H A DIntSize.cs7 public struct IntSize struct
10 public int width;
12 public int height;
14 public IntSize(int _width, int _height) in IntSize() method
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Wrappers/MyGUI_Sharp/Types/
H A DIntSize.cs7 public struct IntSize struct
10 public int width;
12 public int height;
14 public IntSize(int _width, int _height) in IntSize() argument
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Wrappers/MyGUI_Sharp/Types/
H A DIntSize.cs7 public struct IntSize struct
10 public int width;
12 public int height;
14 public IntSize(int _width, int _height) in IntSize() method
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Wrappers/MyGUI_Sharp/Types/
H A DIntSize.cs7 public struct IntSize struct
10 public int width;
12 public int height;
14 public IntSize(int _width, int _height) in IntSize() method
/dports/editors/libreoffice/libreoffice-7.2.6.2/android/source/src/java/org/mozilla/gecko/gfx/
H A DIntSize.java11 public class IntSize { class
14 public IntSize(IntSize size) { width = size.width; height = size.height; } in IntSize() method in IntSize
15 public IntSize(int inWidth, int inHeight) { width = inWidth; height = inHeight; } in IntSize() method in IntSize
17 public IntSize(FloatSize size) { in IntSize() method in IntSize
22 public IntSize(JSONObject json) { in IntSize() method in IntSize
/dports/editors/libreoffice6/libreoffice-6.4.7.2/android/source/src/java/org/mozilla/gecko/gfx/
H A DIntSize.java11 public class IntSize { class
14 public IntSize(IntSize size) { width = size.width; height = size.height; } in IntSize() method in IntSize
15 public IntSize(int inWidth, int inHeight) { width = inWidth; height = inHeight; } in IntSize() method in IntSize
17 public IntSize(FloatSize size) { in IntSize() method in IntSize
22 public IntSize(JSONObject json) { in IntSize() method in IntSize
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/geckoview/src/main/java/org/mozilla/gecko/gfx/
H A DIntSize.java11 public class IntSize { class
14 public IntSize(IntSize size) { width = size.width; height = size.height; } in IntSize() method in IntSize
15 public IntSize(int inWidth, int inHeight) { width = inWidth; height = inHeight; } in IntSize() method in IntSize
17 public IntSize(FloatSize size) { in IntSize() method in IntSize
22 public IntSize(JSONObject json) { in IntSize() method in IntSize
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/geometry/
H A Dint_size.h54 constexpr IntSize() : width_(0), height_(0) {} in IntSize() function
55 constexpr IntSize(int width, int height) : width_(width), height_(height) {} in IntSize() function
56 constexpr explicit IntSize(const gfx::Size& s) in IntSize() function
58 constexpr explicit IntSize(const gfx::Vector2d& v) : IntSize(v.x(), v.y()) {} in IntSize() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/geometry/
H A Dint_size.h54 constexpr IntSize() : width_(0), height_(0) {} in IntSize() function
55 constexpr IntSize(int width, int height) : width_(width), height_(height) {} in IntSize() function
56 constexpr explicit IntSize(const gfx::Size& s) in IntSize() function
58 constexpr explicit IntSize(const gfx::Vector2d& v) : IntSize(v.x(), v.y()) {} in IntSize() function
/dports/science/mbdyn/mbdyn-1.7.3/libraries/libmbmath/
H A Dschurmh.cc82 SchurMatrixHandler::SchurMatrixHandler(int LocSize, int IntSize, in SchurMatrixHandler()
162 SchurVectorHandler::SchurVectorHandler(int LocSize, int IntSize, in SchurVectorHandler()
176 SchurVectorHandler::SchurVectorHandler(int LocSize, int IntSize, in SchurVectorHandler()
211 SchurMatrixHandlerUm::SchurMatrixHandlerUm(int LocSize, int IntSize, in SchurMatrixHandlerUm()
/dports/www/kf5-khtml/khtml-5.89.0/src/platform/graphics/
H A DIntSize.h61 IntSize() : m_width(0), m_height(0) { } in IntSize() function
62 IntSize(int width, int height) : m_width(width), m_height(height) { } in IntSize() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/style/
H A DStylePendingImage.h53 virtual void setImageContainerSize(const IntSize&) { } in setImageContainerSize()
56 virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const in image()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/image-encoders/
H A DPNGImageEncoder.h28 class IntSize; variable
H A DJPEGImageEncoder.h28 class IntSize; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/
H A DIntSize.h64 IntSize() : m_width(0), m_height(0) { } in IntSize() function
65 IntSize(int width, int height) : m_width(width), m_height(height) { } in IntSize() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/
H A DLocalizationStrategy.h36 class IntSize; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/gstreamer/
H A DImageGStreamer.h35 class IntSize; variable
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/geometry/cg/
H A Dint_size_cg.cc33 IntSize::IntSize(const CGSize& s) in IntSize() function in blink::IntSize
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/geometry/cg/
H A Dint_size_cg.cc33 IntSize::IntSize(const CGSize& s) in IntSize() function in blink::IntSize
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/qt/
H A DImageBufferDataQt.h35 class IntSize; variable
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/cg/
H A DIntSizeCG.cpp35 IntSize::IntSize(const CGSize& s) : m_width(static_cast<int>(s.width)), m_height(static_cast<int>(s… in IntSize() function in WebCore::IntSize

12345678910>>...22