Home | History | Annotate | Download | only in chromium

Lines Matching refs:contentRect

47     virtual void paint(GraphicsContext& context, const IntRect& contentRect) = 0;
60 void invalidateRect(const IntRect& contentRect);
63 // Paint all invalidations and missing tiles needed to draw the contentRect
65 void update(TilePaintInterface& painter, const IntRect& contentRect);
71 void updateFromPixels(const IntRect& contentRect, const IntRect& paintRect, const uint8_t* pixels);
74 void draw(const IntRect& contentRect, const TransformationMatrix&, float opacity);
121 void growLayerToContain(const IntRect& contentRect);
126 // Invalidate any tiles which do not intersect with the contentRect
127 void invalidateTiles(const IntRect& contentRect);
129 void contentRectToTileIndices(const IntRect& contentRect, int &left, int &top, int &right, int &bottom) const;
130 IntRect contentRectToLayerRect(const IntRect& contentRect) const;