Searched refs:slide (Results 1 - 25 of 34) sorted by relevance

12

/external/python/cpython2/Doc/includes/
H A Dminidom-example.py6 <slide><title>Slide title</title>
9 </slide>
11 <slide><title>Another demo slide</title>
14 <point>one slide</point>
15 </slide>
31 slides = slideshow.getElementsByTagName("slide")
37 for slide in slides:
38 handleSlide(slide)
40 def handleSlide(slide)
[all...]
/external/python/cpython3/Doc/includes/
H A Dminidom-example.py6 <slide><title>Slide title</title>
9 </slide>
11 <slide><title>Another demo slide</title>
14 <point>one slide</point>
15 </slide>
31 slides = slideshow.getElementsByTagName("slide")
37 for slide in slides:
38 handleSlide(slide)
40 def handleSlide(slide)
[all...]
/external/skia/DATA/skia_resources/lua/
H A 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[
[all...]
H A 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]
H A Dslides_transitions.lua2 template = template.slide
203 slide = slide_transition,
/external/skia/gm/DATA/skia_resources/lua/
H A 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[
[all...]
H A 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]
H A Dslides_transitions.lua2 template = template.slide
203 slide = slide_transition,
/external/skia/resources/lua/
H A 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[
[all...]
H A 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]
H A Dslides_transitions.lua2 template = template.slide
203 slide = slide_transition,
/external/skqp/platform_tools/android/apps/skqp/src/main/assets/resources/lua/
H A 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[
[all...]
H A 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]
H A Dslides_transitions.lua2 template = template.slide
203 slide = slide_transition,
/external/skqp/resources/lua/
H A 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[
[all...]
H A 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]
H A Dslides_transitions.lua2 template = template.slide
203 slide = slide_transition,
/external/skia/tools/viewer/
H A DSlideDir.cpp44 explicit SlideAdapter(sk_sp<Slide> slide) argument
45 : fSlide(std::move(slide)) {
89 SkMatrix SlideMatrix(const sk_sp<Slide>& slide, const SkRect& dst) { argument
90 const auto slideSize = slide->getDimensions();
125 // Move the shade & slide to front.
161 // Map coords to slide space.
292 const auto& slide = fSlides[i]; local
293 slide->load(winWidth, winHeight);
295 const auto slideSize = slide->getDimensions();
302 auto slideMatrix = SlideMatrix(slide, slideRec
[all...]
H A DViewer.cpp56 static DEFINE_string(slide, "", "Start on this sample.");
237 // Command to jump directly to the slide picker and give it focus
238 fCommands.addCommand('/', "GUI", "Jump to slide picker", [this]() {
244 fCommands.addCommand(Window::Key::kBack, "Backspace", "GUI", "Jump to slide picker", [this]() {
282 fCommands.addCommand(Window::Key::kRight, "Right", "Navigation", "Next slide", [this]() {
285 fCommands.addCommand(Window::Key::kLeft, "Left", "Navigation", "Previous slide", [this]() {
344 fCommands.addCommand('K', "IO", "Save slide to SKP", [this]() {
471 // Bisect slide.
491 sk_sp<Slide> slide(new GMSlide(gm.release()));
492 fSlides.push_back(std::move(slide));
569 auto slide = sk_make_sp<SkottieSlide>(jsonName, SkOSPath::Join(json.c_str(), local
750 setCurrentSlide(int slide) argument
[all...]
/external/libnl/doc/stylesheets/
H A 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
[all...]
/external/skqp/tools/viewer/
H A DViewer.cpp60 static DEFINE_string(slide, "", "Start on this sample.");
245 // Command to jump directly to the slide picker and give it focus
246 fCommands.addCommand('/', "GUI", "Jump to slide picker", [this]() {
252 fCommands.addCommand(Window::Key::kBack, "Backspace", "GUI", "Jump to slide picker", [this]() {
290 fCommands.addCommand(Window::Key::kRight, "Right", "Navigation", "Next slide", [this]() {
293 fCommands.addCommand(Window::Key::kLeft, "Left", "Navigation", "Previous slide", [this]() {
376 fCommands.addCommand('K', "IO", "Save slide to SKP", [this]() {
408 sk_sp<Slide> slide(new GMSlide(gm.release()));
409 fSlides.push_back(slide);
425 sk_sp<Slide> slide(ne
602 setCurrentSlide(int slide) argument
[all...]
/external/syslinux/memdisk/
H A Dinflate.c111 #define slide window macro
145 to be usable as if it were declared "uch slide[32768];" or as just
146 "uch *slide;" and then malloc'ed in the latter case. The definition
148 /* unsigned wp; current position in slide */
526 slide[w++] = (uch) t->v.n;
527 Tracevv((stderr, "%c", slide[w - 1]));
566 memcpy(slide + w, slide + d, e);
572 slide[w++] = slide[
[all...]
/external/v8/src/base/platform/
H A Dplatform-macos.cc89 const intptr_t slide = _dyld_get_image_vmaddr_slide(i); local
90 const uintptr_t start = reinterpret_cast<uintptr_t>(code_ptr) + slide;
92 start + size, slide)); local
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
H A Dbootstrap.js280 this.options.slide && this.slide(this.options.slide)
314 return this.slide(pos > activePos ? 'next' : 'prev', $(children[pos]))
326 return this.slide('next')
331 return this.slide('prev')
334 , slide: function (type, next) {
341 , e = $.Event('slide')
351 if ($.support.transition && this.$element.hasClass('slide')) {
391 else if (typeof option == 'string' || (option = options.slide)) dat
[all...]
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-docs.js362 function toggle(obj, slide) {
366 if (slide) {

Completed in 477 milliseconds

12