Home
last modified time | relevance | path

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

12345678910>>...141

/dports/graphics/wdune/wdune-1.926/vcglib/img/
H A Dimg_image.h35 int _height; variable
68 assert(image._height > 0); in Image()
76 _height = image._height; in Image()
95 assert(image._height > 0); in Image()
103 _height = image._height; in Image()
166 _height = image._height;
197 _height = arg_height; in setZero()
216 _height = 0; in deleteData()
312 getPixel(x<0?0:(x<_width?x:_width-1), y<0?0:(y<_height?y:_height-1), ret_pixel); in getPixelAsClamped()
392 return _height; in height()
[all …]
/dports/devel/vcglib/vcglib-2020.09/img/
H A Dimg_image.h35 int _height; variable
68 assert(image._height > 0); in Image()
76 _height = image._height; in Image()
95 assert(image._height > 0); in Image()
103 _height = image._height; in Image()
166 _height = image._height;
197 _height = arg_height; in setZero()
216 _height = 0; in deleteData()
312 getPixel(x<0?0:(x<_width?x:_width-1), y<0?0:(y<_height?y:_height-1), ret_pixel); in getPixelAsClamped()
392 return _height; in height()
[all …]
/dports/games/wop/wop-0.4.3/sdlwidgets/
H A Dborderwidget.cpp33 _height = widget->getHeight() + 2; in BorderWidget()
47 offset_x, offset_y + _height - 1, &_color ); in draw()
53 Graphics::drawLine( surface, offset_x, offset_y + _height - 1, in draw()
62 ( _height - _widget->getHeight() ) / 2 ); in setWidth()
72 _height = height; in setHeight()
73 _widget->setHeight( _height - 2 ); in setHeight()
80 _height = _widget->getHeight() + 2; in doLayout()
95 _height = widget->getHeight() + 4; in Border3DWidget()
147 _height = height; in setHeight()
148 _widget->setHeight( _height - 4 ); in setHeight()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/ultima/ultima8/graphics/
H A Draw_shape_frame.cpp63 _height = stream.readUint16LE(); in loadU8Format()
67 if (_height == 0) in loadU8Format()
70 _line_offsets = new uint32[_height]; in loadU8Format()
72 for (int32 i = 0; i < _height; i++) { in loadU8Format()
86 _height = stream.readSint32LE(); in loadPentagramFormat()
90 if (_height == 0) in loadPentagramFormat()
93 _line_offsets = new uint32[_height]; in loadPentagramFormat()
112 if (_height == 0) in loadGenericFormat()
122 _line_offsets = new uint32[_height]; in loadGenericFormat()
152 _height = f._height; in loadU8CMPFormat()
[all …]
/dports/games/pipewalker/pipewalker-0.9.4/src/
H A Dimage.cpp30 : _width(0), _height(0), in image()
261 assert(h > _height); in increase_canvas()
263 _height = h; in increase_canvas()
270 assert(h > _height); in increase_canvas()
274 img._height = h; in increase_canvas()
296 if (x > _width || x + w > _width || y > _height || y + h > _height) in sub_image()
301 img._height = h; in sub_image()
317 img._height = h; in resize()
371 img._height = _height; in rotate()
387 img._height = _height; in rotate()
[all …]
/dports/audio/drumgizmo/drumgizmo-0.9.19/plugingui/
H A Dimage.cc61 , _height(other._height) in Image()
67 other._height = 0; in Image()
81 _height = other._height; in operator =()
85 other._height = 0; in operator =()
96 _width = _height = 0u; in setError()
117 _height = ih; in setError()
120 image_data.reserve(_width * _height); in setError()
156 _height = ih; in load()
159 image_data.reserve(_width * _height); in load()
188 return _height; in height()
[all …]
/dports/graphics/freeimage/FreeImage/Source/OpenEXR/IlmImf/
H A DImfPreviewImage.cpp55 _height = height; in PreviewImage()
57 [checkArraySize (uiMult (_width, _height), sizeof (PreviewRgba))]; in PreviewImage()
61 for (unsigned int i = 0; i < _width * _height; ++i) in PreviewImage()
66 for (unsigned int i = 0; i < _width * _height; ++i) in PreviewImage()
74 _height (other._height), in PreviewImage()
75 _pixels (new PreviewRgba [other._width * other._height]) in PreviewImage()
77 for (unsigned int i = 0; i < _width * _height; ++i) in PreviewImage()
94 _height = other._height; in operator =()
95 _pixels = new PreviewRgba [other._width * other._height]; in operator =()
97 for (unsigned int i = 0; i < _width * _height; ++i) in operator =()
/dports/graphics/povray37/povray-3.7.0.10/libraries/openexr/IlmImf/
H A DImfPreviewImage.cpp55 _height = height; in PreviewImage()
57 [checkArraySize (uiMult (_width, _height), sizeof (PreviewRgba))]; in PreviewImage()
61 for (unsigned int i = 0; i < _width * _height; ++i) in PreviewImage()
66 for (unsigned int i = 0; i < _width * _height; ++i) in PreviewImage()
74 _height (other._height), in PreviewImage()
75 _pixels (new PreviewRgba [other._width * other._height]) in PreviewImage()
77 for (unsigned int i = 0; i < _width * _height; ++i) in PreviewImage()
94 _height = other._height; in operator =()
95 _pixels = new PreviewRgba [other._width * other._height]; in operator =()
97 for (unsigned int i = 0; i < _width * _height; ++i) in operator =()
/dports/graphics/opencv/opencv-4.5.3/3rdparty/openexr/IlmImf/
H A DImfPreviewImage.cpp55 _height = height; in PreviewImage()
57 [checkArraySize (uiMult (_width, _height), sizeof (PreviewRgba))]; in PreviewImage()
61 for (unsigned int i = 0; i < _width * _height; ++i) in PreviewImage()
66 for (unsigned int i = 0; i < _width * _height; ++i) in PreviewImage()
74 _height (other._height), in PreviewImage()
75 _pixels (new PreviewRgba [other._width * other._height]) in PreviewImage()
77 for (unsigned int i = 0; i < _width * _height; ++i) in PreviewImage()
94 _height = other._height; in operator =()
95 _pixels = new PreviewRgba [other._width * other._height]; in operator =()
97 for (unsigned int i = 0; i < _width * _height; ++i) in operator =()
/dports/graphics/openexr/openexr-3.1.4/src/lib/OpenEXR/
H A DImfPreviewImage.cpp25 _height = height; in PreviewImage()
27 [checkArraySize (uiMult (_width, _height), sizeof (PreviewRgba))]; in PreviewImage()
31 for (unsigned int i = 0; i < _width * _height; ++i) in PreviewImage()
36 for (unsigned int i = 0; i < _width * _height; ++i) in PreviewImage()
44 _height (other._height), in PreviewImage()
45 _pixels (new PreviewRgba [other._width * other._height]) in PreviewImage()
47 for (unsigned int i = 0; i < _width * _height; ++i) in PreviewImage()
66 _height = other._height; in operator =()
67 _pixels = new PreviewRgba [other._width * other._height]; in operator =()
69 for (unsigned int i = 0; i < _width * _height; ++i) in operator =()
/dports/emulators/mess/mame-mame0226/3rdparty/bimg/src/
H A Dimage_encode.cpp63 const uint32_t srcSlice = _height*srcPitch; in imageEncodeFromRgba8()
66 const uint32_t dstSlice = _height*dstPitch; in imageEncodeFromRgba8()
125 bmp.height = _height; in imageEncodeFromRgba8()
137 bmp.height = _height; in imageEncodeFromRgba8()
346 for (uint32_t yy = 0; yy < _height; ++yy) in imageRgba32f11to01()
364 const uint32_t numPixels = _width*_height; in edtaa3()
390 const uint32_t numPixels = _width*_height; in imageMakeDist()
396 for (uint32_t yy = 0; yy < _height; ++yy) in imageMakeDist()
444 , uint16_t _height in imageQualityRgba8() argument
450 , _height in imageQualityRgba8()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/bimg/src/
H A Dimage_encode.cpp63 const uint32_t srcSlice = _height*srcPitch; in imageEncodeFromRgba8()
66 const uint32_t dstSlice = _height*dstPitch; in imageEncodeFromRgba8()
125 bmp.height = _height; in imageEncodeFromRgba8()
137 bmp.height = _height; in imageEncodeFromRgba8()
346 for (uint32_t yy = 0; yy < _height; ++yy) in imageRgba32f11to01()
364 const uint32_t numPixels = _width*_height; in edtaa3()
390 const uint32_t numPixels = _width*_height; in imageMakeDist()
396 for (uint32_t yy = 0; yy < _height; ++yy) in imageMakeDist()
444 , uint16_t _height in imageQualityRgba8() argument
450 , _height in imageQualityRgba8()
[all …]
/dports/x11-clocks/xdaliclock/xdaliclock-2.44/pebble/src/
H A Dnumbers.h25 { zero ## X ## _bits, zero ## X ## _width, zero ## X ## _height }, \
26 { one ## X ## _bits, one ## X ## _width, one ## X ## _height }, \
27 { two ## X ## _bits, two ## X ## _width, two ## X ## _height }, \
28 { three ## X ## _bits, three ## X ## _width, three ## X ## _height }, \
29 { four ## X ## _bits, four ## X ## _width, four ## X ## _height }, \
30 { five ## X ## _bits, five ## X ## _width, five ## X ## _height }, \
31 { six ## X ## _bits, six ## X ## _width, six ## X ## _height }, \
32 { seven ## X ## _bits, seven ## X ## _width, seven ## X ## _height }, \
33 { eight ## X ## _bits, eight ## X ## _width, eight ## X ## _height }, \
34 { nine ## X ## _bits, nine ## X ## _width, nine ## X ## _height }, \
[all …]
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Utilities/
H A DCamstudioCodec.cpp43 _height = height; in SetupCompress()
45 _prevFrame = new uint8_t[_rowStride*_height]; //24-bit RGB in SetupCompress()
46 _currentFrame = new uint8_t[_rowStride*_height]; //24-bit RGB in SetupCompress()
47 _buffer = new uint8_t[_rowStride*_height]; //24-bit RGB in SetupCompress()
52 memset(_prevFrame, 0, _rowStride * _height); in SetupCompress()
53 memset(_currentFrame, 0, _rowStride * _height); in SetupCompress()
54 memset(_buffer, 0, _rowStride * _height); in SetupCompress()
84 for(int y = 0; y < _height; y++) { in CompressFrame()
92 for(int i = 0, len = _rowStride * _height; i < len; i++) { in CompressFrame()
98 memcpy(_prevFrame, _currentFrame, _rowStride*_height); in CompressFrame()
[all …]
/dports/math/vampire/vampire-4.5.1/Kernel/
H A DClauseQueue.cpp43 : _height(0) in ClauseQueue()
74 if (h > _height) { in insert()
76 _height++; in insert()
78 h = _height; in insert()
91 unsigned lh = _height; in insert()
117 unsigned h = _height; in remove()
139 while (_height > 0 && ! _left->nodes[_height]) { in remove()
140 _height--; in remove()
173 ASS(_height >= 0); in pop()
190 while (_height > 0 && ! _left->nodes[_height]) { in pop()
[all …]
/dports/x11-clocks/xdaliclock/xdaliclock-2.44/palm/
H A Dnumbers.h25 { zero ## X ## _bits, zero ## X ## _width, zero ## X ## _height }, \
26 { one ## X ## _bits, one ## X ## _width, one ## X ## _height }, \
27 { two ## X ## _bits, two ## X ## _width, two ## X ## _height }, \
28 { three ## X ## _bits, three ## X ## _width, three ## X ## _height }, \
29 { four ## X ## _bits, four ## X ## _width, four ## X ## _height }, \
30 { five ## X ## _bits, five ## X ## _width, five ## X ## _height }, \
31 { six ## X ## _bits, six ## X ## _width, six ## X ## _height }, \
32 { seven ## X ## _bits, seven ## X ## _width, seven ## X ## _height }, \
33 { eight ## X ## _bits, eight ## X ## _width, eight ## X ## _height }, \
34 { nine ## X ## _bits, nine ## X ## _width, nine ## X ## _height }, \
[all …]
/dports/graphics/zbar/zbar-0.23.90/zbar/qrcode/
H A Dbinarize.c43 for(y=-4;y<_height;y++){
123 for(y=-2;y<_height;y++){
207 if(_width>0&&_height>0){
244 for(y=0;y<_height;y++){
300 if(y+1<_height){
333 if(_width>0&&_height>0){
369 for(y=0;y<_height;y++){
399 if(y+1<_height){
525 if(_width>0&&_height>0){ in qr_binarize()
557 for(y=0;y<_height;y++){ in qr_binarize()
[all …]
/dports/graphics/py-zbar-py/zbar-py-1.0.4/Source/zbar/qrcode/
H A Dbinarize.c42 for(y=-4;y<_height;y++){
122 for(y=-2;y<_height;y++){
206 if(_width>0&&_height>0){
243 for(y=0;y<_height;y++){
299 if(y+1<_height){
332 if(_width>0&&_height>0){
368 for(y=0;y<_height;y++){
398 if(y+1<_height){
524 if(_width>0&&_height>0){ in qr_binarize()
556 for(y=0;y<_height;y++){ in qr_binarize()
[all …]
/dports/print/texlive-base/texlive-20150521-source/texk/dvisvgm/dvisvgm-1.9.2/src/
H A DPageSize.cpp96 _height = h; in resize()
118 _height = 216; in resize()
122 _height = 267; in resize()
126 _height = 356; in resize()
130 _height = 279; in resize()
134 _height = 432; in resize()
141 case 'a' : computeASize(n, _width, _height); break; in resize()
142 case 'b' : computeBSize(n, _width, _height); break; in resize()
148 if (_width == 0 || _height == 0) in resize()
151 swap(_width, _height); in resize()
[all …]
/dports/finance/weberp/webERP/Classes/PHPExcel/Worksheet/
H A DHeaderFooterDrawing.php78 protected $_height; variable in PHPExcel_Worksheet_HeaderFooterDrawing
98 $this->_height = 0;
180 $ratio = $this->_width / $this->_height;
196 return $this->_height;
208 $ratio = $this->_width / $this->_height;
213 $this->_height = $pValue;
233 $yratio = $height / $this->_height;
235 if (($xratio * $this->_height) < $height) {
236 $this->_height = ceil($xratio * $this->_height);
240 $this->_height = $height;
[all …]
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/actions/
H A DLandSetHeightAction.cpp31 , _height(height) in LandSetHeightAction()
120 uint8_t zCorner = _height; in Query()
161 wall_remove_at({ _coords, _height * 8 - 16, _height * 8 + 32 }); in Execute()
192 if (_height < MINIMUM_LAND_HEIGHT) in CheckParameters()
198 if (_height > MAXIMUM_LAND_HEIGHT) in CheckParameters()
264 if (_height > tileElement->clearance_height) in SmallSceneryRemoval()
266 if (_height + 4 < tileElement->base_height) in SmallSceneryRemoval()
348 if (_height < tileElement->clearance_height) in CheckUnremovableObstructions()
370 surfaceElement->base_height = _height; in SetSurfaceHeight()
371 surfaceElement->clearance_height = _height; in SetSurfaceHeight()
[all …]
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/drawing/
H A Ddrawing.py33 self._height = 192 #default in px
48 ratio = self._height / self._width
49 self._height = round(ratio * w)
54 return self._height
59 ratio = self._width / self._height
61 self._height = h
66 yratio = h / self._height
69 if (xratio * self._height) < h:
70 self._height = math.ceil(xratio * self._height)
74 self._height = h
[all …]
/dports/games/crack-attack/crack-attack-1.1.14/src/
H A DTextureLoader.cxx54 int texture_size = _width * _height; in loadAlphaTGA()
74 int texture_size = _width * _height; in loadNoAlphaTGA()
123 if (width != _width || height != _height) { in loadTGA()
126 << _height << 'x' << _width << "]." << endl; in loadTGA()
163 int _height, int _width, const char *tga_id ) in createTGA() argument
183 header[3] = _height / 256; in createTGA()
184 header[2] = _height - 256 * header[3]; in createTGA()
192 for (int n = 0; n < _width * _height * 4; n += 4) { in createTGA()
198 file.write((char *) texture, _width * _height * 4); in createTGA()
224 int _height, int _width ) in determineTGACheckSum() argument
[all …]
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_core/ADM_coreImage/src/
H A DADM_imageOperation.cpp27 ADM_assert(src->_height==_height); in duplicateMacro()
42 int opHeight=_height; in duplicateMacro()
79 ADM_assert(src->_height==_height); in duplicateFull()
111 int opHeight=_height; in blacken()
136 uint32_t box_w=_width, box_h=_height; in copyTo()
138 if(y>dest->_height) in copyTo()
150 if(y+box_h>dest->_height) box_h=dest->_height-y; in copyTo()
186 if(y>dest->_height) in copyToAlpha()
198 if(y+box_h>dest->_height) box_h=dest->_height-y; in copyToAlpha()
257 if(y>dest->_height) in copyWithAlphaChannel()
[all …]
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/core/src/
H A DGenericLuminanceSource.cpp73 _height(height), in GenericLuminanceSource()
101 _height(height), in GenericLuminanceSource()
142 return _height; in height()
150 if (y < 0 || y >= _height) { in getRow()
174 buffer.resize(_width * _height); in getMatrix()
212 for (int y = 0; y < _height; ++y, srcRow += _rowBytes) { in rotated()
214 dest[x * _height + (_height - y - 1)] = srcRow[x]; in rotated()
217 return std::make_shared<GenericLuminanceSource>(0, 0, _height, _width, pixels, _height); in rotated()
229 for (int y = 0; y < _height; ++y, srcRow += _rowBytes) { in rotated()
231 dest[(_width - x - 1) * _height + y] = srcRow[x]; in rotated()
[all …]

12345678910>>...141