Home
last modified time | relevance | path

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

/external/ImageMagick/Magick++/lib/
DGeometry.cpp72 _height(0), in Geometry()
87 _height(0), in Geometry()
103 _height(geometry_._height), in Geometry()
118 _height(0), in Geometry()
135 _height(height_), in Geometry()
164 _height=geometry_._height; in operator =()
229 _height=height_val; in operator =()
284 if (_height) in operator std::string()
286 FormatLocaleString(buffer,MagickPathExtent,"%.20g",(double) _height); in operator std::string()
359 _height=height_; in height()
[all …]
DDrawable.cpp522 _height(height_), in DrawableCompositeImage()
535 _height(height_), in DrawableCompositeImage()
547 _height(height_), in DrawableCompositeImage()
559 _height(height_), in DrawableCompositeImage()
570 _height(0), in DrawableCompositeImage()
574 _height=_image->rows(); in DrawableCompositeImage()
583 _height(0), in DrawableCompositeImage()
587 _height=_image->rows(); in DrawableCompositeImage()
597 _height(original_._height), in DrawableCompositeImage()
616 _height = original_._height; in operator =()
[all …]
DSTL.cpp33 _height(height_), in adaptiveThresholdImage()
39 image_.adaptiveThreshold( _width, _height, _offset ); in operator ()()
530 _height( geometry_.height() ), in frameImage()
538 _height( height_ ), in frameImage()
545 image_.frame( _width, _height, _innerBevel, _outerBevel ); in operator ()()
/external/webrtc/webrtc/modules/video_coding/codecs/i420/
Di420.cc142 _height(0), in I420Decoder()
162 _height = codecSettings->height; in InitDecode()
196 _height = height; in Decode()
199 size_t req_length = CalcBufferSize(kI420, _width, _height) + kI420HeaderSize; in Decode()
206 _decodedImage.CreateEmptyFrame(_width, _height, _width, half_width, in Decode()
209 int ret = ConvertToI420(kI420, buffer, 0, 0, _width, _height, 0, in Decode()
/external/webrtc/webrtc/modules/video_render/linux/
Dvideo_x11_channel.cc28 _height(DEFAULT_RENDER_FRAME_HEIGHT), _outWidth(0), _outHeight(0), in VideoX11Channel()
49 if (_width != videoFrame.width() || _height in RenderFrame()
89 _height, True); in DeliverFrame()
99 height = _height; in GetFrameSize()
203 if (CreateLocalRenderer(_width, _height) == -1) in ChangeWindow()
248 _height = height; in CreateLocalRenderer()
252 … &_shminfo, _width, _height); // this parameter needs to be the same for some reason. in CreateLocalRenderer()
Dvideo_x11_channel.h75 int32_t _height; // incoming frame height variable
/external/webrtc/webrtc/modules/video_render/mac/
Dvideo_render_nsopengl.mm28 _height( 0),
97 _height != videoFrame.height()) {
113 _height = height;
134 if (width == _width && _height == height)
143 _height = height;
152 _incomingBufferSize = CalcBufferSize(kI420, _width, _height);
153 _bufferSize = CalcBufferSize(kARGB, _width, _height);
180 if (texSize < _width || texSize < _height)
191 _height, // height
249 _height, // height
[all …]
Dvideo_render_agl.cc38 _height( 0), in VideoChannelAGL()
86 _height != videoFrame.height()) { in RenderFrame()
122 if (width == _width && _height == height) in FrameSizeChange()
131 _height = height; in FrameSizeChange()
140 _incomingBufferSize = CalcBufferSize(kI420, _width, _height); in FrameSizeChange()
141 _bufferSize = CalcBufferSize(kARGB, _width, _height);//_width * _height * bytesPerPixel; in FrameSizeChange()
192 if (texSize < _width || texSize < _height) in FrameSizeChange()
204 _height, // height in FrameSizeChange()
260 _height, // height in DeliverFrame()
311 glTexCoord2f(_width, _height); glVertex2f(xStop, yStart); in RenderOffScreenBuffer()
[all …]
Dvideo_render_agl.h62 int _height; variable
Dvideo_render_nsopengl.h84 int32_t _height; variable
/external/webrtc/webrtc/modules/video_coding/test/
Dvideo_source.h67 uint16_t GetHeight() const { return _height; } in GetHeight()
80 uint16_t _height; variable
/external/webrtc/webrtc/modules/video_render/windows/
Dvideo_render_direct3d9.cc45 _height(0), in D3D9Channel()
108 return _height; in GetTextureHeight()
120 _height = height; in FrameSizeChange()
132 ret = _pd3dDevice->CreateTexture(_width, _height, 1, 0, D3DFMT_A8R8G8B8, in FrameSizeChange()
147 if (_width != videoFrame.width() || _height != videoFrame.height()) in RenderFrame()
258 ret = _pd3dDevice->CreateTexture(_width, _height, 1, 0, D3DFMT_A8R8G8B8, in RecreateTexture()
Dvideo_render_direct3d9.h86 int _height; variable
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dmemory.cpp132 _format(*format), _width(width), _height(height), _depth(depth), in image()
165 return _height; in height()
Dmemory.hpp129 size_t _height; member in clover::image
/external/mesa3d/src/hgl/
DGLView.cpp304 BGLView::GetPreferredSize(float* _width, float* _height) in GetPreferredSize() argument
308 if (_height) in GetPreferredSize()
309 *_height = 0; in GetPreferredSize()
/external/webrtc/webrtc/modules/video_coding/codecs/i420/include/
Di420.h147 int _height; variable
/external/autotest/client/site_tests/graphics_dEQP/
Dgraphics_dEQP.py38 _height = 256 # Use smallest height for which all tests run/pass. variable in graphics_dEQP
312 height = self._height
420 height = self._height
/external/ImageMagick/Magick++/lib/Magick++/
DGeometry.h129 size_t _height; variable
DDrawable.h820 _height = height_; in height()
824 return _height; in height()
839 double _height; variable
1410 size_t _height; variable
DSTL.h74 size_t _height; variable
563 size_t _height; variable
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp257 deUint32 _height, in FramebufferCreateInfo() argument
273 height = _height; in FramebufferCreateInfo()
/external/mesa3d/src/gallium/docs/source/
Dtgsi.rst981 dst.y = texture\_height(unit, lod)