/third_party/flutter/flutter/packages/flutter/test/painting/ |
D | flutter_logo_test.dart | 27 final FlutterLogoDecoration logo = FlutterLogoDecoration.lerp(null, null, 0.5); 28 expect(logo, isNull); 32 final FlutterLogoDecoration logo = FlutterLogoDecoration.lerp(start, null, 0.4); 33 expect(logo.lightColor, start.lightColor); 34 expect(logo.darkColor, start.darkColor); 35 expect(logo.textColor, start.textColor); 36 expect(logo.style, start.style); 37 expect(logo.margin, start.margin * 0.4); 41 final FlutterLogoDecoration logo = FlutterLogoDecoration.lerp(null, end, 0.6); 42 expect(logo.lightColor, end.lightColor); [all …]
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | flutter_logo.dart | 9 /// The Flutter logo, in widget form. This widget respects the [IconTheme]. 10 /// For guidelines on using the Flutter logo, visit https://flutter.dev/brand. 18 /// Creates a widget that paints the Flutter logo. 31 /// The size of the logo in logical pixels. 33 /// The logo will be fit into a square this size. 40 /// The color swatch to use to paint the logo, [Colors.blue] by default. 51 /// The color used to paint the "Flutter" text on the logo, if [style] is 57 /// Whether and where to draw the "Flutter" text. By default, only the logo 65 /// The curve for the logo animation if the [style], [colors], or [textColor]
|
/third_party/typescript/tests/baselines/reference/ |
D | typeAnnotationBestCommonTypeInArrayLiteral.types | 23 …, "type": "image", "link": "", "icon": "modules/menu/logo.svg" }, { … 25 …, "type": "image", "link": "", "icon": "modules/menu/logo.svg" } : { id: s… 39 "icon": "modules/menu/logo.svg" 41 >"modules/menu/logo.svg" : "modules/menu/logo.svg"
|
/third_party/boost/tools/boostdep/examples/ |
D | report.css | 9 .logo { font-family: sans-serif; font-style: italic; } 10 .logo .upper { font-size: 48pt; font-weight: 800; } 11 .logo .lower { font-size: 17pt; } 12 .logo .description { font-size: small; margin-top: 2em; }
|
/third_party/python/Lib/test/ |
D | test_urllibnet.py | 170 with self.urlretrieve(self.logo) as (file_location, info): 179 with self.urlretrieve(self.logo, 188 with self.urlretrieve(self.logo) as (file_location, info): 192 logo = "http://www.pythontest.net/" variable in urlretrieveNetworkTests 195 with self.urlretrieve(self.logo) as (file_location, fileheaders): 209 with self.urlretrieve(self.logo, reporthook=recording_reporthook) as (
|
/third_party/curl/docs/ |
D | README.md | 1 ![curl logo](https://curl.se/logo/curl-logo.svg)
|
/third_party/gn/infra/config/generated/ |
D | luci-milo.cfg | 25 favicon_url: "https://storage.googleapis.com/chrome-infra-public/logo/favicon.ico" 27 logo_url: "https://storage.googleapis.com/chrome-infra-public/logo/gn-logo.png"
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | about_test.dart | 17 const FlutterLogo logo = FlutterLogo(); 31 applicationIcon: logo, 46 expect(find.byWidget(logo), findsNothing); 58 expect(find.byWidget(logo), findsNothing); 70 expect(find.byWidget(logo), findsOneWidget); 88 expect(find.byWidget(logo), findsOneWidget); 144 const FlutterLogo logo = FlutterLogo(); 168 applicationIcon: logo, 178 expect(find.byWidget(logo), findsOneWidget); 193 expect(find.byWidget(logo), findsOneWidget);
|
/third_party/flutter/flutter/packages/flutter/lib/src/painting/ |
D | flutter_logo.dart | 21 /// Possible ways to draw Flutter's logo. 23 /// Show only Flutter's logo, not the "Flutter" label. 28 /// Show Flutter's logo on the left, and the "Flutter" label to its right. 31 /// Show Flutter's logo above the "Flutter" label. 35 /// An immutable description of how to paint Flutter's logo. 37 /// Creates a decoration that knows how to paint Flutter's logo. 39 /// The [lightColor] and [darkColor] are used to fill the logo. The [style] 62 /// The lighter of the two colors used to paint the logo. 77 /// The darker of the two colors used to paint the logo. 79 /// See [lightColor] for more information about selecting the logo's colors. [all …]
|
/third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_kitchen_sink/ |
D | README.md | 3 This project is an example of a splash screen that shows a logo for a launch screen and then 4 zooms that logo towards the screen while fading content beneath it, masked by the logo.
|
/third_party/boost/libs/locale/doc/style/ |
D | header_grass.css | 7 /* Heading, title and logo. */ 22 #boost-common-heading-doc .heading-logo, 23 #heading .heading-logo {
|
D | header.css | 6 /* Heading, title and logo. */ 60 #boost-common-heading-doc .heading-logo, 61 #heading .heading-logo {
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | http_curl.c | 492 n = os_realloc_array(hcert->logo, hcert->num_logo + 1, in DEFINE_STACK_OF() 496 hcert->logo = n; in DEFINE_STACK_OF() 497 n = &hcert->logo[hcert->num_logo]; in DEFINE_STACK_OF() 764 static void debug_print_logotypeext(LogotypeExtn *logo) in debug_print_logotypeext() argument 774 if (logo->communityLogos) { in debug_print_logotypeext() 775 num = sk_LogotypeInfo_num(logo->communityLogos); in debug_print_logotypeext() 778 info = sk_LogotypeInfo_value(logo->communityLogos, i); in debug_print_logotypeext() 783 if (logo->issuerLogo) { in debug_print_logotypeext() 784 i2r_LogotypeInfo(logo->issuerLogo, "issuerLogo", out, indent ); in debug_print_logotypeext() 787 if (logo->subjectLogo) { in debug_print_logotypeext() [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | http_curl.c | 492 n = os_realloc_array(hcert->logo, hcert->num_logo + 1, in DEFINE_STACK_OF() 496 hcert->logo = n; in DEFINE_STACK_OF() 497 n = &hcert->logo[hcert->num_logo]; in DEFINE_STACK_OF() 764 static void debug_print_logotypeext(LogotypeExtn *logo) in debug_print_logotypeext() argument 774 if (logo->communityLogos) { in debug_print_logotypeext() 775 num = sk_LogotypeInfo_num(logo->communityLogos); in debug_print_logotypeext() 778 info = sk_LogotypeInfo_value(logo->communityLogos, i); in debug_print_logotypeext() 783 if (logo->issuerLogo) { in debug_print_logotypeext() 784 i2r_LogotypeInfo(logo->issuerLogo, "issuerLogo", out, indent ); in debug_print_logotypeext() 787 if (logo->subjectLogo) { in debug_print_logotypeext() [all …]
|
/third_party/skia/third_party/externals/dawn/ |
D | README.md | 1 …s logo: a sun rising behind a stylized mountain inspired by the WebGPU logo. The text "Dawn" is wr…
|
/third_party/mindspore/model_zoo/ |
D | README_CN.md | 1 …re Logo](https://gitee.com/mindspore/mindspore/raw/master/docs/MindSpore-logo.png "MindSpore logo")
|
D | README.md | 1 …re Logo](https://gitee.com/mindspore/mindspore/raw/master/docs/MindSpore-logo.png "MindSpore logo")
|
/third_party/boost/libs/math/doc/cstdfloat/ |
D | jamfile.v2 | 47 # Path for links to Boost logo. 48 …<xsl:param>boost.image=Boost # options are: none (no logo), Boost (for boost.png), or your own log… 50 #<xsl:param>boost.image.w=180 # Width of logo in pixels. (JM has W = 162, h = 46) 51 #<xsl:param>boost.image.h=90 # Height of logo in pixels.
|
/third_party/boost/libs/histogram/doc/logo/ |
D | README | 1 The logo was edited using inkscape using the Denmark font that is used by the main Boost logo. The …
|
/third_party/flutter/glfw/tests/ |
D | icon.c | 38 const char* const logo[] = variable 80 if (logo[y][x] == '0') in set_icon()
|
/third_party/boost/more/getting_started/ |
D | index.rst | 6 |(logo)|__ Getting Started 9 .. |(logo)| image:: ../../boost.png 11 :class: boost-logo
|
/third_party/curl/ |
D | README.md | 1 ![curl logo](https://curl.se/logo/curl-logo.svg) 10 [![Language Grade: C/C++](https://img.shields.io/lgtm/grade/cpp/g/curl/curl.svg?logo=lgtm&logoWidth… 75 Support this project by becoming a sponsor. Your logo will show up here with a
|
/third_party/boost/tools/build/ |
D | README.adoc | 23 …rafikrobot/200cb3a3-3fcf-4a47-85ad-3cc17f2bec9e/3/master.svg?label=master&logo=azuredevops["Linux/… 24 …fikrobot/200cb3a3-3fcf-4a47-85ad-3cc17f2bec9e/3/develop.svg?label=develop&logo=azuredevops["Linux/…
|
/third_party/libwebsockets/minimal-examples/embedded/esp32/esp-wrover-kit/main/ |
D | lws-minimal-esp32.c | 37 static const uint8_t logo[] = { variable 234 lds.disp->blit(lds.disp, logo, 0, 0, 320, 240); in app_main()
|
/third_party/libwebsockets/ |
D | README.md | 1 …logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/warmcat/libwebsockets/alerts/) [![Language gr…
|