Home
last modified time | relevance | path

Searched refs:applyMask (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A DBitVector.h484 applyMask<true, false>(Mask, MaskWords);
490 applyMask<false, false>(Mask, MaskWords);
496 applyMask<true, true>(Mask, MaskWords);
502 applyMask<false, true>(Mask, MaskWords);
546 void applyMask(const uint32_t *Mask, unsigned MaskWords) {
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DSmallBitVector.h633 applyMask<true, false>(Mask, MaskWords); in setBitsInMask()
642 applyMask<false, false>(Mask, MaskWords); in clearBitsInMask()
651 applyMask<true, true>(Mask, MaskWords); in setBitsNotInMask()
660 applyMask<false, true>(Mask, MaskWords); in clearBitsNotInMask()
667 void applyMask(const uint32_t *Mask, unsigned MaskWords) { in applyMask() function in llvm::SmallBitVector
H A DBitVector.h776 applyMask<true, false>(Mask, MaskWords);
782 applyMask<false, false>(Mask, MaskWords);
788 applyMask<true, true>(Mask, MaskWords);
794 applyMask<false, true>(Mask, MaskWords);
899 void applyMask(const uint32_t *Mask, unsigned MaskWords) {
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
H A DQrCode.java377 // before masking. Due to the arithmetic of XOR, calling applyMask() with
380 private void applyMask(int[] msk) { in applyMask() method in QrCode
395 applyMask(masks[i]); in handleConstructorMasking()
402 applyMask(masks[i]); // Undoes the mask due to XOR in handleConstructorMasking()
406 applyMask(masks[msk]); // Apply the final choice of mask in handleConstructorMasking()
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
H A DQrCode.java270 applyMask(i); in QrCode()
277 applyMask(i); // Undoes the mask due to XOR in QrCode()
282 applyMask(msk); // Apply the final choice of mask in QrCode()
499 // before masking. Due to the arithmetic of XOR, calling applyMask() with
502 private void applyMask(int msk) { in applyMask() method in QrCode
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceBitVector.h719 applyMask<true, false>(Mask, MaskWords);
725 applyMask<false, false>(Mask, MaskWords);
731 applyMask<true, true>(Mask, MaskWords);
737 applyMask<false, true>(Mask, MaskWords);
785 void applyMask(const uint32_t *Mask, unsigned MaskWords) {
/third_party/skia/src/codec/
H A DSkBmpStandardCodec.cpp316 auto applyMask = [dstInfo](void* dstRow, int x, uint64_t bit) { in decodeIcoMask() local
337 applyMask(dstRow, dstX, alphaBit); in decodeIcoMask()
/third_party/qrcodegen/cpp/
H A Dqrcodegen.cpp342 applyMask(i); in QrCode()
349 applyMask(i); // Undoes the mask due to XOR in QrCode()
354 applyMask(msk); // Apply the final choice of mask in QrCode()
563 void QrCode::applyMask(int msk) { in applyMask() function in qrcodegen::QrCode
H A Dqrcodegen.hpp422 // before masking. Due to the arithmetic of XOR, calling applyMask() with
425 private: void applyMask(int msk);
/third_party/qrcodegen/c/
H A Dqrcodegen.c73 static void applyMask(const uint8_t functionModules[], uint8_t qrcode[], enum qrcodegen_Mask mask);
270 applyMask(tempBuffer, qrcode, msk); in qrcodegen_encodeSegmentsAdvanced()
277 applyMask(tempBuffer, qrcode, msk); // Undoes the mask due to XOR in qrcodegen_encodeSegmentsAdvanced()
281 applyMask(tempBuffer, qrcode, mask); // Apply the final choice of mask in qrcodegen_encodeSegmentsAdvanced()
605 // before masking. Due to the arithmetic of XOR, calling applyMask() with
608 static void applyMask(const uint8_t functionModules[], uint8_t qrcode[], enum qrcodegen_Mask mask) { in applyMask() function
/third_party/skia/modules/svg/include/
H A DSkSVGRenderContext.h170 void applyMask(const SkSVGFuncIRI&);
/third_party/skia/src/xps/
H A DSkXPSDevice.h266 HRESULT applyMask(
H A DSkXPSDevice.cpp1398 HRESULT SkXPSDevice::applyMask(const SkMask& mask, in applyMask() function in SkXPSDevice
1610 HRV(this->applyMask(*mask, ppuScale, shadedPath.get())); in drawPath()
/third_party/skia/modules/svg/src/
H A DSkSVGRenderContext.cpp284 this->applyMask(*attrs.fMask); in applyPresentationAttributes()
382 void SkSVGRenderContext::applyMask(const SkSVGFuncIRI& mask) { in applyMask() function in SkSVGRenderContext

Completed in 17 milliseconds