Home
last modified time | relevance | path

Searched +defs:make +defs:image (Results 1 – 25 of 104) sorted by relevance

12345

/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/intervention/image/src/Intervention/Image/
H A DResponse.php15 public $image; variable in Intervention\\Image\\Response
38 public function __construct(Image $image, $format = null, $quality = null)
50 public function make() function in Intervention\\Image\\Response
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/src/
H A DIR.cpp11 Expr Cast::make(Type t, Expr v) { in make() function in Halide::Internal::Cast
21 Expr Add::make(Expr a, Expr b) { in make() function in Halide::Internal::Add
33 Expr Sub::make(Expr a, Expr b) { in make() function in Halide::Internal::Sub
45 Expr Mul::make(Expr a, Expr b) { in make() function in Halide::Internal::Mul
57 Expr Div::make(Expr a, Expr b) { in make() function in Halide::Internal::Div
69 Expr Mod::make(Expr a, Expr b) { in make() function in Halide::Internal::Mod
205 Expr Not::make(Expr a) { in make() function in Halide::Internal::Not
233 Expr Load::make(Type type, const std::string &name, Expr index, Buffer<> image, Parameter param, Ex… in make() function in Halide::Internal::Load
654 const Buffer<> &image, Parameter param) { in make()
661 Buffer<> image, Parameter param) { in make()
[all …]
H A DIR.h206 Buffer<> image; member
591 Buffer<> image; member
609 static Expr make(const Buffer<> &image, const std::vector<Expr> &args) { in make() function
614 static Expr make(const Parameter &param, const std::vector<Expr> &args) { in make() function
659 Buffer<> image; member
664 static Expr make(Type type, const std::string &name) { in make() function
668 static Expr make(Type type, const std::string &name, Parameter param) { in make() function
672 static Expr make(Type type, const std::string &name, const Buffer<> &image) { in make() function
676 static Expr make(Type type, const std::string &name, ReductionDomain reduction_domain) { in make() function
/dports/graphics/filmulator/filmulator-gui-0.11.1/filmulator-gui/core/
H A DimwriteTiff.cpp48 std::string make = exifData["Exif.Image.Make"].toString(); in imwrite_tiff() local
92 auto image = Exiv2::ImageFactory::open(outputfilename); in imwrite_tiff() local
/dports/x11-fm/deforaos-browser/Browser-0.5.1/src/plugins/
H A Dmake.c136 Make * make; in _make_init() local
246 GtkWidget * image; in _init_button() local
537 Make * make = data; in _make_on_all() local
546 Make * make = data; in _make_on_autogensh() local
564 Make * make = data; in _make_on_clean() local
573 Make * make = data; in _make_on_configure() local
603 Make * make = data; in _make_on_dist() local
612 Make * make = data; in _make_on_distclean() local
621 Make * make = data; in _make_on_gnu_configure() local
639 Make * make = data; in _make_on_install() local
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/ui/chat/
H A Dchat_style.cpp594 MessageImageStyle &ChatStyle::image() { in image() function in Ui::ChatStyle
602 void ChatStyle::make(style::color &my, const style::color &original) const { in make() function in Ui::ChatStyle
606 void ChatStyle::make(style::icon &my, const style::icon &original) const { in make() function in Ui::ChatStyle
610 void ChatStyle::make( in make() function in Ui::ChatStyle
623 void ChatStyle::make( in make() function in Ui::ChatStyle
634 void ChatStyle::make( in make() function in Ui::ChatStyle
646 void ChatStyle::make( in make() function in Ui::ChatStyle
659 void ChatStyle::make( in make() function in Ui::ChatStyle
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudalegacy/perf/
H A Dperf_labeling.cpp56 static dot make(int i, int j) in make() function
137 cv::Mat image; member
147 const cv::Mat image = readImage(GetParam(), cv::IMREAD_GRAYSCALE); variable
170 const cv::Mat image = readImage(GetParam(), cv::IMREAD_GRAYSCALE); variable
/dports/sysutils/tracker-miners/tracker-miners-2.3.5/src/tracker-extract/
H A Dtracker-extract-tiff.c48 const gchar *make; member
84 gchar *make; member
105 get_flash (TIFF *image) in get_flash()
137 get_orientation (TIFF *image) in get_orientation()
158 get_metering_mode (TIFF *image) in get_metering_mode()
179 get_white_balance (TIFF *image) in get_white_balance()
195 tag_to_string (TIFF *image, in tag_to_string()
257 TIFF *image; in tracker_extract_get_metadata() local
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/gm/
H A Dencode_srgb.cpp35 static void make(SkBitmap* bitmap, SkColorType colorType, SkAlphaType alphaType, in make() function
134 auto image = SkImage::MakeFromEncoded(encode_data(bitmap, fEncodedFormat)); in onDraw() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/gm/
H A Dencode_srgb.cpp35 static void make(SkBitmap* bitmap, SkColorType colorType, SkAlphaType alphaType, in make() function
134 auto image = SkImage::MakeFromEncoded(encode_data(bitmap, fEncodedFormat)); in onDraw() local
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudalegacy/test/
H A Dtest_labeling.cpp58 static dot make(int i, int j) in make() function
151 cv::Mat image; member
174 cv::Mat image; in CUDA_TEST_P() local
/dports/devel/upp/upp/uppsrc/Draw/
H A DMakeCache.cpp97 Image (*make)(const Image& image); member in Upp::SimpleImageMaker
98 Image image; member in Upp::SimpleImageMaker
104 SimpleImageMaker(const Image& image, Image (*make)(const Image& image)) in SimpleImageMaker()
121 Image MakeImage(const Image& image, Image (*make)(const Image& image)) in MakeImage()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/expr/
H A DLValue.java693 static LValue make(VirtualMachine vm, boolean val) { in make() method in LValue
697 static LValue make(VirtualMachine vm, byte val) { in make() method in LValue
701 static LValue make(VirtualMachine vm, char val) { in make() method in LValue
705 static LValue make(VirtualMachine vm, short val) { in make() method in LValue
709 static LValue make(VirtualMachine vm, int val) { in make() method in LValue
713 static LValue make(VirtualMachine vm, long val) { in make() method in LValue
717 static LValue make(VirtualMachine vm, float val) { in make() method in LValue
721 static LValue make(VirtualMachine vm, double val) { in make() method in LValue
725 static LValue make(VirtualMachine vm, String val) throws ParseException { in make() method in LValue
746 String image = token.image; in makeInteger() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/expr/
H A DLValue.java693 static LValue make(VirtualMachine vm, boolean val) { in make() method in LValue
697 static LValue make(VirtualMachine vm, byte val) { in make() method in LValue
701 static LValue make(VirtualMachine vm, char val) { in make() method in LValue
705 static LValue make(VirtualMachine vm, short val) { in make() method in LValue
709 static LValue make(VirtualMachine vm, int val) { in make() method in LValue
713 static LValue make(VirtualMachine vm, long val) { in make() method in LValue
717 static LValue make(VirtualMachine vm, float val) { in make() method in LValue
721 static LValue make(VirtualMachine vm, double val) { in make() method in LValue
725 static LValue make(VirtualMachine vm, String val) throws ParseException { in make() method in LValue
746 String image = token.image; in makeInteger() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/expr/
H A DLValue.java693 static LValue make(VirtualMachine vm, boolean val) { in make() method in LValue
697 static LValue make(VirtualMachine vm, byte val) { in make() method in LValue
701 static LValue make(VirtualMachine vm, char val) { in make() method in LValue
705 static LValue make(VirtualMachine vm, short val) { in make() method in LValue
709 static LValue make(VirtualMachine vm, int val) { in make() method in LValue
713 static LValue make(VirtualMachine vm, long val) { in make() method in LValue
717 static LValue make(VirtualMachine vm, float val) { in make() method in LValue
721 static LValue make(VirtualMachine vm, double val) { in make() method in LValue
725 static LValue make(VirtualMachine vm, String val) throws ParseException { in make() method in LValue
746 String image = token.image; in makeInteger() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/expr/
H A DLValue.java693 static LValue make(VirtualMachine vm, boolean val) { in make() method in LValue
697 static LValue make(VirtualMachine vm, byte val) { in make() method in LValue
701 static LValue make(VirtualMachine vm, char val) { in make() method in LValue
705 static LValue make(VirtualMachine vm, short val) { in make() method in LValue
709 static LValue make(VirtualMachine vm, int val) { in make() method in LValue
713 static LValue make(VirtualMachine vm, long val) { in make() method in LValue
717 static LValue make(VirtualMachine vm, float val) { in make() method in LValue
721 static LValue make(VirtualMachine vm, double val) { in make() method in LValue
725 static LValue make(VirtualMachine vm, String val) throws ParseException { in make() method in LValue
746 String image = token.image; in makeInteger() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.jdi/share/classes/com/sun/tools/example/debug/expr/
H A DLValue.java693 static LValue make(VirtualMachine vm, boolean val) { in make() method in LValue
697 static LValue make(VirtualMachine vm, byte val) { in make() method in LValue
701 static LValue make(VirtualMachine vm, char val) { in make() method in LValue
705 static LValue make(VirtualMachine vm, short val) { in make() method in LValue
709 static LValue make(VirtualMachine vm, int val) { in make() method in LValue
713 static LValue make(VirtualMachine vm, long val) { in make() method in LValue
717 static LValue make(VirtualMachine vm, float val) { in make() method in LValue
721 static LValue make(VirtualMachine vm, double val) { in make() method in LValue
725 static LValue make(VirtualMachine vm, String val) throws ParseException { in make() method in LValue
746 String image = token.image; in makeInteger() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/expr/
H A DLValue.java693 static LValue make(VirtualMachine vm, boolean val) { in make() method in LValue
697 static LValue make(VirtualMachine vm, byte val) { in make() method in LValue
701 static LValue make(VirtualMachine vm, char val) { in make() method in LValue
705 static LValue make(VirtualMachine vm, short val) { in make() method in LValue
709 static LValue make(VirtualMachine vm, int val) { in make() method in LValue
713 static LValue make(VirtualMachine vm, long val) { in make() method in LValue
717 static LValue make(VirtualMachine vm, float val) { in make() method in LValue
721 static LValue make(VirtualMachine vm, double val) { in make() method in LValue
725 static LValue make(VirtualMachine vm, String val) throws ParseException { in make() method in LValue
746 String image = token.image; in makeInteger() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/expr/
H A DLValue.java693 static LValue make(VirtualMachine vm, boolean val) { in make() method in LValue
697 static LValue make(VirtualMachine vm, byte val) { in make() method in LValue
701 static LValue make(VirtualMachine vm, char val) { in make() method in LValue
705 static LValue make(VirtualMachine vm, short val) { in make() method in LValue
709 static LValue make(VirtualMachine vm, int val) { in make() method in LValue
713 static LValue make(VirtualMachine vm, long val) { in make() method in LValue
717 static LValue make(VirtualMachine vm, float val) { in make() method in LValue
721 static LValue make(VirtualMachine vm, double val) { in make() method in LValue
725 static LValue make(VirtualMachine vm, String val) throws ParseException { in make() method in LValue
746 String image = token.image; in makeInteger() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.jdi/share/classes/com/sun/tools/example/debug/expr/
H A DLValue.java693 static LValue make(VirtualMachine vm, boolean val) { in make() method in LValue
697 static LValue make(VirtualMachine vm, byte val) { in make() method in LValue
701 static LValue make(VirtualMachine vm, char val) { in make() method in LValue
705 static LValue make(VirtualMachine vm, short val) { in make() method in LValue
709 static LValue make(VirtualMachine vm, int val) { in make() method in LValue
713 static LValue make(VirtualMachine vm, long val) { in make() method in LValue
717 static LValue make(VirtualMachine vm, float val) { in make() method in LValue
721 static LValue make(VirtualMachine vm, double val) { in make() method in LValue
725 static LValue make(VirtualMachine vm, String val) throws ParseException { in make() method in LValue
746 String image = token.image; in makeInteger() local
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/vstgui4/vstgui/tools/imagestitcher/source/
H A Ddocumentcontroller.cpp163 std::shared_ptr<DocumentWindowController> DocumentWindowController::make ( in make() function in VSTGUI::ImageStitcher::DocumentWindowController
329 static bool exportImage (const SharedPointer<CBitmap>& image, UTF8StringPtr path) in exportImage()
355 if (auto image = createStitchedBitmap ()) in doExport() local
572 for (auto& image : imageList) in doSelectAllCommand() local
581 for (auto& image : imageList) in doDeselectAllCommand() local
590 for (auto& image : imageList) in somethingSelected() local
670 for (auto image : imageList) in createStitchedBitmap() local
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vstgui.surge/vstgui/tools/imagestitcher/source/
H A Ddocumentcontroller.cpp163 std::shared_ptr<DocumentWindowController> DocumentWindowController::make ( in make() function in VSTGUI::ImageStitcher::DocumentWindowController
324 static bool exportImage (const SharedPointer<CBitmap>& image, UTF8StringPtr path) in exportImage()
350 if (auto image = createStitchedBitmap ()) in doExport() local
562 for (auto& image : imageList) in doSelectAllCommand() local
571 for (auto& image : imageList) in doDeselectAllCommand() local
580 for (auto& image : imageList) in somethingSelected() local
660 for (auto image : imageList) in createStitchedBitmap() local
/dports/graphics/netpbm/netpbm-10.91.01/converter/other/cameratopam/
H A Dcameratopam.c58 char make[64], model[70], model2[64], *meta_data; variable
196 fixBadPixels(Image const image) { in fixBadPixels()
274 scaleColors(Image const image) { in scaleColors()
379 vngInterpolate(Image const image) { in vngInterpolate()
555 convertToRgb(Image const image, in convertToRgb()
675 flipImage(Image const image) { in flipImage()
741 Image const image, in writePamLinear()
782 Image const image, in writePamNonlinear()
858 Image const image, in writePam()
875 Image image; in convertIt() local
/dports/graphics/kphotoalbum/kphotoalbum-5.8.1/lib/kpaexif/
H A DDatabase.cpp319 … Exiv2::Image::AutoPtr image = Exiv2::ImageFactory::open(fileName.absolute().toLocal8Bit().data()); in add() local
340 … Exiv2::Image::AutoPtr image = Exiv2::ImageFactory::open(fileName.absolute().toLocal8Bit().data()); in add() local
633 QString make = query.value(0).toString(); in cameras() local
/dports/devel/py-pymisp/pymisp-2.4.128/pymisp/data/misp-objects/objects/vehicle/
H A Ddefinition.json33 "image": { object
63 "make": { object

12345