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

/haiku/src/servers/app/drawing/
H A DAlphaMask.cpp37 fCanvasBounds(),
63 fCanvasBounds(other->fCanvasBounds),
91 fCanvasBounds(),
122 if (origin == fCanvasOrigin && bounds.Width() == fCanvasBounds.Width()
123 && bounds.Height() == fCanvasBounds.Height())
128 IntRect oldBounds = fCanvasBounds;
129 fCanvasBounds = IntRect(0, 0, bounds.Width(), bounds.Height());
134 if (fClippedToCanvas && (fCanvasBounds.Width() > oldBounds.Width()
135 || fCanvasBounds
[all...]
H A DAlphaMask.h83 IntRect fCanvasBounds; member in class:AlphaMask

Completed in 82 milliseconds