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

1 2

  /external/chromium_org/tools/perf/benchmarks/
repaint.py 6 from measurements import repaint namespace
12 """Measures repaint performance on the key mobile sites.
15 test = repaint.Repaint
20 """Measures repaint performance on the key mobile sites with forced GPU
25 test = repaint.Repaint
  /art/test/038-inner-null/src/
Main.java 31 mBlort.repaint();
36 public void repaint() { method in class:Main.Blort
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/
repaint_overlay.py 9 return isinstance(text, str) and re.search('^\s*\(repaint rects$', text, re.MULTILINE) != None
28 minimum_repaint_match = re.search('Minimum repaint:\n(\[.*\n\])', actual_text, re.DOTALL)
54 #actual, #minimum-repaint {
72 <label title="See fast/repaint/resources/text-based-repaint.js for how this works">
73 <input id="show-minimum-repaint" type="checkbox" onchange="toggle_minimum_repaint(this.checked)">Minimum repaint
77 <button title="See fast/repaint/resources/text-based-repaint.js for how this works" onclick="highlight_under_repaint()">
78 Highlight under-repaint
    [all...]
  /external/chromium_org/tools/perf/measurements/
repaint_unittest.py 5 from measurements import repaint namespace
26 """Smoke test for repaint measurement
28 Runs repaint measurement on a simple page and verifies
41 measurement = repaint.Repaint()
63 self.TestTracingCleanedUp(repaint.Repaint, self._options)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderSelectionInfo.h 76 void repaint() function in class:WebCore::RenderSelectionInfo
84 LayoutRect m_rect; // relative to repaint container
100 void repaint() function in class:WebCore::RenderBlockSelectionInfo
115 GapRects m_rects; // relative to repaint container
RenderView.cpp 191 // It's hard to predict here which of full repaint or per-descendant repaint costs less.
192 // For vertical writing mode or width change it's more likely that per-descendant repaint
193 // eventually turns out to be full repaint but with the cost to handle more layout states
194 // and discrete repaint rects, so marking full repaint here is more likely to cost less.
195 // Otherwise, per-descendant repaint is more likely to avoid unnecessary full repaints.
209 // i.e. html or body) as the background positioning area, and we should full repaint
210 // viewport resize if the background image is not composited and needs full repaint on
458 // We specifically need to repaint the viewRect since other renderer
    [all...]
  /external/javassist/sample/duplicate/
Viewer.java 36 repaint(); method
49 repaint(); method
  /external/chromium_org/third_party/WebKit/public/platform/
WebMediaPlayerClient.h 79 virtual void repaint() = 0;
  /external/chromium_org/third_party/mesa/src/docs/
MESA_copy_sub_buffer.spec 34 used to quickly repaint 3D windows in response to expose events
64 the front color buffer. This can be used to quickly repaint 3D windows
  /external/mesa3d/docs/
MESA_copy_sub_buffer.spec 34 used to quickly repaint 3D windows in response to expose events
64 the front color buffer. This can be used to quickly repaint 3D windows
  /external/javassist/sample/rmi/
CountApplet.java 64 repaint(); method
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
CaptureRenderer.java 48 repaint(); method
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...]
LayoutRenderer.java 130 repaint(); method
154 sceneView.repaint();
Workspace.java 626 repaint(); method
652 repaint(); method
659 sceneView.repaint();
821 layoutView.repaint();
925 repaint(); method
1010 repaint(); method
    [all...]
  /external/chromium_org/content/common/browser_plugin/
browser_plugin_messages.h 52 // Indicates a request for a full repaint of the page.
55 IPC_STRUCT_MEMBER(bool, repaint)
  /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();
  /external/chromium_org/third_party/WebKit/Source/web/
WebMediaPlayerClientImpl.h 74 virtual void repaint() OVERRIDE;
WebMediaPlayerClientImpl.cpp 94 void WebMediaPlayerClientImpl::repaint() function in class:blink::WebMediaPlayerClientImpl
  /external/chromium_org/content/renderer/media/
webmediaplayer_ms.cc 442 GetClient()->repaint();
448 GetClient()->repaint();
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/image_editor/
viewport.js 170 self.repaint();
208 * Called on event view port state change (even if repaint has not been called).
417 * @param {function} callback Repaint callback.
424 * Repaint all clients.
426 Viewport.prototype.repaint = function() {
  /external/chromium_org/ui/file_manager/gallery/js/image_editor/
viewport.js 170 self.repaint();
208 * Called on event view port state change (even if repaint has not been called).
417 * @param {function} callback Repaint callback.
424 * Repaint all clients.
426 Viewport.prototype.repaint = function() {
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/
ViewHierarchyScene.java 222 repaint(); method
  /external/chromium_org/content/renderer/media/android/
webmediaplayer_android.cc 689 client_->repaint();
780 client_->repaint();
    [all...]
  /external/chromium_org/media/tools/layout_tests/
layouttest_analyzer_helpers.py 176 BUGCR,97657,IMAGE CPU MAC TIMEOUT PASS,media/audio-repaint.html,"

Completed in 630 milliseconds

1 2