/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | BitVector.h | 484 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/ |
D | QrCode.java | 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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | SmallBitVector.h | 633 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
|
D | BitVector.h | 776 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/ |
D | QrCode.java | 270 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/ |
D | IceBitVector.h | 719 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/ |
D | SkBmpStandardCodec.cpp | 316 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/ |
D | SkBmpStandardCodec.cpp | 316 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/ |
D | qrcodegen.ts | 211 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/ |
D | qrcodegen.c | 73 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/ |
D | qrcodegen.cpp | 342 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
|
D | qrcodegen.hpp | 425 private: void applyMask(int msk);
|
/third_party/skia/modules/svg/include/ |
D | SkSVGRenderContext.h | 166 void applyMask(const SkSVGFuncIRI&);
|
/third_party/skia/modules/svg/src/ |
D | SkSVGRenderContext.cpp | 251 this->applyMask(*attrs.fMask); in applyPresentationAttributes() 349 void SkSVGRenderContext::applyMask(const SkSVGFuncIRI& mask) { in applyMask() function in SkSVGRenderContext
|
/third_party/flutter/skia/src/xps/ |
D | SkXPSDevice.h | 268 HRESULT applyMask(
|
D | SkXPSDevice.cpp | 1409 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/ |
D | SkXPSDevice.h | 266 HRESULT applyMask(
|
D | SkXPSDevice.cpp | 1398 HRESULT SkXPSDevice::applyMask(const SkMask& mask, in applyMask() function in SkXPSDevice 1610 HRV(this->applyMask(*mask, ppuScale, shadedPath.get())); in drawPath()
|