Home
last modified time | relevance | path

Searched defs:ImageFrame (Results 1 – 24 of 24) sorted by relevance

/dports/games/scummvm/scummvm-2.5.1/engines/sherlock/
H A Dimage_file.h39 struct ImageFrame { struct
51 * Converts an ImageFrame record to a surface for convenience in passing to drawing methods argument
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sherlock/
H A Dimage_file.h39 struct ImageFrame { struct
49 * Converts an ImageFrame record to a surface for convenience in passing to drawing methods argument
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_image/
H A Dimage_sequence.c50 typedef struct ImageFrame { struct
51 struct ImageFrame *next, *prev; argument
53 } ImageFrame; argument
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/core/client/widget/
H A DImageFrame.java21 public class ImageFrame extends Frame class
23 public ImageFrame(String title) in ImageFrame() method in ImageFrame
/dports/multimedia/handbrake/zimg-release-3.0.1/src/testapp/
H A Dutils.h17 class ImageFrame; variable
H A Dframe.cpp129 ImageFrame::ImageFrame(unsigned width, unsigned height, zimg::PixelType pixel, unsigned planes, in ImageFrame() function in ImageFrame
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/testapp/
H A Dutils.h17 class ImageFrame; variable
H A Dframe.cpp129 ImageFrame::ImageFrame(unsigned width, unsigned height, zimg::PixelType pixel, unsigned planes, in ImageFrame() function in ImageFrame
/dports/emulators/emulationstation/EmulationStation-2.9.4/es-core/src/components/
H A DAnimatedImageComponent.h37 typedef std::pair<std::unique_ptr<ImageComponent>, int> ImageFrame; typedef
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/image-decoders/qt/
H A DImageFrameQt.cpp38 ImageFrame::ImageFrame() in ImageFrame() function in WebCore::ImageFrame
/dports/deskutils/calibre/calibre-src-5.34.0/src/odf/
H A Dform.py87 def ImageFrame(**args): function
/dports/devel/py-odfpy/odfpy-1.4.1/odf/
H A Dform.py71 def ImageFrame(**args): function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/image-decoders/
H A Dimage_frame.cc38 ImageFrame::ImageFrame() in ImageFrame() function in blink::ImageFrame
H A Dimage_frame.h89 ImageFrame(const ImageFrame& other) : has_alpha_(false) { operator=(other); } in ImageFrame() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/image-decoders/
H A Dimage_frame.cc38 ImageFrame::ImageFrame() in ImageFrame() function in blink::ImageFrame
H A Dimage_frame.h89 ImageFrame(const ImageFrame& other) : has_alpha_(false) { operator=(other); } in ImageFrame() function
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/image-decoders/
H A DImageDecoder.cpp130 ImageFrame::ImageFrame() in ImageFrame() function in WebCore::ImageFrame
H A DImageDecoder.h76 ImageFrame(const ImageFrame& other) { operator=(other); } in ImageFrame() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/media_analytics/
H A Dmedia_perception.proto236 message ImageFrame { message
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Image/include/mirtk/
H A DImageSequence.hh168 inline ImageFrame<TChannel>::ImageFrame() in ImageFrame() function in mirtk::ImageFrame
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dundomanager.h446 static QString ImageFrame; variable
H A Dundomanager.cpp980 QString UndoManager::ImageFrame = ""; member in UndoManager
H A Dpageitem.h171 ImageFrame = 2, enumerator
/dports/audio/py-eyed3/eyeD3-0.9.6/eyed3/id3/
H A Dframes.py495 class ImageFrame(Frame): class