/third_party/boost/libs/gil/doc/design/ |
D | pixel_locator.rst | 16 N-dimensional locators model the following concept: 71 Two-dimensional locators have additional requirements: 85 // Only available to locators that have dynamic step in Y 88 // Only available to locators that have dynamic step in X and Y 114 2D locators can have a dynamic step not just horizontally, but 126 All locators and image views that GIL provides model 131 view). Such locators and views must be transposable: 141 All GIL provided locators and views model ``HasTransposedTypeConcept``. 143 The locators GIL uses operate over models of ``PixelConcept`` and their x and 194 Combining fundamental iterator and step iterator allows us to create locators [all …]
|
D | conclusions.rst | 34 color spaces, layouts, iterators, locators, image views and images
|
D | extending.rst | 11 You can define your own pixel iterators, locators, image views, 100 You can provide your own pixel iterators, locators and views,
|
D | image.rst | 71 Images, unlike locators and image views, don't have 'mutable' set of concepts
|
D | metafunctions.rst | 155 iterators, locators and views) using the following metafunctions provided by
|
D | pixel_iterator.rst | 260 All models of pixel iterators, locators and image views that GIL provides
|
D | pixel.rst | 27 iterators, locators, views and images) must provide metafunctions to
|
D | image_view.rst | 403 pixel locators, as opposed to pixel references, to their function objects.
|
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | pixel_locator.rst.txt | 16 N-dimensional locators model the following concept: 71 Two-dimensional locators have additional requirements: 85 // Only available to locators that have dynamic step in Y 88 // Only available to locators that have dynamic step in X and Y 114 2D locators can have a dynamic step not just horizontally, but 126 All locators and image views that GIL provides model 131 view). Such locators and views must be transposable: 141 All GIL provided locators and views model ``HasTransposedTypeConcept``. 143 The locators GIL uses operate over models of ``PixelConcept`` and their x and 194 Combining fundamental iterator and step iterator allows us to create locators [all …]
|
D | conclusions.rst.txt | 34 color spaces, layouts, iterators, locators, image views and images
|
D | extending.rst.txt | 11 You can define your own pixel iterators, locators, image views, 100 You can provide your own pixel iterators, locators and views,
|
D | image.rst.txt | 71 Images, unlike locators and image views, don't have 'mutable' set of concepts
|
D | metafunctions.rst.txt | 155 iterators, locators and views) using the following metafunctions provided by
|
D | pixel.rst.txt | 27 iterators, locators, views and images) must provide metafunctions to
|
D | pixel_iterator.rst.txt | 260 All models of pixel iterators, locators and image views that GIL provides
|
D | image_view.rst.txt | 403 pixel locators, as opposed to pixel references, to their function objects.
|
/third_party/libxml2/os400/libxmlrpg/ |
D | xlink.rpgle | 92 * @nbLocators: the number of locators detected on the link 113 * @nbLocators: the number of locators detected on the link
|
/third_party/boost/libs/gil/doc/ |
D | naming.rst | 31 - ``_step`` indicates special image views, locators and iterators which
|
D | reference.dox | 72 …\brief Concepts for all GIL constructs that are pixel-based (pixels, pixel iterators, locators, vi…
|
/third_party/boost/libs/gil/doc/html/_sources/ |
D | naming.rst.txt | 31 - ``_step`` indicates special image views, locators and iterators which
|
/third_party/boost/libs/gil/doc/tutorial/ |
D | gradient.rst | 200 done with GIL locators: 229 image views, locators provide binary ``operator()`` which returns a 304 to use your own channels, color spaces, iterators, locators, views and 596 locators. This allows for more powerful functions that can use the 597 pixel neighbors through the passed locators. GIL algorithms iterate 699 pixel iterators, locators, views and images, all model 734 iterators, locators and image views. GIL also has metafunctions 741 obtain the type of a pixel. GIL images, image views and locators have
|
/third_party/boost/libs/gil/doc/html/_sources/tutorial/ |
D | gradient.rst.txt | 200 done with GIL locators: 229 image views, locators provide binary ``operator()`` which returns a 304 to use your own channels, color spaces, iterators, locators, views and 596 locators. This allows for more powerful functions that can use the 597 pixel neighbors through the passed locators. GIL algorithms iterate 699 pixel iterators, locators, views and images, all model 734 iterators, locators and image views. GIL also has metafunctions 741 obtain the type of a pixel. GIL images, image views and locators have
|
/third_party/boost/libs/gil/ |
D | RELEASES.md | 276 …Now all pixel-based GIL constructs (pixels, pixel iterators, locators, image views and images) mod… 283 as member typedefs of locators and image views. 285 `HasTransposedTypeConcept` which all GIL-provided locators, views and images model.
|
/third_party/gstreamer/gstplugins_bad/gst/mxf/ |
D | mxfmetadata.c | 3965 g_free (self->locators); in mxf_metadata_generic_descriptor_finalize() 3966 self->locators = NULL; in mxf_metadata_generic_descriptor_finalize() 4031 if (self->locators) in mxf_metadata_generic_descriptor_resolve() 4032 memset (self->locators, 0, sizeof (gpointer) * self->n_locators); in mxf_metadata_generic_descriptor_resolve() 4034 self->locators = g_new0 (MXFMetadataLocator *, self->n_locators); in mxf_metadata_generic_descriptor_resolve() 4039 self->locators[i] = MXF_METADATA_LOCATOR (current); in mxf_metadata_generic_descriptor_resolve() 4080 if (self->locators[i] == NULL) in mxf_metadata_generic_descriptor_to_structure() 4085 s = mxf_metadata_base_to_structure (MXF_METADATA_BASE (self->locators in mxf_metadata_generic_descriptor_to_structure() 4112 if (self->locators) { in mxf_metadata_generic_descriptor_write_tags() 4123 if (!self->locators[i]) in mxf_metadata_generic_descriptor_write_tags() [all …]
|
D | mxfmetadata.h | 627 MXFMetadataLocator **locators; member
|