HomeSort by relevance Sort by last modified time
    Searched defs:updateRect (Results 1 - 3 of 3) sorted by null

  /frameworks/base/awt/java/awt/event/
PaintEvent.java 44 private Rectangle updateRect;
46 public PaintEvent(Component source, int id, Rectangle updateRect) {
49 this.updateRect = updateRect;
53 return updateRect;
56 public void setUpdateRect(Rectangle updateRect) {
57 this.updateRect = updateRect;
83 return typeString + ",updateRect=" + updateRect; //$NON-NLS-1
    [all...]
  /development/simulator/app/
PhoneWindow.cpp 830 wxRect updateRect = GetUpdateClientRect();
832 if (displayRect == updateRect) {
    [all...]
  /external/webkit/WebCore/platform/
ScrollView.cpp 504 IntRect updateRect = clipRect;
505 updateRect.intersect(scrollViewRect);
508 hostWindow()->repaint(updateRect, false);
524 hostWindow()->repaint(updateRect, true, false, true); // Invalidate the backing store and repaint it synchronously
530 // Now update the window (which should do nothing but a blit of the backing store's updateRect and so should
    [all...]

Completed in 554 milliseconds