Home
last modified time | relevance | path

Searched defs:SRect (Results 1 – 12 of 12) sorted by relevance

/dports/devel/sdlmm/SDLmm-0.1.8/src/
H A Dsdlmm_srect.cpp30 SRect::SRect() { in SRect() function in SDLmm::SRect
34 SRect::SRect(const SRect& rect) { in SRect() function in SDLmm::SRect
39 SRect::SRect(const SDL_Rect& rect) { in SRect() function in SDLmm::SRect
44 SRect::SRect(Sint16 nx, Sint16 ny, Uint16 nw, Uint16 nh) { in SRect() function in SDLmm::SRect
48 SRect::SRect(Uint16 nw, Uint16 nh) { in SRect() function in SDLmm::SRect
53 SRect::SRect(const SPoint &point) { in SRect() function in SDLmm::SRect
57 SRect::SRect(const SPoint &point, Uint16 nw, Uint16 nh) { in SRect() function in SDLmm::SRect
62 SRect::SRect(const SPoint &upper_left_point, in SRect() function in SDLmm::SRect
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/ports/MSVC++/CMP3Stream/INCLUDE/
H A DIIEP_Def.H159 struct SRect struct
161 SRect(void) {} in SRect() function
163 SRect(long nX, long nY, long nWidth, long nHeight) in SRect() argument
190 // ______ SRect ___________________________________________________________________________________ argument
/dports/games/kodi-addon-game.libretro.beetle-psx/game.libretro.beetle-psx-0.9.44.22-Matrix/depends/common/beetle-psx/parallel-psx/custom-textures/
H A Dtexture_tracker.hpp111 struct SRect { struct
112 int x;
113 int y;
114 int width;
115 int height;
116 SRect(int x, int y, int width, int height): in SRect() function
123 inline int left() { in left()
126 inline int right() { in right()
129 inline int top() { in top()
132 inline int bottom() { in bottom()
[all …]
/dports/games/libretro-beetle_psx/beetle-psx-libretro-3ec155d/parallel-psx/custom-textures/
H A Dtexture_tracker.hpp111 struct SRect { struct
112 int x;
113 int y;
114 int width;
115 int height;
116 SRect(int x, int y, int width, int height): in SRect() function
123 inline int left() { in left()
126 inline int right() { in right()
129 inline int top() { in top()
132 inline int bottom() { in bottom()
[all …]
/dports/cad/horizon-eda/horizon-2.1.0/src/util/
H A Dkicad_lib_parser.hpp24 class SRect { class in horizon::KiCadSymbol::SPart
/dports/multimedia/kmplayer/kmplayer-0.12.0b/src/
H A Dkmplayertypes.h131 typedef Rect<Single> SRect; typedef
/dports/print/py-reportlab/reportlab-3.5.68/src/reportlab/graphics/barcode/
H A Dqr.py71 class SRect(Rect): class
/dports/net-im/tg_owt/tg_owt-d578c76/src/third_party/openh264/src/codec/processing/interface/
H A DIWelsVP.h110 } SRect; typedef
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/openh264/src/codec/processing/interface/
H A DIWelsVP.h110 } SRect; typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/openh264/src/codec/processing/interface/
H A DIWelsVP.h110 } SRect; typedef
/dports/multimedia/openh264/openh264-2.1.1/codec/processing/interface/
H A DIWelsVP.h110 } SRect; typedef
/dports/x11-fm/wcmcommander/WCMCommander-release-0.20.0/src/
H A Dpanel.cpp1645 crect SRect = _headRect; in Paint() local