HomeSort by relevance Sort by last modified time
    Searched full:repaint (Results 26 - 50 of 241) sorted by null

12 3 4 5 6 7 8 910

  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java 144 repaint();
164 repaint();
193 loupe.repaint();
243 repaint(); method
351 repaint(); method
455 square.repaint();
509 repaint(); method
518 repaint(); method
794 repaint(); method
821 repaint(); method
    [all...]
CaptureRenderer.java 48 repaint(); method
LayoutRenderer.java 130 repaint(); method
154 sceneView.repaint();
  /external/webkit/Source/WebCore/manual-tests/
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/Source/WebCore/platform/
FileChooser.cpp 97 m_client->repaint();
FileChooser.h 45 virtual void repaint() = 0;
  /external/webkit/Source/WebCore/rendering/
RenderHTMLCanvas.cpp 53 // the repaint/inval chain dealing with the PictureSet)
RenderImageResource.cpp 89 m_renderer->repaint();
RenderProgress.cpp 78 repaint();
RenderView.h 68 // Repaint the view, and all composited layers that intersect the given absolute rectangle.
107 // last layout location, in order to repaint correctly.
108 // If we're doing a full repaint m_layoutState will be 0, but in that case layoutDelta doesn't matter.
133 // that can trigger repaint of a non-child (e.g. when a list item moves its list marker around).
RenderView.cpp 431 // In order to get the repaint rect right, we have to examine left, middle, and right rects individually, since otherwise
529 oldInfo->repaint();
531 newInfo->repaint();
543 newInfo->repaint();
554 oldInfo->repaint();
556 newInfo->repaint();
568 newInfo->repaint();
RenderFileUploadControl.cpp 90 // only repaint if it doesn't seem we have been destroyed
92 repaint();
186 repaint();
RenderLayerCompositor.h 122 // Repaint the appropriate layers when the given RenderLayer starts or stops being composited.
132 // Repaint parts of all composited layers that intersect the given absolute rectangle.
212 // Repaint the given rect (which is layer's coords), and regions of child layers that intersect that rect.
  /external/webkit/Source/WebCore/rendering/svg/
SVGRenderSupport.h 63 // Important functions used by nearly all SVG renderers centralizing coordinate transformations / repaint rect calculations
RenderSVGResourceMarker.cpp 56 // transformations and repaint.
81 // Map repaint rect into parent coordinate space, in which the marker boundaries have to be evaluated
RenderSVGResourceContainer.cpp 135 client->repaint();
SVGResourcesCache.cpp 129 // In this case the proper SVGFE*Element will imply whether the modifided CSS properties implies a relayout or repaint.
  /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...]
  /external/jmonkeyengine/engine/src/desktop/com/jme3/system/awt/
AwtPanel.java 133 repaint(); method
276 case Repaint:
  /external/webkit/Tools/DumpRenderTree/mac/
PixelDumpSupportMac.mm 174 // FIXME: this will break repaint testing if we have compositing in repaint tests
175 // (displayWebView() painted gray over the webview, but we'll be making everything repaint again).
  /external/jmonkeyengine/engine/src/test/jme3test/collision/
RayTrace.java 99 label.repaint();
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
InspectorCanvas.h 90 // vector instructions exist, must repaint at any scale
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.h 105 void repaint();
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivateQt.h 128 void repaint();

Completed in 1561 milliseconds

12 3 4 5 6 7 8 910