HomeSort by relevance Sort by last modified time
    Searched defs:applyMask (Results 1 - 3 of 3) sorted by null

  /external/skia/src/codec/
SkBmpStandardCodec.cpp 329 auto applyMask = [dstInfo](void* dstRow, int x, uint64_t bit) {
350 applyMask(dstRow, dstX, alphaBit);
  /external/llvm/include/llvm/ADT/
SmallBitVector.h 516 applyMask<true, false>(Mask, MaskWords);
525 applyMask<false, false>(Mask, MaskWords);
534 applyMask<true, true>(Mask, MaskWords);
543 applyMask<false, true>(Mask, MaskWords);
550 void applyMask(const uint32_t *Mask, unsigned MaskWords) {
  /external/skia/src/xps/
SkXPSDevice.cpp     [all...]

Completed in 3632 milliseconds