Home
last modified time | relevance | path

Searched defs:invertMask (Results 1 – 10 of 10) sorted by relevance

/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dvc_extra_math.h38 Vc::float_m invertMask = x < 0.f; in erf() local
/dports/games/libretro-snes9x/snes9x-73aa348/macosx/
H A Dmac-os.h94 uint16 invertMask; member
/dports/emulators/snes9x-gtk/snes9x-1.54.1/macosx/
H A Dmac-os.h268 uint16 invertMask; member
/dports/misc/openvdb/openvdb-9.0.0/openvdb_houdini/openvdb_houdini/
H A DSOP_OpenVDB_Filter.cc113 bool invertMask = false; member
H A DSOP_OpenVDB_Rasterize_Points.cc182 bboxClip(MaskTreeType& mask, const openvdb::BBoxd& bbox, bool invertMask, in bboxClip()
2524 bool createDensity, clipToFrustum, invertMask, exportPointMask; member
3248 const bool invertMask = evalInt("invertmask", 0, time) == 1; in cookVDBSop() local
/dports/games/xray_re-tools/xray_re-tools-52721d2/sources/plugins/xray_fsl/materials/
H A Dmask.cpp40 BOOL invertMask; member in Mask
/dports/graphics/art/ART-1.9.3/rtengine/
H A Dpixelshift.cc79 void invertMask(int xStart, int xEnd, int yStart, int yEnd, const array2D<uint8_t> &maskIn, array2D… in invertMask() function
/dports/graphics/rawtherapee/rawtherapee-5.8/rtengine/
H A Dpixelshift.cc87 void invertMask(int xStart, int xEnd, int yStart, int yEnd, const array2D<uint8_t> &maskIn, array2D… in invertMask() function
/dports/misc/openvdb/openvdb-9.0.0/openvdb/openvdb/tools/
H A DVolumeToMesh.h3656 bool invertMask, in applySurfaceMask()
4828 VolumeToMesh::setSurfaceMask(const GridBase::ConstPtr& mask, bool invertMask) in setSurfaceMask()
/dports/graphics/opencv/opencv-4.5.3/modules/ts/src/
H A Dts_func.cpp338 void copy(const Mat& src, Mat& dst, const Mat& mask, bool invertMask) in copy()