Searched refs:fInverse (Results 1 - 4 of 4) sorted by relevance

/haiku/src/servers/app/drawing/
H A DAlphaMaskCache.h50 fInverse(inverse),
58 if (fInverse != other.fInverse)
59 return fInverse < other.fInverse;
82 bool fInverse; member in struct:AlphaMaskCache::ShapeMaskElement
H A DAlphaMask.cpp38 fInverse(inverse),
64 fInverse(other->fInverse),
92 fInverse(false),
213 *destination = (fInverse ? 255 - source[3] : source[3])
223 *destination = (fInverse ? 255 - source[3] : source[3])
230 uint8 sourceAlpha = fInverse ? 255 - source[3] : source[3];
236 *destination = (fInverse ? 255 - source[3] : source[3])
245 *destination = (fInverse ? 255 - source[3] : source[3])
254 *destination = (fInverse
[all...]
H A DAlphaMask.h51 { return fInverse; }
84 const bool fInverse; member in class:AlphaMask
H A DAlphaMaskCache.cpp96 mask->fInverse);

Completed in 36 milliseconds