Home
last modified time | relevance | path

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

/external/skia/src/codec/
DSkBmpStandardCodec.cpp302 auto applyMask = [dstInfo](void* dstRow, int x, uint64_t bit) { in decodeIcoMask() local
/external/llvm/include/llvm/ADT/
DSmallBitVector.h550 void applyMask(const uint32_t *Mask, unsigned MaskWords) { in applyMask() function
DBitVector.h546 void applyMask(const uint32_t *Mask, unsigned MaskWords) { in applyMask() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DBitVector.h546 void applyMask(const uint32_t *Mask, unsigned MaskWords) { in applyMask() function
/external/swiftshader/third_party/subzero/src/
DIceBitVector.h783 void applyMask(const uint32_t *Mask, unsigned MaskWords) { in applyMask() function
/external/skia/src/xps/
DSkXPSDevice.cpp1402 HRESULT SkXPSDevice::applyMask(const SkMask& mask, in applyMask() function in SkXPSDevice