Home
last modified time | relevance | path

Searched refs:factorImage (Results 1 – 3 of 3) sorted by relevance

/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libgui/include/de/graphics/
H A Dimage.h163 Image multiplied(Image const &factorImage) const;
/dports/graphics/opencv/.build/3rdparty/ippicv/ippicv_lnx/iw/include/iw++/
H A Diw_image_op.hpp504 const IwiImage &factorImage, // [in] Reference to the factor image in iwiMulC() argument
510 …IppStatus ippStatus = ::iwiMulC(factor, factor.ValuesNum(), &factorImage, &dstImage, &auxParams, &… in iwiMulC()
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libgui/src/graphics/
H A Dimage.cpp703 Image Image::multiplied(Image const &factorImage) const in multiplied()
708 painter.drawImage(0, 0, factorImage.toQImage()); in multiplied()