/third_party/flutter/flutter/packages/flutter/test/rendering/ |
D | repaint_boundary_test.dart | 12 test('nested repaint boundaries - smoke test', () { 56 test('Framework creates an OffsetLayer for a repaint boundary', () { 66 test('Framework does not create an OffsetLayer for a non-repaint boundary', () { 76 test('Framework allows a non-repaint boundary to create own layer', () { 86 test('Framework ensures repaint boundary layer is not overwritten', () { 97 …expect('${error.exception}', contains('Attempted to set a layer to a repaint boundary render objec… 101 // A plain render object that's a repaint boundary. 112 // A render object that's a repaint boundary and (incorrectly) creates its own layer. 128 // A render object that's neither a repaint boundary nor creates its own layer. 139 // A render object that's not a repaint boundary but creates its own layer.
|
D | reattach_test.dart | 17 // Place the child to be evaluated within both a repaint boundary and a 20 // relayout/repaint of the new parent node to satisfy the test. 60 // Place the child to be evaluated within a repaint boundary. Otherwise 62 // repaint of the new parent node to satisfy the test.
|
D | proxy_box_test.dart | 129 test('shape change triggers repaint', () { 137 // Same shape, no repaint. 141 // Different shape triggers repaint. 547 // Mark for repaint otherwise pumpFrame is a noop.
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/holiday/ |
D | HolidayBorderPanel.java | 206 repaint(); in setStyle() 229 repaint(); in setThickness() 253 repaint(); in setGap() 277 repaint(); in setColor() 301 repaint(); in setTextFont() 326 repaint(); in setText() 350 repaint(); in setAlignment()
|
/third_party/weston/libweston/backend-hdi/ |
D | hdi_output.cpp | 232 pixman_region32_t repaint; in hdi_output_repaint() local 233 pixman_region32_init(&repaint); in hdi_output_repaint() 234 pixman_region32_intersect(&repaint, in hdi_output_repaint() 236 pixman_region32_subtract(&repaint, &repaint, &view->clip); in hdi_output_repaint() 238 if (!pixman_region32_not_empty(&repaint)) { in hdi_output_repaint() 241 pixman_region32_fini(&repaint); in hdi_output_repaint() 416 output->base.repaint = hdi_output_repaint; in hdi_output_enable()
|
D | hdi_renderer.cpp | 569 pixman_region32_t repaint; in hdi_renderer_repaint_output() local 574 pixman_region32_init(&repaint); in hdi_renderer_repaint_output() 575 pixman_region32_intersect(&repaint, in hdi_renderer_repaint_output() 577 pixman_region32_subtract(&repaint, &repaint, &view->clip); in hdi_renderer_repaint_output() 579 if (!pixman_region32_not_empty(&repaint)) { in hdi_renderer_repaint_output() 618 pixman_region32_init(&repaint); in hdi_renderer_repaint_output() 619 pixman_region32_intersect(&repaint, in hdi_renderer_repaint_output() 621 pixman_region32_subtract(&repaint, &repaint, &view->clip); in hdi_renderer_repaint_output() 623 if (!pixman_region32_not_empty(&repaint)) { in hdi_renderer_repaint_output() 654 pixman_region32_fini(&repaint); in hdi_renderer_repaint_output()
|
/third_party/flutter/flutter/dev/manual_tests/lib/ |
D | material_arc.dart | 50 Animation<double> repaint, 52 }) : _repaint = repaint, super(repaint: repaint); 204 repaint: _animation, 228 Animation<double> repaint, 230 }) : _repaint = repaint, super(repaint: repaint); 377 repaint: _animation,
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | flow.dart | 58 /// The flow will repaint whenever [repaint] notifies its listeners. 59 const FlowDelegate({ Listenable repaint }) : _repaint = repaint; 119 /// The delegate can also trigger a repaint if the delegate provides the 120 /// repaint animation argument to this object's constructor and that animation 121 /// ticks. Triggering a repaint using this animation-based mechanism is more 124 /// The flow container might repaint even if this function returns false, for 165 /// The most efficient way to trigger a repaint of the flow is to supply a 166 /// repaint argument to the constructor of the [FlowDelegate]. The flow will 167 /// listen to this animation and repaint whenever the animation ticks, avoiding
|
D | custom_paint.dart | 44 /// The most efficient way to trigger a repaint is to either: 46 /// * Extend this class and supply a `repaint` argument to the constructor of 48 /// time to repaint. 54 /// render object will listen to the [Listenable] and repaint whenever the 134 /// The painter will repaint whenever `repaint` notifies its listeners. 135 const CustomPainter({ Listenable repaint }) : _repaint = repaint; 139 /// Register a closure to be notified when it is time to repaint. 142 /// the [Listenable] provided to the constructor in the `repaint` argument, if 148 /// object notifies when it is time to repaint. 151 /// the [Listenable] provided to the constructor in the `repaint` argument, if [all …]
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/calendar/ |
D | CalendarPanel.java | 51 repaint(); in setLocale() 58 repaint(); in setDate() 69 repaint(); in add() 74 repaint(); in setColor() 86 repaint(); in setCalendar()
|
D | CalendarFrame.java | 215 repaint(); in init() 369 repaint(); in setText() 374 repaint(); in setFont()
|
/third_party/weston/libweston/ |
D | pixman-renderer.c | 475 pixman_region32_t repaint; in draw_view() local 481 pixman_region32_init(&repaint); in draw_view() 482 pixman_region32_intersect(&repaint, in draw_view() 484 pixman_region32_subtract(&repaint, &repaint, &ev->clip); in draw_view() 486 if (!pixman_region32_not_empty(&repaint)) in draw_view() 497 draw_view_translated(ev, output, &repaint); in draw_view() 506 draw_view_source_clipped(ev, output, &repaint); in draw_view() 510 pixman_region32_fini(&repaint); in draw_view()
|
/third_party/mesa3d/docs/_extra/specs/ |
D | 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
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/surface/ |
D | picture.dart | 21 /// A request to repaint a canvas. 97 // Houdini is display list-based so all pictures are cheap to repaint. 162 // Currently DomCanvas is always expensive to repaint, as we always throw 384 /// Return `true` if the local cull rect changed, indicating that a repaint 387 /// translated from one frame to another we may not need to repaint, just 454 // repaint the picture. We just let it be shrunk by the outer clip. 548 // The picture is the same. Attempt to avoid repaint. 550 // Cull rect changed such that a repaint is still necessary. 554 // require a repaint (e.g. it shrunk).
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/ |
D | DumbTextComponent.java | 161 repaint(16); in focusGained() 167 repaint(16); in focusLost() 381 repaint(10); in setKeyStart() 388 repaint(10); in validateKeyStart() 415 repaint(10); in select() 468 repaint(16); in setText2() 491 repaint(16); in setFont()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/MESA/ |
D | GLX_MESA_copy_sub_buffer.txt | 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
|
/third_party/openGLES/extensions/MESA/ |
D | GLX_MESA_copy_sub_buffer.txt | 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
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | size_changed_layout_notifier.dart | 43 /// [SizeChangedLayoutNotification]s, to repaint [InkResponse] and [InkWell] ink 45 /// [SizeChangedLayoutNotifier] will cause the ink effects to correctly repaint
|
D | scrollbar.dart | 22 /// Unlike [CustomPainter]s that subclasses [CustomPainter] and only repaint 30 /// Calling [update] with the new [ScrollMetrics] will repaint the new scrollbar 33 /// Updating the value on the provided [fadeoutOpacityAnimation] will repaint 340 // Should repaint if any properties changed.
|
D | overscroll_indicator.dart | 229 repaint: _leadingAndTrailingListener, 464 Listenable repaint, 466 repaint: repaint,
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | animated_icons_private_test.dart | 253 test('should not repaint same values', () { 275 test('should repaint on progress change', () { 297 test('should repaint on color change', () { 319 test('should repaint on paths change', () {
|
/third_party/weston/doc/sphinx/toc/libweston/ |
D | output.rst | 11 display timings, and the repaint state machine. Video mode, output scale and
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/gallery/ |
D | home.dart | 58 // This repaint boundary prevents the entire _CategoriesPage from being 128 // This repaint boundary prevents the inner contents of the front layer 129 // from repainting when the backdrop toggle triggers a repaint on the
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | color_filter_test.dart | 86 // Change color to force a repaint.
|
D | flow_test.dart | 10 TestFlowDelegate({this.startOffset}) : super(repaint: startOffset);
|