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

/external/llvm/include/llvm/ADT/
H A DSmallBitVector.h524 applyMask<true, false>(Mask, MaskWords);
533 applyMask<false, false>(Mask, MaskWords);
542 applyMask<true, true>(Mask, MaskWords);
551 applyMask<false, true>(Mask, MaskWords);
558 void applyMask(const uint32_t *Mask, unsigned MaskWords) { function in class:llvm::SmallBitVector
H A DBitVector.h497 applyMask<true, false>(Mask, MaskWords);
503 applyMask<false, false>(Mask, MaskWords);
509 applyMask<true, true>(Mask, MaskWords);
515 applyMask<false, true>(Mask, MaskWords);
558 void applyMask(const uint32_t *Mask, unsigned MaskWords) {
/external/chromium_org/third_party/skia/include/device/xps/
H A DSkXPSDevice.h316 HRESULT applyMask(
/external/skia/include/device/xps/
H A DSkXPSDevice.h302 HRESULT applyMask(
/external/chromium_org/third_party/skia/src/device/xps/
H A DSkXPSDevice.cpp1410 HRESULT SkXPSDevice::applyMask(const SkDraw& d, function in class:SkXPSDevice
1631 HRV(this->applyMask(d, *mask, ppuScale, shadedPath.get()));
1679 HRV(this->applyMask(d, *mask, ppuScale, shadedPath.get()));
/external/skia/src/device/xps/
H A DSkXPSDevice.cpp1567 HRESULT SkXPSDevice::applyMask(const SkDraw& d, function in class:SkXPSDevice
1788 HRV(this->applyMask(d, *mask, ppuScale, shadedPath.get()));
1836 HRV(this->applyMask(d, *mask, ppuScale, shadedPath.get()));

Completed in 1641 milliseconds