/third_party/boost/boost/gil/extension/toolbox/image_types/ |
D | subchroma_image.hpp | 69 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 …]
|
D | indexed_image.hpp | 24 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/ |
D | concepts.cpp | 26 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()
|
D | dynamic_step.cpp | 19 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/ |
D | pixel_locator.rst | 1 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 …]
|
D | image_view.rst | 172 // 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/ |
D | pixel_locator.rst.txt | 1 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 …]
|
D | image_view.rst.txt | 172 // 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/ |
D | xml.sax.reader.rst | 46 .. 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()
|
D | xml.sax.rst | 86 :class:`~xml.sax.xmlreader.InputSource`, :class:`~xml.sax.xmlreader.Locator`, 122 :class:`~xml.sax.xmlreader.Locator` interface as well as the
|
D | xml.sax.handler.rst | 301 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
|
D | urllib.parse.rst | 18 This module defines a standard interface to break Uniform Resource Locator (URL)
|
/third_party/libxml2/python/ |
D | drv_libxml2.py | 80 class Locator(xmlreader.Locator): class 124 Locator(locator))))
|
/third_party/boost/libs/multi_index/test/ |
D | test_node_handling.cpp | 259 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/ |
D | xmlreader.py | 165 class Locator: class 377 Locator()
|
D | expatreader.py | 51 class ExpatLocator(xmlreader.Locator): 87 class ExpatParser(xmlreader.IncrementalParser, xmlreader.Locator):
|
/third_party/boost/libs/gil/doc/ |
D | reference.dox | 140 /// \defgroup PixelLocator Pixel Locator
|
/third_party/openssl/doc/man3/ |
D | X509V3_get_d2i.pod | 186 OCSP Service Locator NID_id_pkix_OCSP_serviceLocator
|
/third_party/libxml2/os400/libxmlrpg/ |
D | parser.rpgle | 332 * A SAX Locator. 481 * @loc: A SAX Locator
|
/third_party/boost/libs/gil/ |
D | RELEASES.md | 374 - Locator concepts/models are made more generic.
|
/third_party/curl/docs/ |
D | TheArtOfHttpScripting.md | 75 The Uniform Resource Locator format is how you specify the address of a
|
/third_party/openssl/crypto/objects/ |
D | objects.txt | 658 id-pkix-OCSP 7 : serviceLocator : OCSP Service Locator
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 126495 - * @loc: A SAX Locator 128365 - * @loc: A SAX Locator
|
D | 0003-3.2-Beta3-1115.patch | 69422 + LOG(ERROR) << "Locator is null. Can not get location";
|