HomeSort by relevance Sort by last modified time
    Searched full:repaint (Results 1 - 25 of 167) sorted by null

1 2 3 4 5 6 7

  /dalvik/tests/038-inner-null/src/
Main.java 17 mBlort.repaint();
22 public void repaint() { method in class:Main.Blort
  /external/webkit/WebCore/platform/
HostWindow.h 38 // The repaint method asks the host window to repaint a rect in the window's coordinate space. The
39 // contentChanged boolean indicates whether or not the Web page content actually changed (or if a repaint
41 virtual void repaint(const IntRect&, bool contentChanged, bool immediate = false, bool repaintContentOnly = false) = 0;
45 void paint() { repaint(IntRect(), false, true); }
ScrollView.cpp 508 hostWindow()->repaint(updateRect, false);
511 int panIconDirtySquareSizeLength = 2 * (panIconSizeLength + max(abs(scrollDelta.width()), abs(scrollDelta.height()))); // We only want to repaint what's necessary
515 hostWindow()->repaint(panScrollIconDirtyRect, true);
522 // We need to go ahead and repaint the entire backing store. Do it now before moving the
524 hostWindow()->repaint(updateRect, true, false, true); // Invalidate the backing store and repaint it synchronously
725 hostWindow()->repaint(contentsToWindow(paintRect), true, now);
    [all...]
  /external/webkit/WebCore/rendering/
RenderSelectionInfo.h 68 void repaint() function in class:WebCore::RenderSelectionInfo
76 IntRect m_rect; // relative to repaint container
89 void repaint() function in class:WebCore::RenderBlockSelectionInfo
98 GapRects m_rects; // relative to repaint container
RenderTableRow.cpp 130 // We only ever need to repaint if our cells didn't, which menas that they didn't need
132 // the fact that we did not repaint in setStyle() because we had a layout hint.
133 // We cannot call repaint() because our clippedOverflowRectForRepaint() is taken from the
134 // parent table, and being mid-layout, that is invalid. Instead, we repaint our cells.
138 child->repaint();
153 // For now, just repaint the whole table.
154 // FIXME: Find a better way to do this, e.g., need to repaint all the cells that we
202 // FIXME: Examine cells and repaint only the rect the image paints in.
203 repaint();
RenderTableCol.cpp 74 // For now, just repaint the whole table.
75 // FIXME: Find a better way to do this, e.g., need to repaint all the cells that we
87 // FIXME: Repaint only the rect the image paints in.
88 repaint();
RenderView.h 62 // Repaint the view, and all composited layers that intersect the given absolute rectangle.
113 // last layout location, in order to repaint correctly.
114 // If we're doing a full repaint m_layoutState will be 0, but in that case layoutDelta doesn't matter.
154 // that can trigger repaint of a non-child (e.g. when a list item moves its list marker around).
RenderLayerCompositor.h 108 // Repaint the appropriate layers when the given RenderLayer starts or stops being composited.
118 // Repaint parts of all composited layers that intersect the given absolute rectangle.
149 // Repaint the given rect (which is layer's coords), and regions of child layers that intersect that rect.
RenderFileUploadControl.cpp 101 // only repaint if it doesn't seem we have been destroyed
103 repaint();
156 repaint();
RenderSVGImage.cpp 142 // If we already have a cached repaint rect, return that
170 repaint();
  /external/quake/quake/src/QW/dxsdk/sdk/inc/
d3drmwin.h 40 /* Repaint the window with the last frame which was rendered. */
  /external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
D3DRMWIN.H 40 /* Repaint the window with the last frame which was rendered. */
  /external/webkit/WebCore/manual-tests/
containing-block-position-change.html 22 REGRESSION: [Incremental Repaint] DHTML movement test failures</i>.
left-overflow-repaint.html 7 <p><b>BUG ID:</b> <a href="http://bugs.webkit.org/show_bug.cgi?id=7916">Bugzilla bug 7916</a> Box repaint rect does not include the left overflow</p>
simple-image-compositing.html 39 Directly composited image layers will have a yellow border and no repaint counter.
  /external/webkit/WebCore/page/mac/
WebCoreFrameView.h 35 - (void)setScrollBarsSuppressed:(BOOL)suppressed repaintOnUnsuppress:(BOOL)repaint;
  /external/webkit/WebKit/chromium/public/
WebDevToolsAgentClient.h 45 // Invalidates widget which leads to the repaint.
WebMediaPlayerClient.h 46 virtual void repaint() = 0;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
ElementFigure.java 49 repaint(); method
  /external/proguard/src/proguard/gui/splash/
SplashPanel.java 116 // Repaint the SplashPanel one last time.
161 // Do a repaint and time it.
194 SplashPanel.this.repaint();
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 145 repaint();
165 repaint();
194 loupe.repaint();
244 repaint(); method
352 repaint(); method
456 square.repaint();
510 repaint(); method
519 repaint(); method
795 repaint(); method
822 repaint(); method
    [all...]
CaptureRenderer.java 48 repaint(); method
  /external/junit/src/junit/awtui/
ProgressBar.java 50 repaint(startX, 1, endX-startX, getBounds().height-2); method
  /external/webkit/WebCore/platform/chromium/
FramelessScrollView.cpp 62 h->repaint(rect, true);
  /frameworks/base/tests/DumpRenderTree/assets/results/
layout_tests_nontext.txt 24 /sdcard/android/layout_tests/compositing/repaint/content-into-overflow.html
25 /sdcard/android/layout_tests/compositing/repaint/overflow-into-content.html
26 /sdcard/android/layout_tests/compositing/repaint/become-overlay-composited-layer.html
27 /sdcard/android/layout_tests/compositing/repaint/layer-repaint-rects.html
    [all...]

Completed in 830 milliseconds

1 2 3 4 5 6 7