/third_party/pixman/pixman/ |
D | pixman-radial-gradient.c | 278 radial_gradient_t *radial = (radial_gradient_t *)image; in radial_get_scanline() local 331 v.vector[0] -= radial->c1.x; in radial_get_scanline() 332 v.vector[1] -= radial->c1.y; in radial_get_scanline() 343 b = dot (v.vector[0], v.vector[1], radial->c1.radius, in radial_get_scanline() 344 radial->delta.x, radial->delta.y, radial->delta.radius); in radial_get_scanline() 346 radial->delta.x, radial->delta.y, 0); in radial_get_scanline() 349 -((pixman_fixed_48_16_t) radial->c1.radius), in radial_get_scanline() 350 v.vector[0], v.vector[1], radial->c1.radius); in radial_get_scanline() 362 radial_write_color (radial->a, b, c, in radial_get_scanline() 363 radial->inva, in radial_get_scanline() [all …]
|
D | Makefile.sources | 25 pixman-radial-gradient.c \
|
/third_party/flutter/engine/flutter/testing/dart/ |
D | gradient_test.dart | 10 test('Gradient.radial with no focal point', () { 12 Gradient.radial( 22 // this is just a radial gradient, focal point is discarded. 23 test('radial center and focal == Offset.zero and focalRadius == 0.0 is ok', 26 () => Gradient.radial( 39 test('radial center != focal and focalRadius == 0.0 is ok', () { 41 () => Gradient.radial( 55 test('radial center and focal == Offset.zero and focalRadius != 0.0 assert', 59 () => Gradient.radial(
|
/third_party/flutter/engine/flutter/lib/web_ui/test/ |
D | gradient_test.dart | 10 test('Gradient.radial with no focal point', () { 12 new Gradient.radial( 22 // this is just a radial gradient, focal point is discarded. 23 test('radial center and focal == Offset.zero and focalRadius == 0.0 is ok', 26 () => new Gradient.radial( 39 test('radial center != focal and focalRadius == 0.0 is ok', () { 41 () => new Gradient.radial( 55 test('radial center and focal == Offset.zero and focalRadius != 0.0 assert', 58 () => new Gradient.radial(
|
/third_party/skia/docs/examples/ |
D | Path_arcTo_2_b.cpp | 25 SkVector radial = pts[2] - pts[1]; 26 radial.setLength(radius); 27 SkPoint center = { lastPt.fX - radial.fY, lastPt.fY + radial.fX }; 29 radial = pts[1] - pts[0]; 30 radial.setLength(radius); 31 SkPoint arcStart = { center.fX + radial.fY, center.fY - radial.fX };
|
D | Path_arcTo_2_a.cpp | 25 SkVector radial = pts[2] - pts[1]; 26 radial.setLength(radius); 27 SkPoint center = { lastPt.fX - radial.fY, lastPt.fY + radial.fX }; 30 radial = pts[1] - pts[0]; 31 radial.setLength(radius); 32 SkPoint arcStart = { center.fX + radial.fY, center.fY - radial.fX };
|
/third_party/flutter/skia/docs/examples/ |
D | Path_arcTo_2_b.cpp | 25 SkVector radial = pts[2] - pts[1]; 26 radial.setLength(radius); 27 SkPoint center = { lastPt.fX - radial.fY, lastPt.fY + radial.fX }; 29 radial = pts[1] - pts[0]; 30 radial.setLength(radius); 31 SkPoint arcStart = { center.fX + radial.fY, center.fY - radial.fX };
|
D | Path_arcTo_2_a.cpp | 25 SkVector radial = pts[2] - pts[1]; 26 radial.setLength(radius); 27 SkPoint center = { lastPt.fX - radial.fY, lastPt.fY + radial.fX }; 30 radial = pts[1] - pts[0]; 31 radial.setLength(radius); 32 SkPoint arcStart = { center.fX + radial.fY, center.fY - radial.fX };
|
/third_party/pixman/test/ |
D | radial-invalid.c | 12 pixman_image_t *radial; in main() local 37 radial = pixman_image_create_radial_gradient ( in main() 44 pixman_image_set_repeat (radial, PIXMAN_REPEAT_REFLECT); in main() 45 pixman_image_set_transform (radial, &xform); in main() 49 radial, NULL, dest, in main()
|
D | radial-perf-test.c | 22 pixman_image_t *dest, *radial, *zero; in main() local 29 radial = pixman_image_create_radial_gradient ( in main() 31 pixman_image_set_transform (radial, &transform); in main() 32 pixman_image_set_repeat (radial, PIXMAN_REPEAT_PAD); in main() 48 PIXMAN_OP_OVER, radial, NULL, dest, in main()
|
D | Makefile.sources | 11 radial-invalid \ 41 radial-perf-test \
|
D | meson.build | 30 'radial-invalid', 64 'radial-perf-test',
|
/third_party/pixman/demos/ |
D | Makefile.am | 25 radial-test \ 48 radial_test_SOURCES = radial-test.c $(GTK_UTILS)
|
D | meson.build | 34 'radial-test',
|
/third_party/skia/gm/ |
D | shallowgradient.cpp | 79 M(radial, true) 84 M(radial, false)
|
/third_party/flutter/skia/gm/ |
D | shallowgradient.cpp | 79 M(radial, true) 84 M(radial, false)
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_fog_distance.txt | 55 from the eye plane; and "eye radial", where the fog distance is 56 computed as a Euclidean distance. In the case of the eye radial 64 under-fogged at the edges of the field of view. The "eye radial" 66 view, but this assumes that either the eye radial fog distance is
|
/third_party/openGLES/extensions/NV/ |
D | NV_fog_distance.txt | 55 from the eye plane; and "eye radial", where the fog distance is 56 computed as a Euclidean distance. In the case of the eye radial 64 under-fogged at the edges of the field of view. The "eye radial" 66 view, but this assumes that either the eye radial fog distance is
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/ |
D | tile_mode.dart | 11 /// drawn between two points. In the case of radial gradients, it's the disc 25 /// Gradient.radial] constructors.
|
/third_party/pixman/ |
D | .gitignore | 44 test/radial-invalid
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | toggleable.dart | 93 /// Used by subclasses to control the radial reaction animation. 95 /// Some controls have a radial ink reaction to user input. This animation 98 /// Subclasses should call [paintRadialReaction] to actually paint the radial 319 /// Used by subclasses to paint the radial ink reaction for this control.
|
/third_party/flutter/flutter/packages/flutter/lib/src/painting/ |
D | gradient.dart | 454 /// A 2D radial gradient. 456 /// This class is used by [BoxDecoration] to represent radial gradients. This 457 /// abstracts out the arguments to the [new ui.Gradient.radial] constructor from 460 /// A normal radial gradient has a [center] and a [radius]. The [center] point 464 /// (This contrasts with [new ui.Gradient.radial], whose arguments are expressed 467 /// It is also possible to create a two-point (or focal pointed) radial gradient 474 /// normal radial gradient). One important case to avoid is having [focal] and 524 /// Creates a radial gradient. 545 /// For example, an alignment of (0.0, 0.0) will place the radial 561 /// For example, if a radial gradient is painted on a box that is [all …]
|
/third_party/flutter/skia/src/gpu/gradients/ |
D | GrRadialGradientLayout.fp | 26 // The radial gradient never rejects a pixel so it doesn't change opacity
|
/third_party/skia/third_party/externals/swiftshader/tests/kokoro/gcp_windows/ |
D | continuous.bat | 16 REM required one can update the image (go/radial/kokoro_windows_image), or
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | bottom_navigation_bar_item.dart | 66 /// The color of the background radial animation for material [BottomNavigationBar].
|