Home
last modified time | relevance | path

Searched refs:isMask (Results 226 – 250 of 543) sorted by relevance

12345678910>>...22

/dports/graphics/poppler/poppler-21.12.0/utils/
H A DHtmlOutputDev.cc1312 …Image(GfxState *state, Stream *str, int width, int height, GfxImageColorMap *colorMap, bool isMask) in drawPngImage() argument
1318 if (!colorMap && !isMask) { in drawPngImage()
1332 PNGWriter *writer = new PNGWriter(isMask ? PNGWriter::MONOCHROME : PNGWriter::RGB); in drawPngImage()
1341 if (!isMask) { in drawPngImage()
/dports/graphics/poppler-utils/poppler-21.12.0/utils/
H A DHtmlOutputDev.cc1312 …Image(GfxState *state, Stream *str, int width, int height, GfxImageColorMap *colorMap, bool isMask) in drawPngImage() argument
1318 if (!colorMap && !isMask) { in drawPngImage()
1332 PNGWriter *writer = new PNGWriter(isMask ? PNGWriter::MONOCHROME : PNGWriter::RGB); in drawPngImage()
1341 if (!isMask) { in drawPngImage()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/include/llvm/ADT/
H A DAPInt.h1559 inline bool isMask(unsigned numBits, const APInt& APIVal) { in isMask() function
1567 return isMask(numBits, (APIVal - APInt(numBits,1)) | APIVal); in isShiftedMask()
/dports/graphics/krita/krita-4.4.8/libs/image/
H A Dkis_base_rects_walker.h416 (!currentLeaf->isMask() || !currentLeaf->visible())); in adjustMasksChangeRect()
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dtype.h192 static constexpr bool isMask(uint32_t typeId) noexcept { return typeId >= _kIdMaskStart && typeId <… in isMask() function
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dtype.h192 static constexpr bool isMask(uint32_t typeId) noexcept { return typeId >= _kIdMaskStart && typeId <… in isMask() function
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dtype.h192 static constexpr bool isMask(uint32_t typeId) noexcept { return typeId >= _kIdMaskStart && typeId <… in isMask() function
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dtype.h192 static constexpr bool isMask(uint32_t typeId) noexcept { return typeId >= _kIdMaskStart && typeId <… in isMask() function
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dtype.h192 static constexpr bool isMask(uint32_t typeId) noexcept { return typeId >= _kIdMaskStart && typeId <… in isMask() function
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/core/
H A Dtype.h192 static constexpr bool isMask(uint32_t typeId) noexcept { return typeId >= _kIdMaskStart && typeId <… in isMask() function
/dports/x11-toolkits/kf5-kirigami2/kirigami2-5.89.0/src/controls/private/
H A DGlobalDrawerActionItem.qml82 isMask: true
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/ADT/
H A DAPIntTest.cpp1743 TEST(APIntTest, isMask) { in TEST() argument
1744 EXPECT_FALSE(APInt(32, 0x01010101).isMask()); in TEST()
1745 EXPECT_FALSE(APInt(32, 0xf0000000).isMask()); in TEST()
1746 EXPECT_FALSE(APInt(32, 0xffff0000).isMask()); in TEST()
1747 EXPECT_FALSE(APInt(32, 0xff << 1).isMask()); in TEST()
1750 EXPECT_FALSE(APInt(N, 0).isMask()); in TEST()
1755 EXPECT_TRUE(MaskVal.isMask()); in TEST()
1756 EXPECT_TRUE(MaskVal.isMask(I)); in TEST()
/dports/devel/llvm11/llvm-11.0.1.src/unittests/ADT/
H A DAPIntTest.cpp1743 TEST(APIntTest, isMask) { in TEST() argument
1744 EXPECT_FALSE(APInt(32, 0x01010101).isMask()); in TEST()
1745 EXPECT_FALSE(APInt(32, 0xf0000000).isMask()); in TEST()
1746 EXPECT_FALSE(APInt(32, 0xffff0000).isMask()); in TEST()
1747 EXPECT_FALSE(APInt(32, 0xff << 1).isMask()); in TEST()
1750 EXPECT_FALSE(APInt(N, 0).isMask()); in TEST()
1755 EXPECT_TRUE(MaskVal.isMask()); in TEST()
1756 EXPECT_TRUE(MaskVal.isMask(I)); in TEST()
/dports/devel/llvm10/llvm-10.0.1.src/unittests/ADT/
H A DAPIntTest.cpp1743 TEST(APIntTest, isMask) { in TEST() argument
1744 EXPECT_FALSE(APInt(32, 0x01010101).isMask()); in TEST()
1745 EXPECT_FALSE(APInt(32, 0xf0000000).isMask()); in TEST()
1746 EXPECT_FALSE(APInt(32, 0xffff0000).isMask()); in TEST()
1747 EXPECT_FALSE(APInt(32, 0xff << 1).isMask()); in TEST()
1750 EXPECT_FALSE(APInt(N, 0).isMask()); in TEST()
1755 EXPECT_TRUE(MaskVal.isMask()); in TEST()
1756 EXPECT_TRUE(MaskVal.isMask(I)); in TEST()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/ADT/
H A DAPIntTest.cpp1746 TEST(APIntTest, isMask) { in TEST() argument
1747 EXPECT_FALSE(APInt(32, 0x01010101).isMask()); in TEST()
1748 EXPECT_FALSE(APInt(32, 0xf0000000).isMask()); in TEST()
1749 EXPECT_FALSE(APInt(32, 0xffff0000).isMask()); in TEST()
1750 EXPECT_FALSE(APInt(32, 0xff << 1).isMask()); in TEST()
1753 EXPECT_FALSE(APInt(N, 0).isMask()); in TEST()
1758 EXPECT_TRUE(MaskVal.isMask()); in TEST()
1759 EXPECT_TRUE(MaskVal.isMask(I)); in TEST()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/ADT/
H A DAPIntTest.cpp1743 TEST(APIntTest, isMask) { in TEST() argument
1744 EXPECT_FALSE(APInt(32, 0x01010101).isMask()); in TEST()
1745 EXPECT_FALSE(APInt(32, 0xf0000000).isMask()); in TEST()
1746 EXPECT_FALSE(APInt(32, 0xffff0000).isMask()); in TEST()
1747 EXPECT_FALSE(APInt(32, 0xff << 1).isMask()); in TEST()
1750 EXPECT_FALSE(APInt(N, 0).isMask()); in TEST()
1755 EXPECT_TRUE(MaskVal.isMask()); in TEST()
1756 EXPECT_TRUE(MaskVal.isMask(I)); in TEST()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/unittests/ADT/
H A DAPIntTest.cpp1746 TEST(APIntTest, isMask) { in TEST() argument
1747 EXPECT_FALSE(APInt(32, 0x01010101).isMask()); in TEST()
1748 EXPECT_FALSE(APInt(32, 0xf0000000).isMask()); in TEST()
1749 EXPECT_FALSE(APInt(32, 0xffff0000).isMask()); in TEST()
1750 EXPECT_FALSE(APInt(32, 0xff << 1).isMask()); in TEST()
1753 EXPECT_FALSE(APInt(N, 0).isMask()); in TEST()
1758 EXPECT_TRUE(MaskVal.isMask()); in TEST()
1759 EXPECT_TRUE(MaskVal.isMask(I)); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/unittests/ADT/
H A DAPIntTest.cpp1743 TEST(APIntTest, isMask) { in TEST() argument
1744 EXPECT_FALSE(APInt(32, 0x01010101).isMask()); in TEST()
1745 EXPECT_FALSE(APInt(32, 0xf0000000).isMask()); in TEST()
1746 EXPECT_FALSE(APInt(32, 0xffff0000).isMask()); in TEST()
1747 EXPECT_FALSE(APInt(32, 0xff << 1).isMask()); in TEST()
1750 EXPECT_FALSE(APInt(N, 0).isMask()); in TEST()
1755 EXPECT_TRUE(MaskVal.isMask()); in TEST()
1756 EXPECT_TRUE(MaskVal.isMask(I)); in TEST()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/ADT/
H A DAPIntTest.cpp1743 TEST(APIntTest, isMask) { in TEST() argument
1744 EXPECT_FALSE(APInt(32, 0x01010101).isMask()); in TEST()
1745 EXPECT_FALSE(APInt(32, 0xf0000000).isMask()); in TEST()
1746 EXPECT_FALSE(APInt(32, 0xffff0000).isMask()); in TEST()
1747 EXPECT_FALSE(APInt(32, 0xff << 1).isMask()); in TEST()
1750 EXPECT_FALSE(APInt(N, 0).isMask()); in TEST()
1755 EXPECT_TRUE(MaskVal.isMask()); in TEST()
1756 EXPECT_TRUE(MaskVal.isMask(I)); in TEST()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/unittests/ADT/
H A DAPIntTest.cpp1746 TEST(APIntTest, isMask) { in TEST() argument
1747 EXPECT_FALSE(APInt(32, 0x01010101).isMask()); in TEST()
1748 EXPECT_FALSE(APInt(32, 0xf0000000).isMask()); in TEST()
1749 EXPECT_FALSE(APInt(32, 0xffff0000).isMask()); in TEST()
1750 EXPECT_FALSE(APInt(32, 0xff << 1).isMask()); in TEST()
1753 EXPECT_FALSE(APInt(N, 0).isMask()); in TEST()
1758 EXPECT_TRUE(MaskVal.isMask()); in TEST()
1759 EXPECT_TRUE(MaskVal.isMask(I)); in TEST()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/unittests/ADT/
H A DAPIntTest.cpp1743 TEST(APIntTest, isMask) { in TEST() argument
1744 EXPECT_FALSE(APInt(32, 0x01010101).isMask()); in TEST()
1745 EXPECT_FALSE(APInt(32, 0xf0000000).isMask()); in TEST()
1746 EXPECT_FALSE(APInt(32, 0xffff0000).isMask()); in TEST()
1747 EXPECT_FALSE(APInt(32, 0xff << 1).isMask()); in TEST()
1750 EXPECT_FALSE(APInt(N, 0).isMask()); in TEST()
1755 EXPECT_TRUE(MaskVal.isMask()); in TEST()
1756 EXPECT_TRUE(MaskVal.isMask(I)); in TEST()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/ADT/
H A DAPIntTest.cpp1746 TEST(APIntTest, isMask) { in TEST() argument
1747 EXPECT_FALSE(APInt(32, 0x01010101).isMask()); in TEST()
1748 EXPECT_FALSE(APInt(32, 0xf0000000).isMask()); in TEST()
1749 EXPECT_FALSE(APInt(32, 0xffff0000).isMask()); in TEST()
1750 EXPECT_FALSE(APInt(32, 0xff << 1).isMask()); in TEST()
1753 EXPECT_FALSE(APInt(N, 0).isMask()); in TEST()
1758 EXPECT_TRUE(MaskVal.isMask()); in TEST()
1759 EXPECT_TRUE(MaskVal.isMask(I)); in TEST()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/ADT/
H A DAPIntTest.cpp1746 TEST(APIntTest, isMask) {
1747 EXPECT_FALSE(APInt(32, 0x01010101).isMask());
1748 EXPECT_FALSE(APInt(32, 0xf0000000).isMask());
1749 EXPECT_FALSE(APInt(32, 0xffff0000).isMask());
1750 EXPECT_FALSE(APInt(32, 0xff << 1).isMask());
1753 EXPECT_FALSE(APInt(N, 0).isMask());
1758 EXPECT_TRUE(MaskVal.isMask());
1759 EXPECT_TRUE(MaskVal.isMask(I));
/dports/x11-toolkits/qt5-uiplugin/kde-qttools-5.15.2p17/src/designer/src/components/propertyeditor/
H A Dpaletteeditor.cpp497 const bool isMask = qvariant_cast<bool>(value); in setData() local
498 if (isMask) in setData()
/dports/devel/qt5-qdbusviewer/kde-qttools-5.15.2p17/src/designer/src/components/propertyeditor/
H A Dpaletteeditor.cpp497 const bool isMask = qvariant_cast<bool>(value); in setData() local
498 if (isMask) in setData()

12345678910>>...22