Home
last modified time | relevance | path

Searched refs:slide (Results 1 – 25 of 91) sorted by relevance

1234

/external/skqp/resources/lua/
Dslides.lua49 function drawSlide(canvas, slide, master_template)
51 if #slide == 1 then
53 canvas:drawText(slide[1].text, 320, 240, template[1])
57 template = master_template.slide
63 if slide.blockstyle == "code" then
66 local height = #slide * (fm.descent - fm.ascent)
68 for i = 1, #slide do
69 local node = slide[i]
77 for i = 1, #slide do
78 local node = slide[i]
[all …]
Dslides_utils.lua32 function pretty_print_slide(slide)
34 if slide.transition then
35 io.write(" transition = \"", slide.transition, "\",\n")
37 for i = 1, #slide do
38 local node = slide[i]
Dslides_content.lua3 < transition =slide>
Dslides_transitions.lua2 template = template.slide
203 slide = slide_transition,
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/
Dslides.lua49 function drawSlide(canvas, slide, master_template)
51 if #slide == 1 then
53 canvas:drawText(slide[1].text, 320, 240, template[1])
57 template = master_template.slide
63 if slide.blockstyle == "code" then
66 local height = #slide * (fm.descent - fm.ascent)
68 for i = 1, #slide do
69 local node = slide[i]
77 for i = 1, #slide do
78 local node = slide[i]
[all …]
Dslides_utils.lua32 function pretty_print_slide(slide)
34 if slide.transition then
35 io.write(" transition = \"", slide.transition, "\",\n")
37 for i = 1, #slide do
38 local node = slide[i]
Dslides_content.lua3 < transition =slide>
Dslides_transitions.lua2 template = template.slide
203 slide = slide_transition,
/external/python/cpython2/Doc/includes/
Dminidom-example.py37 for slide in slides:
38 handleSlide(slide)
40 def handleSlide(slide): argument
41 handleSlideTitle(slide.getElementsByTagName("title")[0])
42 handlePoints(slide.getElementsByTagName("point"))
60 for slide in slides:
61 title = slide.getElementsByTagName("title")[0]
/external/python/cpython3/Doc/includes/
Dminidom-example.py37 for slide in slides:
38 handleSlide(slide)
40 def handleSlide(slide): argument
41 handleSlideTitle(slide.getElementsByTagName("title")[0])
42 handlePoints(slide.getElementsByTagName("point"))
60 for slide in slides:
61 title = slide.getElementsByTagName("title")[0]
/external/skia/tools/viewer/
DSlideDir.cpp58 explicit SlideAdapter(sk_sp<Slide> slide) in SlideAdapter() argument
59 : fSlide(std::move(slide)) { in SlideAdapter()
109 SkMatrix SlideMatrix(const sk_sp<Slide>& slide, const SkRect& dst) { in SlideMatrix() argument
110 const auto slideSize = slide->getDimensions(); in SlideMatrix()
310 const auto& slide = fSlides[i]; in load() local
311 slide->load(winWidth, winHeight); in load()
313 const auto slideSize = slide->getDimensions(); in load()
320 auto slideMatrix = sksg::Matrix<SkMatrix>::Make(SlideMatrix(slide, slideRect)); in load()
321 auto adapter = sk_make_sp<SlideAdapter>(slide); in load()
327 slideGrp->addChild(MakeLabel(slide->getName(), in load()
[all …]
DViewer.cpp103 static DEFINE_string(slide, "", "Start on this sample.");
779 if (auto slide = fact(name, path)) { in initSlides() local
780 dirSlides.push_back(slide); in initSlides()
781 fSlides.push_back(std::move(slide)); in initSlides()
823 sk_sp<Slide> slide(new GMSlide(std::move(gm))); in initSlides() local
824 fSlides.push_back(std::move(slide)); in initSlides()
835 sk_sp<Slide> slide(new SampleSlide(factory)); in initSlides() local
836 if (!CommandLineFlags::ShouldSkip(FLAGS_match, slide->getName().c_str())) { in initSlides()
837 fSlides.push_back(slide); in initSlides()
844 sk_sp<Slide> slide(new ParticlesSlide()); in initSlides() local
[all …]
/external/skqp/tools/viewer/
DSlideDir.cpp45 explicit SlideAdapter(sk_sp<Slide> slide) in SlideAdapter() argument
46 : fSlide(std::move(slide)) { in SlideAdapter()
94 SkMatrix SlideMatrix(const sk_sp<Slide>& slide, const SkRect& dst) { in SlideMatrix() argument
95 const auto slideSize = slide->getDimensions(); in SlideMatrix()
299 const auto& slide = fSlides[i]; in load() local
300 slide->load(winWidth, winHeight); in load()
302 const auto slideSize = slide->getDimensions(); in load()
309 auto slideMatrix = sksg::Matrix<SkMatrix>::Make(SlideMatrix(slide, slideRect)); in load()
310 auto adapter = sk_make_sp<SlideAdapter>(slide); in load()
316 slideGrp->addChild(MakeLabel(slide->getName(), in load()
[all …]
DViewer.cpp63 static DEFINE_string(slide, "", "Start on this sample.");
565 if (auto slide = fact(name, path)) { in initSlides() local
566 dirSlides.push_back(slide); in initSlides()
567 fSlides.push_back(std::move(slide)); in initSlides()
609 sk_sp<Slide> slide(new GMSlide(gm.release())); in initSlides() local
610 fSlides.push_back(std::move(slide)); in initSlides()
621 sk_sp<Slide> slide(new SampleSlide(factory)); in initSlides() local
622 if (!SkCommandLineFlags::ShouldSkip(FLAGS_match, slide->getName().c_str())) { in initSlides()
623 fSlides.push_back(slide); in initSlides()
854 for (const auto& slide : fSlides) { in listNames() local
[all …]
/external/perfetto/ui/src/assets/
Dmodal.scss142 .micromodal-slide {
146 .micromodal-slide.is-open {
150 .micromodal-slide[aria-hidden="false"] .modal-overlay {
154 .micromodal-slide[aria-hidden="false"] .modal-container {
158 .micromodal-slide[aria-hidden="true"] .modal-overlay {
162 .micromodal-slide[aria-hidden="true"] .modal-container {
166 .micromodal-slide .modal-container,
167 .micromodal-slide .modal-overlay {
/external/chromium-trace/catapult/third_party/polymer/components/neon-animation/guides/
Dneon-animation.md162 // fade-in-animation is run with a 50ms delay from slide-down-animation
164 name: 'slide-down-animation',
267 …ass="flex" selected="[[selected]]" entry-animation="slide-from-right-animation" exit-animation="sl…
276 The new page will slide in from the right, and the old page slide away to the left.
287 * `slide-down-animation` Animates transform from `none` to `translateY(100%)`;
288 * `slide-up-animation` Animates transform from `none` to `translateY(-100%)`;
289 * `slide-from-top-animation` Animates transform from `translateY(-100%)` to `none`;
290 * `slide-from-bottom-animation` Animates transform from `translateY(100%)` to `none`;
291 * `slide-left-animation` Animates transform from `none` to `translateX(-100%)`;
292 * `slide-right-animation` Animates transform from `none` to `translateX(100%)`;
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/neon-animation/
DREADME.md154 // fade-in-animation is run with a 50ms delay from slide-down-animation
156 name: 'slide-down-animation',
259 …ass="flex" selected="[[selected]]" entry-animation="slide-from-right-animation" exit-animation="sl…
268 The new page will slide in from the right, and the old page slide away to the left.
279 * `slide-down-animation` Animates transform from `none` to `translateY(100%)`;
280 * `slide-up-animation` Animates transform from `none` to `translateY(-100%)`;
281 * `slide-from-top-animation` Animates transform from `translateY(-100%)` to `none`;
282 * `slide-from-bottom-animation` Animates transform from `translateY(100%)` to `none`;
283 * `slide-left-animation` Animates transform from `none` to `translateX(-100%)`;
284 * `slide-right-animation` Animates transform from `none` to `translateX(100%)`;
[all …]
/external/llvm-project/lldb/source/Plugins/DynamicLoader/MacOSX-DYLD/
DDynamicLoaderDarwin.h94 void PutToLog(lldb_private::Log *log, lldb::addr_t slide) const;
102 lldb::addr_t slide = 0; member
130 slide = 0; in Clear()
144 return address == rhs.address && slide == rhs.slide &&
DDynamicLoaderDarwin.cpp269 info.segments[i].vmaddr + info.slide; in UpdateImageLoadAddress()
338 info.segments[i].vmaddr + info.slide; in UnloadModuleSections()
524 image_infos[i].slide = in JSONImageInformationIntoImageInfo()
760 lldb::addr_t slide) const { in PutToLog()
762 if (slide == 0) in PutToLog()
764 name.AsCString(""), vmaddr + slide, vmaddr + slide + vmsize); in PutToLog()
769 name.AsCString(""), vmaddr + slide, vmaddr + slide + vmsize, in PutToLog()
770 slide); in PutToLog()
819 segments[i].PutToLog(log, slide); in PutToLog()
/external/skqp/site/user/sample/
Dviewer.md25 …ll load only SKPs or slides matching that name; using `--slide <name>` will launch at that slide; …
27 …m slide to slide; up (&#x2191;) and down (&#x2193;) arrows to zoom in and out; clicking and draggi…
68 or `--slide` command-line options. The viewer will automatically bundle the
/external/libnl/doc/stylesheets/
Dslidy.css95 div.slide {
121 div.slide.titlepage {
125 div.slide.titlepage.h1 {
129 div.slide h1 {
386 div.slide {
399 div.slide.hidden { display: block; visibility: visible }
407 body.single_slide div.slide { position: absolute }
415 div.slide pre { font-size: 60%; padding-left: 0.5em; }
420 div.slide { page-break-before: always }
422 div.slide.first-slide { page-break-before: avoid }
/external/llvm-project/lldb/examples/python/
Dsymbolication.py243 self.slide = None
259 obj.slide = None
277 print('slide = %i (0x%x)' % (self.slide, self.slide))
292 if self.slide is not None:
293 s += ', slide = 0x%16.16x' % self.slide
325 return self.section_infos or self.slide is not None
357 self.module, self.slide)
715 if options.slide is not None:
716 image.slide = options.slide
/external/auto/value/userguide/
Dwhy.md15 [slide presentation] compares AutoValue to numerous alternatives and explains
19 [slide presentation]: https://docs.google.com/presentation/d/14u_h-lMn7f1rXE1nDiLX0azS3IkgjGl5uxp5j…
/external/skia/site/docs/user/sample/
Dviewer.md32 matching that name; using `--slide <name>` will launch at that slide; and you can start up
37 (→) arrows to move from slide to slide; up (↑) and down (↓) arrows to
38 zoom in and out; clicking and dragging will translate. Other display options and a slide
/external/toolchain-utils/bestflags/
DREADME.md21 There is also a presentation slide available at:
23 …/google.com/presentation/d/13rS9jALXffbP48YsF0-bsqovrVBfgzEud4e-XpavOdA/edit#slide=id.gf880fcd4_180

1234