Home
last modified time | relevance | path

Searched refs:Locator (Results 1 – 24 of 24) sorted by relevance

/third_party/boost/boost/gil/extension/toolbox/image_types/
Dsubchroma_image.hpp69 template< typename Locator
76 using const_t = subchroma_image_deref_fn<Locator, Factors>;
77 using value_type = typename Locator::value_type;
137 template< typename Locator
144 subchroma_image_deref_fn<Locator, Factors>, // Deref
153 template < typename Locator, typename Factors >
154 struct channel_type< subchroma_image_locator< Locator, Factors > >
155 : public channel_type< typename subchroma_image_locator< Locator, Factors >::type > {};
157 template < typename Locator, typename Factors >
158 struct color_space_type< subchroma_image_locator< Locator, Factors > >
[all …]
Dindexed_image.hpp24 template< typename Locator >
29 typename is_bit_aligned<typename Locator::value_type>::type,
30 typename Locator::reference,
31 typename Locator::value_type
150 template< typename Locator > // indexed_image_locator_type< ... >::type
151 class indexed_image_view : public image_view< Locator >
155 using deref_fn_t = typename Locator::deref_fn_t;
159 using const_t = indexed_image_view<Locator>;
165 : image_view< Locator >() in indexed_image_view()
171 , const Locator& locator in indexed_image_view()
[all …]
/third_party/boost/libs/gil/test/core/locator/
Dconcepts.cpp26 template <typename Locator>
29 function_requires<gil::PixelLocatorConcept<Locator>>(); in test_immutable()
30 function_requires<gil::HasDynamicXStepTypeConcept<Locator>>(); in test_immutable()
31 function_requires<gil::HasDynamicYStepTypeConcept<Locator>>(); in test_immutable()
34 template <typename Locator>
37 function_requires<gil::MutablePixelLocatorConcept<Locator>>(); in test_mutable()
38 function_requires<gil::HasDynamicXStepTypeConcept<Locator>>(); in test_mutable()
39 function_requires<gil::HasDynamicYStepTypeConcept<Locator>>(); in test_mutable()
Ddynamic_step.cpp19 template <typename Locator>
26 typename gil::dynamic_x_step_type<Locator>::type in test_locator_from_iterator()
31 Locator, in test_locator_from_iterator()
32 typename gil::dynamic_y_step_type<Locator>::type in test_locator_from_iterator()
/third_party/boost/libs/gil/doc/design/
Dpixel_locator.rst1 Pixel Locator
11 A Locator allows for navigation in two or more dimensions. Locators are
164 …- `RandomAccessNDLocatorConcept<Locator> <reference/structboost_1_1gil_1_1_random_access_n_d_locat…
165 …- `MutableRandomAccessNDLocatorConcept<Locator> <reference/structboost_1_1gil_1_1_mutable_random_a…
166 …- `RandomAccess2DLocatorConcept<Locator> <reference/structboost_1_1gil_1_1_random_access2_d_locato…
167 …- `MutableRandomAccess2DLocatorConcept<Locator> <reference/structboost_1_1gil_1_1_mutable_random_a…
168 - `PixelLocatorConcept<Locator> <reference/structboost_1_1gil_1_1_pixel_locator_concept.html>`_
169 …- `MutablePixelLocatorConcept<Locator> <reference/structboost_1_1gil_1_1_mutable_pixel_locator_con…
278 template <typename Locator> // Models PixelLocatorConcept
282 iterator_from_2d(const Locator& loc, int x, int width);
[all …]
Dimage_view.rst172 // Locator models PixelLocatorConcept, could be MutablePixelLocatorConcept
173 template <typename Locator>
177 typedef Locator xy_locator;
178 typedef iterator_from_2d<Locator> iterator;
/third_party/boost/libs/gil/doc/html/_sources/design/
Dpixel_locator.rst.txt1 Pixel Locator
11 A Locator allows for navigation in two or more dimensions. Locators are
164 …- `RandomAccessNDLocatorConcept<Locator> <reference/structboost_1_1gil_1_1_random_access_n_d_locat…
165 …- `MutableRandomAccessNDLocatorConcept<Locator> <reference/structboost_1_1gil_1_1_mutable_random_a…
166 …- `RandomAccess2DLocatorConcept<Locator> <reference/structboost_1_1gil_1_1_random_access2_d_locato…
167 …- `MutableRandomAccess2DLocatorConcept<Locator> <reference/structboost_1_1gil_1_1_mutable_random_a…
168 - `PixelLocatorConcept<Locator> <reference/structboost_1_1gil_1_1_pixel_locator_concept.html>`_
169 …- `MutablePixelLocatorConcept<Locator> <reference/structboost_1_1gil_1_1_mutable_pixel_locator_con…
278 template <typename Locator> // Models PixelLocatorConcept
282 iterator_from_2d(const Locator& loc, int x, int width);
[all …]
Dimage_view.rst.txt172 // Locator models PixelLocatorConcept, could be MutablePixelLocatorConcept
173 template <typename Locator>
177 typedef Locator xy_locator;
178 typedef iterator_from_2d<Locator> iterator;
/third_party/python/Doc/library/
Dxml.sax.reader.rst46 .. class:: Locator()
231 Locator Objects
234 Instances of :class:`Locator` provide these methods:
237 .. method:: Locator.getColumnNumber()
242 .. method:: Locator.getLineNumber()
247 .. method:: Locator.getPublicId()
252 .. method:: Locator.getSystemId()
Dxml.sax.rst86 :class:`~xml.sax.xmlreader.InputSource`, :class:`~xml.sax.xmlreader.Locator`,
122 :class:`~xml.sax.xmlreader.Locator` interface as well as the
Dxml.sax.handler.rst301 must come from the same external entity so that the Locator provides useful
327 must come from the same external entity, so that the Locator provides useful
Durllib.parse.rst18 This module defines a standard interface to break Uniform Resource Locator (URL)
/third_party/libxml2/python/
Ddrv_libxml2.py80 class Locator(xmlreader.Locator): class
124 Locator(locator))))
/third_party/boost/libs/multi_index/test/
Dtest_node_handling.cpp259 template<typename Src,typename Locator,typename Dst>
260 void test_transfer(Src& src,Locator loc,Dst& dst) in test_transfer()
272 template<typename Src,typename Locator,typename Dst,typename Iterator>
273 void test_transfer(Src& src,Locator loc,Dst& dst,Iterator pos) in test_transfer()
/third_party/python/Lib/xml/sax/
Dxmlreader.py165 class Locator: class
377 Locator()
Dexpatreader.py51 class ExpatLocator(xmlreader.Locator):
87 class ExpatParser(xmlreader.IncrementalParser, xmlreader.Locator):
/third_party/boost/libs/gil/doc/
Dreference.dox140 /// \defgroup PixelLocator Pixel Locator
/third_party/openssl/doc/man3/
DX509V3_get_d2i.pod186 OCSP Service Locator NID_id_pkix_OCSP_serviceLocator
/third_party/libxml2/os400/libxmlrpg/
Dparser.rpgle332 * A SAX Locator.
481 * @loc: A SAX Locator
/third_party/boost/libs/gil/
DRELEASES.md374 - Locator concepts/models are made more generic.
/third_party/curl/docs/
DTheArtOfHttpScripting.md75 The Uniform Resource Locator format is how you specify the address of a
/third_party/openssl/crypto/objects/
Dobjects.txt658 id-pkix-OCSP 7 : serviceLocator : OCSP Service Locator
/third_party/chromium/patch/
D0001-cve.patch126495 - * @loc: A SAX Locator
128365 - * @loc: A SAX Locator
D0003-3.2-Beta3-1115.patch69422 + LOG(ERROR) << "Locator is null. Can not get location";