Home
last modified time | relevance | path

Searched refs:applyMask (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
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) { in applyMask() function
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
DQrCode.java380 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSmallBitVector.h633 applyMask<true, false>(Mask, MaskWords);
642 applyMask<false, false>(Mask, MaskWords);
651 applyMask<true, true>(Mask, MaskWords);
660 applyMask<false, true>(Mask, MaskWords);
667 void applyMask(const uint32_t *Mask, unsigned MaskWords) { in applyMask() function
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) { in applyMask() function
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
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()
502 private void applyMask(int msk) { in applyMask() method in QrCode
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
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) { in applyMask() function
/third_party/flutter/skia/src/codec/
DSkBmpStandardCodec.cpp316 auto applyMask = [dstInfo](void* dstRow, int x, uint64_t bit) { in decodeIcoMask() local
337 applyMask(dstRow, dstX, alphaBit); in decodeIcoMask()
/third_party/skia/src/codec/
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/typescript-javascript/
Dqrcodegen.ts211 this.applyMask(i);
218 this.applyMask(i); // Undoes the mask due to XOR
223 this.applyMask(msk); // Apply the final choice of mask
434 private applyMask(mask: int): void {
/third_party/qrcodegen/c/
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()
608 static void applyMask(const uint8_t functionModules[], uint8_t qrcode[], enum qrcodegen_Mask mask) { in applyMask() function
/third_party/qrcodegen/cpp/
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
Dqrcodegen.hpp425 private: void applyMask(int msk);
/third_party/skia/modules/svg/include/
DSkSVGRenderContext.h166 void applyMask(const SkSVGFuncIRI&);
/third_party/skia/modules/svg/src/
DSkSVGRenderContext.cpp251 this->applyMask(*attrs.fMask); in applyPresentationAttributes()
349 void SkSVGRenderContext::applyMask(const SkSVGFuncIRI& mask) { in applyMask() function in SkSVGRenderContext
/third_party/flutter/skia/src/xps/
DSkXPSDevice.h268 HRESULT applyMask(
DSkXPSDevice.cpp1409 HRESULT SkXPSDevice::applyMask(const SkMask& mask, in applyMask() function in SkXPSDevice
1621 HRV(this->applyMask(*mask, ppuScale, shadedPath.get())); in drawPath()
/third_party/skia/src/xps/
DSkXPSDevice.h266 HRESULT applyMask(
DSkXPSDevice.cpp1398 HRESULT SkXPSDevice::applyMask(const SkMask& mask, in applyMask() function in SkXPSDevice
1610 HRV(this->applyMask(*mask, ppuScale, shadedPath.get())); in drawPath()