Home
last modified time | relevance | path

Searched refs:repaint (Results 1 – 25 of 74) sorted by relevance

123

/third_party/flutter/flutter/packages/flutter/test/rendering/
Drepaint_boundary_test.dart12 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.
Dreattach_test.dart17 // 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.
Dproxy_box_test.dart129 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/
DHolidayBorderPanel.java206 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/
Dhdi_output.cpp232 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()
Dhdi_renderer.cpp569 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/
Dmaterial_arc.dart50 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/
Dflow.dart58 /// 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
Dcustom_paint.dart44 /// 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/
DCalendarPanel.java51 repaint(); in setLocale()
58 repaint(); in setDate()
69 repaint(); in add()
74 repaint(); in setColor()
86 repaint(); in setCalendar()
DCalendarFrame.java215 repaint(); in init()
369 repaint(); in setText()
374 repaint(); in setFont()
/third_party/weston/libweston/
Dpixman-renderer.c475 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/
DMESA_copy_sub_buffer.spec34 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/
Dpicture.dart21 /// 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/
DDumbTextComponent.java161 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/
DGLX_MESA_copy_sub_buffer.txt34 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/
DGLX_MESA_copy_sub_buffer.txt34 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/
Dsize_changed_layout_notifier.dart43 /// [SizeChangedLayoutNotification]s, to repaint [InkResponse] and [InkWell] ink
45 /// [SizeChangedLayoutNotifier] will cause the ink effects to correctly repaint
Dscrollbar.dart22 /// 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.
Doverscroll_indicator.dart229 repaint: _leadingAndTrailingListener,
464 Listenable repaint,
466 repaint: repaint,
/third_party/flutter/flutter/packages/flutter/test/material/
Danimated_icons_private_test.dart253 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/
Doutput.rst11 display timings, and the repaint state machine. Video mode, output scale and
/third_party/flutter/flutter/examples/flutter_gallery/lib/gallery/
Dhome.dart58 // 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/
Dcolor_filter_test.dart86 // Change color to force a repaint.
Dflow_test.dart10 TestFlowDelegate({this.startOffset}) : super(repaint: startOffset);

123