Home
last modified time | relevance | path

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

/third_party/python/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...]
/third_party/ffmpeg/libavfilter/
H A Df_drawgraph.c43 int slide; member
76 { "slide", "set slide mode", OFFSET(slide), AV_OPT_TYPE_INT, {.i64=0}, 0, 4, FLAGS, "slide" },
77 {"frame", "draw new frames", OFFSET(slide), AV_OPT_TYPE_CONST, {.i64=0}, 0, 0, FLAGS, "slide"},
78 {"replace", "replace old columns with new", OFFSET(slide), AV_OPT_TYPE_CONST, {.i64=1}, 0, 0, FLAGS, "slide"},
79 {"scroll", "scroll from right to left", OFFSET(slide), AV_OPT_TYPE_CONS
[all...]
H A Dvf_histogram.c38 int slide; member
482 if (s->slide == 2) { in filter_frame()
489 } else if (s->slide == 3) { in filter_frame()
601 if (s->thistogram && (s->slide == 4 || s->slide == 0)) { in filter_frame()
605 } else if (s->thistogram && s->slide == 4) { in filter_frame()
670 { "slide", "set slide mode", OFFSET(slide), AV_OPT_TYPE_INT, {.i64=1}, 0, 4, FLAGS, "slide" },
[all...]
H A Davf_ahistogram.c50 int slide; member
86 { "slide", "set sonogram sliding", OFFSET(slide), AV_OPT_TYPE_INT, {.i64=REPLACE}, 0, NB_SLIDES-1, FLAGS, "slide" },
87 { "replace", "replace old rows with new", 0, AV_OPT_TYPE_CONST, {.i64=REPLACE}, 0, 0, FLAGS, "slide" },
88 { "scroll", "scroll from top to bottom", 0, AV_OPT_TYPE_CONST, {.i64=SCROLL}, 0, 0, FLAGS, "slide" },
402 if (s->slide == SCROLL) { in filter_frame()
412 if (s->slide == SCROLL || s->ypos >= s->h) in filter_frame()
/third_party/skia/tools/viewer/
H A 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()
144 // Move the shade & slide to front. in startFocus()
181 // Map coords to slide space. in onMouse()
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, slideRec in load()
[all...]
H A DViewer.cpp108 static DEFINE_string(slide, "", "Start on this sample.");
424 // Command to jump directly to the slide picker and give it focus in fPerspectiveMode()
425 fCommands.addCommand('/', "GUI", "Jump to slide picker", [this]() { in fPerspectiveMode()
431 fCommands.addCommand(skui::Key::kBack, "Backspace", "GUI", "Jump to slide picker", [this]() { in fPerspectiveMode()
504 fCommands.addCommand(skui::Key::kRight, "Right", "Navigation", "Next slide", [this]() { in fPerspectiveMode()
507 fCommands.addCommand(skui::Key::kLeft, "Left", "Navigation", "Previous slide", [this]() { in fPerspectiveMode()
532 fCommands.addCommand('K', "IO", "Save slide to SKP", [this]() { in fPerspectiveMode()
536 fCommands.addCommand('&', "Overlays", "Show slide dimensios", [this]() { in fPerspectiveMode()
792 if (auto slide = fact(name, path)) { in initSlides()
793 dirSlides.push_back(slide); in initSlides()
1130 setCurrentSlide(int slide) setCurrentSlide() argument
[all...]
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-darwin.cc61 const intptr_t slide = _dyld_get_image_vmaddr_slide(i); in GetSharedLibraryAddresses() local
62 const uintptr_t start = reinterpret_cast<uintptr_t>(code_ptr) + slide; in GetSharedLibraryAddresses()
64 start + size, slide)); in GetSharedLibraryAddresses() local
/third_party/ffmpeg/libavformat/
H A Dsbgdec.c56 int8_t in, out, slide; member
556 fade.slide = SBG_FADE_ADAPT; in parse_time_sequence()
1203 enum sbg_fade_type type = ev1->fade.slide | (ev1->fade.out & ev2->fade.in); in generate_transition()
1221 if (ev1->fade.slide) { in generate_transition()
1305 if (!ev1->fade.slide && ev1 >= ev2 && ev2->ts > INT64_MAX - period) in generate_intervals()
1308 ev1->ts_trans = ev1->fade.slide ? ev1->ts in generate_intervals()
1314 if (!ev1->fade.slide) { in generate_intervals()
/third_party/backends/backend/
H A Dhp3900_types.c426 struct st_coords slide; member
H A Dhp3900_rts8822.c8159 /* Calibration for negative/slide type */ in Scan_Start()
13924 mc = &dev->constrains->slide; in Constrains_Check()
13978 rst = &dev->constrains->slide; in Constrains_Get()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dcurve25519.c4434 static void slide(signed char *r, const uint8_t *a) in slide() function
4554 slide(aslide, a); in ge_double_scalarmult_vartime()
4555 slide(bslide, b); in ge_double_scalarmult_vartime()
/third_party/openssl/crypto/ec/
H A Dcurve25519.c4434 static void slide(signed char *r, const uint8_t *a) in slide() function
4554 slide(aslide, a); in ge_double_scalarmult_vartime()
4555 slide(bslide, b); in ge_double_scalarmult_vartime()
/third_party/openssl/ohos_lite/crypto/ec/
H A Dcurve25519.c4424 static void slide(signed char *r, const uint8_t *a) in slide() function
4544 slide(aslide, a); in ge_double_scalarmult_vartime()
4545 slide(bslide, b); in ge_double_scalarmult_vartime()
/third_party/node/deps/openssl/openssl/crypto/bn/asm/
H A Darmv8-mont.pl1286 mov $tp,$rp // slide the window
/third_party/openssl/crypto/bn/asm/
H A Darmv8-mont.pl1286 mov $tp,$rp // slide the window

Completed in 54 milliseconds