Home
last modified time | relevance | path

Searched defs:applyMask (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/src/codec/
DSkBmpStandardCodec.cpp316 auto applyMask = [dstInfo](void* dstRow, int x, uint64_t bit) { in decodeIcoMask() local
/third_party/skia/modules/svg/src/
DSkSVGRenderContext.cpp382 void SkSVGRenderContext::applyMask(const SkSVGFuncIRI& mask) { in applyMask() function in SkSVGRenderContext
/third_party/qrcodegen/java-fast/io/nayuki/fastqrcodegen/
DQrCode.java380 private void applyMask(int[] msk) { in applyMask() method in QrCode
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSmallBitVector.h667 void applyMask(const uint32_t *Mask, unsigned MaskWords) { in applyMask() function
DBitVector.h899 void applyMask(const uint32_t *Mask, unsigned MaskWords) { in applyMask() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DBitVector.h546 void applyMask(const uint32_t *Mask, unsigned MaskWords) { in applyMask() function
/third_party/qrcodegen/java/src/main/java/io/nayuki/qrcodegen/
DQrCode.java502 private void applyMask(int msk) { in applyMask() method in QrCode
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceBitVector.h785 void applyMask(const uint32_t *Mask, unsigned MaskWords) { in applyMask() function
/third_party/qrcodegen/cpp/
Dqrcodegen.cpp563 void QrCode::applyMask(int msk) { in applyMask() function in qrcodegen::QrCode
/third_party/qrcodegen/c/
Dqrcodegen.c608 static void applyMask(const uint8_t functionModules[], uint8_t qrcode[], enum qrcodegen_Mask mask) { in applyMask() function
/third_party/skia/src/xps/
DSkXPSDevice.cpp1398 HRESULT SkXPSDevice::applyMask(const SkMask& mask, in applyMask() function in SkXPSDevice