Home
last modified time | relevance | path

Searched refs:radial (Results 1 – 25 of 56) sorted by relevance

123

/third_party/pixman/pixman/
Dpixman-radial-gradient.c278 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 …]
DMakefile.sources25 pixman-radial-gradient.c \
/third_party/flutter/engine/flutter/testing/dart/
Dgradient_test.dart10 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/
Dgradient_test.dart10 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/
DPath_arcTo_2_b.cpp25 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 };
DPath_arcTo_2_a.cpp25 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/
DPath_arcTo_2_b.cpp25 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 };
DPath_arcTo_2_a.cpp25 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/
Dradial-invalid.c12 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()
Dradial-perf-test.c22 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()
DMakefile.sources11 radial-invalid \
41 radial-perf-test \
Dmeson.build30 'radial-invalid',
64 'radial-perf-test',
/third_party/pixman/demos/
DMakefile.am25 radial-test \
48 radial_test_SOURCES = radial-test.c $(GTK_UTILS)
Dmeson.build34 'radial-test',
/third_party/skia/gm/
Dshallowgradient.cpp79 M(radial, true)
84 M(radial, false)
/third_party/flutter/skia/gm/
Dshallowgradient.cpp79 M(radial, true)
84 M(radial, false)
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_fog_distance.txt55 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/
DNV_fog_distance.txt55 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/
Dtile_mode.dart11 /// drawn between two points. In the case of radial gradients, it's the disc
25 /// Gradient.radial] constructors.
/third_party/pixman/
D.gitignore44 test/radial-invalid
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dtoggleable.dart93 /// 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/
Dgradient.dart454 /// 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/
DGrRadialGradientLayout.fp26 // The radial gradient never rejects a pixel so it doesn't change opacity
/third_party/skia/third_party/externals/swiftshader/tests/kokoro/gcp_windows/
Dcontinuous.bat16 REM required one can update the image (go/radial/kokoro_windows_image), or
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dbottom_navigation_bar_item.dart66 /// The color of the background radial animation for material [BottomNavigationBar].

123