Home
last modified time | relevance | path

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

/haiku/src/servers/app/drawing/
H A DAlphaMask.cpp37 fCanvasBounds(), in AlphaMask()
63 fCanvasBounds(other->fCanvasBounds), in AlphaMask()
91 fCanvasBounds(), in AlphaMask()
122 if (origin == fCanvasOrigin && bounds.Width() == fCanvasBounds.Width() in SetCanvasGeometry()
123 && bounds.Height() == fCanvasBounds.Height()) in SetCanvasGeometry()
128 IntRect oldBounds = fCanvasBounds; in SetCanvasGeometry()
129 fCanvasBounds = IntRect(0, 0, bounds.Width(), bounds.Height()); in SetCanvasGeometry()
134 if (fClippedToCanvas && (fCanvasBounds.Width() > oldBounds.Width() in SetCanvasGeometry()
135 || fCanvasBounds.Height() > oldBounds.Height())) { in SetCanvasGeometry()
181 ServerBitmap* const bitmap = _RenderSource(fCanvasBounds); in _Generate()
H A DAlphaMask.h83 IntRect fCanvasBounds; variable