Searched refs:VectorAlphaMask (Results 1 - 2 of 2) sorted by relevance

/haiku/src/servers/app/drawing/
H A DAlphaMask.h114 // #pragma mark - VectorAlphaMask
118 class VectorAlphaMask : public AlphaMask { class in inherits:AlphaMask
120 VectorAlphaMask(AlphaMask* previousMask,
122 VectorAlphaMask(AlphaMask* previousMask,
123 VectorAlphaMask* other);
137 class PictureAlphaMask : public VectorAlphaMask<PictureAlphaMask> {
161 class ShapeAlphaMask : public VectorAlphaMask<ShapeAlphaMask> {
H A DAlphaMask.cpp346 // #pragma mark - VectorAlphaMask
350 VectorAlphaMask<VectorMaskType>::VectorAlphaMask(AlphaMask* previousMask, function in class:VectorAlphaMask
360 VectorAlphaMask<VectorMaskType>::VectorAlphaMask(AlphaMask* previousMask, function in class:VectorAlphaMask
361 VectorAlphaMask* other)
371 VectorAlphaMask<VectorMaskType>::_RenderSource(const IntRect& canvasBounds)
436 VectorAlphaMask<VectorMaskType>::_Offset()
450 VectorAlphaMask<PictureAlphaMask>(previousMask, where, inverse),
512 VectorAlphaMask<ShapeAlphaMas
[all...]

Completed in 86 milliseconds