Home
last modified time | relevance | path

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

/third_party/boost/libs/gil/doc/design/
Dpixel_locator.rst16 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 …]
Dconclusions.rst34 color spaces, layouts, iterators, locators, image views and images
Dextending.rst11 You can define your own pixel iterators, locators, image views,
100 You can provide your own pixel iterators, locators and views,
Dimage.rst71 Images, unlike locators and image views, don't have 'mutable' set of concepts
Dmetafunctions.rst155 iterators, locators and views) using the following metafunctions provided by
Dpixel_iterator.rst260 All models of pixel iterators, locators and image views that GIL provides
Dpixel.rst27 iterators, locators, views and images) must provide metafunctions to
Dimage_view.rst403 pixel locators, as opposed to pixel references, to their function objects.
/third_party/boost/libs/gil/doc/html/_sources/design/
Dpixel_locator.rst.txt16 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 …]
Dconclusions.rst.txt34 color spaces, layouts, iterators, locators, image views and images
Dextending.rst.txt11 You can define your own pixel iterators, locators, image views,
100 You can provide your own pixel iterators, locators and views,
Dimage.rst.txt71 Images, unlike locators and image views, don't have 'mutable' set of concepts
Dmetafunctions.rst.txt155 iterators, locators and views) using the following metafunctions provided by
Dpixel.rst.txt27 iterators, locators, views and images) must provide metafunctions to
Dpixel_iterator.rst.txt260 All models of pixel iterators, locators and image views that GIL provides
Dimage_view.rst.txt403 pixel locators, as opposed to pixel references, to their function objects.
/third_party/libxml2/os400/libxmlrpg/
Dxlink.rpgle92 * @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/
Dnaming.rst31 - ``_step`` indicates special image views, locators and iterators which
Dreference.dox72 …\brief Concepts for all GIL constructs that are pixel-based (pixels, pixel iterators, locators, vi…
/third_party/boost/libs/gil/doc/html/_sources/
Dnaming.rst.txt31 - ``_step`` indicates special image views, locators and iterators which
/third_party/boost/libs/gil/doc/tutorial/
Dgradient.rst200 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/
Dgradient.rst.txt200 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/
DRELEASES.md276 …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/
Dmxfmetadata.c3965 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 …]
Dmxfmetadata.h627 MXFMetadataLocator **locators; member