Home
last modified time | relevance | path

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

12345678910>>...13

/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IlmImf/
H A DImfPreviewImage.cpp56 _pixels = new PreviewRgba in PreviewImage()
62 _pixels[i] = pixels[i]; in PreviewImage()
67 _pixels[i] = PreviewRgba(); in PreviewImage()
75 _pixels (new PreviewRgba [other._width * other._height]) in PreviewImage()
78 _pixels[i] = other._pixels[i]; in PreviewImage()
84 delete [] _pixels; in ~PreviewImage()
91 delete [] _pixels; in operator =()
95 _pixels = new PreviewRgba [other._width * other._height]; in operator =()
98 _pixels[i] = other._pixels[i]; in operator =()
/dports/graphics/povray37/povray-3.7.0.10/libraries/openexr/IlmImf/
H A DImfPreviewImage.cpp56 _pixels = new PreviewRgba in PreviewImage()
62 _pixels[i] = pixels[i]; in PreviewImage()
67 _pixels[i] = PreviewRgba(); in PreviewImage()
75 _pixels (new PreviewRgba [other._width * other._height]) in PreviewImage()
78 _pixels[i] = other._pixels[i]; in PreviewImage()
84 delete [] _pixels; in ~PreviewImage()
91 delete [] _pixels; in operator =()
95 _pixels = new PreviewRgba [other._width * other._height]; in operator =()
98 _pixels[i] = other._pixels[i]; in operator =()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/IlmImf/
H A DImfPreviewImage.cpp56 _pixels = new PreviewRgba in PreviewImage()
62 _pixels[i] = pixels[i]; in PreviewImage()
67 _pixels[i] = PreviewRgba(); in PreviewImage()
75 _pixels (new PreviewRgba [other._width * other._height]) in PreviewImage()
78 _pixels[i] = other._pixels[i]; in PreviewImage()
84 delete [] _pixels; in ~PreviewImage()
91 delete [] _pixels; in operator =()
95 _pixels = new PreviewRgba [other._width * other._height]; in operator =()
98 _pixels[i] = other._pixels[i]; in operator =()
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXR/
H A DImfPreviewImage.cpp26 _pixels = new PreviewRgba in PreviewImage()
32 _pixels[i] = pixels[i]; in PreviewImage()
37 _pixels[i] = PreviewRgba(); in PreviewImage()
45 _pixels (new PreviewRgba [other._width * other._height]) in PreviewImage()
48 _pixels[i] = other._pixels[i]; in PreviewImage()
54 delete [] _pixels; in ~PreviewImage()
63 delete [] _pixels; in operator =()
67 _pixels = new PreviewRgba [other._width * other._height]; in operator =()
70 _pixels[i] = other._pixels[i]; in operator =()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/engine/video/
H A Dimage_base.cpp65 _pixels.clear(); in Resize()
71 assert(_pixels.empty()); in LoadImage()
72 if (!_pixels.empty()) { in LoadImage()
163 assert(!_pixels.empty()); in SaveImage()
164 if (_pixels.empty()) { in SaveImage()
287 if (_pixels.empty()) { in ConvertToGrayscale()
338 if(_pixels.empty()) { in RGBAToRGB()
364 std::swap(_pixels, new_pixels); in RGBAToRGB()
374 if (_pixels.empty()) { in CopyFromTexture()
419 std::swap(_pixels, img_pixels); in CopyFromImage()
[all …]
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/gil/
H A Dimage_view.hpp115 const locator& pixels() const { return _pixels; } in pixels()
119 bool is_1d_traversable() const { return _pixels.is_1d_traversable(width()); } in is_1d_traversable()
124 iterator begin() const { return iterator(_pixels,_dimensions.x); } in begin()
137 reference operator()(const point_t& p) const { return _pixels(p.x,p.y); } in operator ()()
138 reference operator()(x_coord_t x, y_coord_t y)const { return _pixels(x,y); } in operator ()()
140 …xy_locator xy_at(x_coord_t x, y_coord_t y) const { return _pixels+point_t(x_coord_t(x),y_coord_… in xy_at()
141 locator xy_at(const point_t& p) const { return _pixels+p; } in xy_at()
146 x_iterator x_at(x_coord_t x, y_coord_t y) const { return _pixels.x_at(x,y); } in x_at()
147 x_iterator x_at(const point_t& p) const { return _pixels.x_at(p); } in x_at()
164 xy_locator _pixels; member in boost::gil::image_view
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/gil/
H A Dimage_view.hpp115 const locator& pixels() const { return _pixels; } in pixels()
119 bool is_1d_traversable() const { return _pixels.is_1d_traversable(width()); } in is_1d_traversable()
124 iterator begin() const { return iterator(_pixels,_dimensions.x); } in begin()
137 reference operator()(const point_t& p) const { return _pixels(p.x,p.y); } in operator ()()
138 reference operator()(x_coord_t x, y_coord_t y)const { return _pixels(x,y); } in operator ()()
140 …xy_locator xy_at(x_coord_t x, y_coord_t y) const { return _pixels+point_t(x_coord_t(x),y_coord_… in xy_at()
141 locator xy_at(const point_t& p) const { return _pixels+p; } in xy_at()
146 x_iterator x_at(x_coord_t x, y_coord_t y) const { return _pixels.x_at(x,y); } in x_at()
147 x_iterator x_at(const point_t& p) const { return _pixels.x_at(p); } in x_at()
164 xy_locator _pixels; member in boost::gil::image_view
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/gil/
H A Dimage_view.hpp115 const locator& pixels() const { return _pixels; } in pixels()
119 bool is_1d_traversable() const { return _pixels.is_1d_traversable(width()); } in is_1d_traversable()
124 iterator begin() const { return iterator(_pixels,_dimensions.x); } in begin()
137 reference operator()(const point_t& p) const { return _pixels(p.x,p.y); } in operator ()()
138 reference operator()(x_coord_t x, y_coord_t y)const { return _pixels(x,y); } in operator ()()
140 …xy_locator xy_at(x_coord_t x, y_coord_t y) const { return _pixels+point_t(x_coord_t(x),y_coord_… in xy_at()
141 locator xy_at(const point_t& p) const { return _pixels+p; } in xy_at()
146 x_iterator x_at(x_coord_t x, y_coord_t y) const { return _pixels.x_at(x,y); } in x_at()
147 x_iterator x_at(const point_t& p) const { return _pixels.x_at(p); } in x_at()
164 xy_locator _pixels; member in boost::gil::image_view
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/gil/
H A Dimage_view.hpp115 const locator& pixels() const { return _pixels; } in pixels()
119 bool is_1d_traversable() const { return _pixels.is_1d_traversable(width()); } in is_1d_traversable()
124 iterator begin() const { return iterator(_pixels,_dimensions.x); } in begin()
137 reference operator()(const point_t& p) const { return _pixels(p.x,p.y); } in operator ()()
138 reference operator()(x_coord_t x, y_coord_t y)const { return _pixels(x,y); } in operator ()()
140 …xy_locator xy_at(x_coord_t x, y_coord_t y) const { return _pixels+point_t(x_coord_t(x),y_coord_… in xy_at()
141 locator xy_at(const point_t& p) const { return _pixels+p; } in xy_at()
146 x_iterator x_at(x_coord_t x, y_coord_t y) const { return _pixels.x_at(x,y); } in x_at()
147 x_iterator x_at(const point_t& p) const { return _pixels.x_at(p); } in x_at()
164 xy_locator _pixels; member in boost::gil::image_view
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/gil/
H A Dimage_view.hpp115 const locator& pixels() const { return _pixels; } in pixels()
119 bool is_1d_traversable() const { return _pixels.is_1d_traversable(width()); } in is_1d_traversable()
124 iterator begin() const { return iterator(_pixels,_dimensions.x); } in begin()
137 reference operator()(const point_t& p) const { return _pixels(p.x,p.y); } in operator ()()
138 reference operator()(x_coord_t x, y_coord_t y)const { return _pixels(x,y); } in operator ()()
140 …xy_locator xy_at(x_coord_t x, y_coord_t y) const { return _pixels+point_t(x_coord_t(x),y_coord_… in xy_at()
141 locator xy_at(const point_t& p) const { return _pixels+p; } in xy_at()
146 x_iterator x_at(x_coord_t x, y_coord_t y) const { return _pixels.x_at(x,y); } in x_at()
147 x_iterator x_at(const point_t& p) const { return _pixels.x_at(p); } in x_at()
164 xy_locator _pixels; member in boost::gil::image_view
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/gil/
H A Dimage_view.hpp115 const locator& pixels() const { return _pixels; } in pixels()
119 bool is_1d_traversable() const { return _pixels.is_1d_traversable(width()); } in is_1d_traversable()
124 iterator begin() const { return iterator(_pixels,_dimensions.x); } in begin()
137 reference operator()(const point_t& p) const { return _pixels(p.x,p.y); } in operator ()()
138 reference operator()(x_coord_t x, y_coord_t y)const { return _pixels(x,y); } in operator ()()
140 …xy_locator xy_at(x_coord_t x, y_coord_t y) const { return _pixels+point_t(x_coord_t(x),y_coord_… in xy_at()
141 locator xy_at(const point_t& p) const { return _pixels+p; } in xy_at()
146 x_iterator x_at(x_coord_t x, y_coord_t y) const { return _pixels.x_at(x,y); } in x_at()
147 x_iterator x_at(const point_t& p) const { return _pixels.x_at(p); } in x_at()
164 xy_locator _pixels; member in boost::gil::image_view
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/gil/
H A Dimage_view.hpp115 const locator& pixels() const { return _pixels; } in pixels()
119 bool is_1d_traversable() const { return _pixels.is_1d_traversable(width()); } in is_1d_traversable()
124 iterator begin() const { return iterator(_pixels,_dimensions.x); } in begin()
137 reference operator()(const point_t& p) const { return _pixels(p.x,p.y); } in operator ()()
138 reference operator()(x_coord_t x, y_coord_t y)const { return _pixels(x,y); } in operator ()()
140 …xy_locator xy_at(x_coord_t x, y_coord_t y) const { return _pixels+point_t(x_coord_t(x),y_coord_… in xy_at()
141 locator xy_at(const point_t& p) const { return _pixels+p; } in xy_at()
146 x_iterator x_at(x_coord_t x, y_coord_t y) const { return _pixels.x_at(x,y); } in x_at()
147 x_iterator x_at(const point_t& p) const { return _pixels.x_at(p); } in x_at()
164 xy_locator _pixels; member in boost::gil::image_view
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/gil/
H A Dimage_view.hpp115 const locator& pixels() const { return _pixels; } in pixels()
119 bool is_1d_traversable() const { return _pixels.is_1d_traversable(width()); } in is_1d_traversable()
124 iterator begin() const { return iterator(_pixels,_dimensions.x); } in begin()
137 reference operator()(const point_t& p) const { return _pixels(p.x,p.y); } in operator ()()
138 reference operator()(x_coord_t x, y_coord_t y)const { return _pixels(x,y); } in operator ()()
140 …xy_locator xy_at(x_coord_t x, y_coord_t y) const { return _pixels+point_t(x_coord_t(x),y_coord_… in xy_at()
141 locator xy_at(const point_t& p) const { return _pixels+p; } in xy_at()
146 x_iterator x_at(x_coord_t x, y_coord_t y) const { return _pixels.x_at(x,y); } in x_at()
147 x_iterator x_at(const point_t& p) const { return _pixels.x_at(p); } in x_at()
164 xy_locator _pixels; member in boost::gil::image_view
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/gil/
H A Dimage_view.hpp129 const locator& pixels() const { return _pixels; } in pixels()
133 bool is_1d_traversable() const { return _pixels.is_1d_traversable(width()); } in is_1d_traversable()
138 iterator begin() const { return iterator(_pixels,_dimensions.x); } in begin()
151 reference operator()(const point_t& p) const { return _pixels(p.x,p.y); } in operator ()()
152 reference operator()(x_coord_t x, y_coord_t y)const { return _pixels(x,y); } in operator ()()
154 …xy_locator xy_at(x_coord_t x, y_coord_t y) const { return _pixels+point_t(x_coord_t(x),y_coord_… in xy_at()
155 locator xy_at(const point_t& p) const { return _pixels+p; } in xy_at()
160 x_iterator x_at(x_coord_t x, y_coord_t y) const { return _pixels.x_at(x,y); } in x_at()
161 x_iterator x_at(const point_t& p) const { return _pixels.x_at(p); } in x_at()
178 xy_locator _pixels; member in boost::gil::image_view
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/gil/
H A Dimage_view.hpp113 _pixels = view.pixels(); in operator =()
121 _pixels = view.pixels(); in operator =()
159 return _pixels; in pixels()
272 return _pixels(p.x, p.y); in operator ()()
279 return _pixels(x, y); in operator ()()
296 return _pixels + point_t(x, y); in xy_at()
304 return _pixels + p; in xy_at()
314 return _pixels.x_at(x, y); in x_at()
321 return _pixels.x_at(p); in x_at()
371 xy_locator _pixels; member in boost::gil::image_view
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/gil/
H A Dimage_view.hpp113 _pixels = view.pixels(); in operator =()
121 _pixels = view.pixels(); in operator =()
159 return _pixels; in pixels()
272 return _pixels(p.x, p.y); in operator ()()
279 return _pixels(x, y); in operator ()()
296 return _pixels + point_t(x, y); in xy_at()
304 return _pixels + p; in xy_at()
314 return _pixels.x_at(x, y); in x_at()
321 return _pixels.x_at(p); in x_at()
371 xy_locator _pixels; member in boost::gil::image_view
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/gil/
H A Dimage_view.hpp113 _pixels = view.pixels(); in operator =()
121 _pixels = view.pixels(); in operator =()
159 return _pixels; in pixels()
275 return _pixels(p.x, p.y); in operator ()()
282 return _pixels(x, y); in operator ()()
299 return _pixels + point_t(x, y); in xy_at()
307 return _pixels + p; in xy_at()
317 return _pixels.x_at(x, y); in x_at()
324 return _pixels.x_at(p); in x_at()
374 xy_locator _pixels; member in boost::gil::image_view
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/gil/
H A Dimage_view.hpp113 _pixels = view.pixels(); in operator =()
121 _pixels = view.pixels(); in operator =()
159 return _pixels; in pixels()
275 return _pixels(p.x, p.y); in operator ()()
282 return _pixels(x, y); in operator ()()
299 return _pixels + point_t(x, y); in xy_at()
307 return _pixels + p; in xy_at()
317 return _pixels.x_at(x, y); in x_at()
324 return _pixels.x_at(p); in x_at()
374 xy_locator _pixels; member in boost::gil::image_view
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/gil/
H A Dimage_view.hpp113 _pixels = view.pixels(); in operator =()
121 _pixels = view.pixels(); in operator =()
159 return _pixels; in pixels()
272 return _pixels(p.x, p.y); in operator ()()
279 return _pixels(x, y); in operator ()()
296 return _pixels + point_t(x, y); in xy_at()
304 return _pixels + p; in xy_at()
314 return _pixels.x_at(x, y); in x_at()
321 return _pixels.x_at(p); in x_at()
371 xy_locator _pixels; member in boost::gil::image_view
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/gil/
H A Dimage_view.hpp113 _pixels = view.pixels(); in operator =()
121 _pixels = view.pixels(); in operator =()
159 return _pixels; in pixels()
275 return _pixels(p.x, p.y); in operator ()()
282 return _pixels(x, y); in operator ()()
299 return _pixels + point_t(x, y); in xy_at()
307 return _pixels + p; in xy_at()
317 return _pixels.x_at(x, y); in x_at()
324 return _pixels.x_at(p); in x_at()
374 xy_locator _pixels; member in boost::gil::image_view
[all …]
/dports/games/residualvm/residualvm-0.3.1/backends/platform/android/
H A Dtexture.cpp211 _pixels(0), in GLESTexture()
217 delete[] _pixels; in ~GLESTexture()
234 delete[] _pixels; in allocBuffer()
237 assert(_pixels); in allocBuffer()
239 _surface.setPixels(_pixels); in allocBuffer()
268 Common::fill(_pixels, _pixels + _surface.pitch * _surface.h, in fillBuffer()
351 _pixels(0), in GLESFakePaletteTexture()
365 delete[] _pixels; in ~GLESFakePaletteTexture()
384 delete[] _pixels; in allocBuffer()
386 _pixels = new byte[w * h]; in allocBuffer()
[all …]
/dports/games/scummvm/scummvm-2.5.1/backends/platform/android3d/
H A Dtexture.cpp206 _pixels(0), in GLESTexture()
212 delete[] _pixels; in ~GLESTexture()
229 delete[] _pixels; in allocBuffer()
232 assert(_pixels); in allocBuffer()
234 _surface.setPixels(_pixels); in allocBuffer()
263 Common::fill(_pixels, _pixels + _surface.pitch * _surface.h, in fillBuffer()
346 _pixels(0), in GLESFakePaletteTexture()
360 delete[] _pixels; in ~GLESFakePaletteTexture()
379 delete[] _pixels; in allocBuffer()
381 _pixels = new byte[w * h]; in allocBuffer()
[all …]
/dports/games/libretro-scummvm/scummvm-7b1e929/backends/platform/psp/
H A Ddisplay_client.cpp332 assert(_pixels); in copyFromRect()
372 assert(_pixels); in copyToArray()
439 if (_pixels) { in allocate()
445 _pixels = 0; in allocate()
459 if (!_pixels) { in allocate()
466 _pixels = UNCACHED(_pixels); in allocate()
475 if (!_pixels) in deallocate()
483 _pixels = 0; in deallocate()
489 if (_pixels) in clear()
500 assert(_pixels); in flipNibbles()
[all …]
/dports/games/scummvm/scummvm-2.5.1/backends/platform/psp/
H A Ddisplay_client.cpp332 assert(_pixels); in copyFromRect()
372 assert(_pixels); in copyToArray()
439 if (_pixels) { in allocate()
445 _pixels = 0; in allocate()
459 if (!_pixels) { in allocate()
466 _pixels = UNCACHED(_pixels); in allocate()
475 if (!_pixels) in deallocate()
483 _pixels = 0; in deallocate()
489 if (_pixels) in clear()
500 assert(_pixels); in flipNibbles()
[all …]
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXRUtil/
H A DImfFlatImageChannel.cpp81 _pixels (0), in TypedFlatImageChannel()
91 delete [] _pixels; in ~TypedFlatImageChannel()
136 delete [] _pixels; in resize()
137 _pixels = 0; in resize()
141 _pixels = new T [numPixels()]; in resize()
144 _pixels[i] = T (0); in resize()
154 _base = _pixels - in resetBasePointer()

12345678910>>...13