Searched refs:fCanvasBounds (Results 1 – 2 of 2) sorted by relevance
37 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()
83 IntRect fCanvasBounds; variable