Home | History | Annotate | Download | only in jni

Lines Matching full:intrect

29 #include "IntRect.h"
60 virtual void paintContents(GraphicsContext* gc, IntRect& dirty) = 0;
71 IntRect area;
76 PictureContainer(const IntRect& area)
100 void invalidate(const IntRect& dirtyRect);
105 PrerenderedInval* prerenderedInvalForArea(const IntRect& area);
115 void appendToPile(const IntRect& inval, const IntRect& originalInval = IntRect());
121 Vector<IntRect> m_webkitInvals;