Home
last modified time | relevance | path

Searched refs:alphaBit (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/src/codec/
DSkBmpStandardCodec.cpp336 uint64_t alphaBit = (this->srcBuffer()[quotient] >> shift) & 0x1; in decodeIcoMask() local
337 applyMask(dstRow, dstX, alphaBit); in decodeIcoMask()