/external/ImageMagick/Magick++/lib/ |
D | Geometry.cpp | 72 _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 …]
|
D | Drawable.cpp | 522 _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 …]
|
D | STL.cpp | 33 _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/ |
D | i420.cc | 142 _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/ |
D | video_x11_channel.cc | 28 _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()
|
D | video_x11_channel.h | 75 int32_t _height; // incoming frame height variable
|
/external/webrtc/webrtc/modules/video_render/mac/ |
D | video_render_nsopengl.mm | 28 _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 …]
|
D | video_render_agl.cc | 38 _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 …]
|
D | video_render_agl.h | 62 int _height; variable
|
D | video_render_nsopengl.h | 84 int32_t _height; variable
|
/external/webrtc/webrtc/modules/video_coding/test/ |
D | video_source.h | 67 uint16_t GetHeight() const { return _height; } in GetHeight() 80 uint16_t _height; variable
|
/external/webrtc/webrtc/modules/video_render/windows/ |
D | video_render_direct3d9.cc | 45 _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()
|
D | video_render_direct3d9.h | 86 int _height; variable
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | memory.cpp | 132 _format(*format), _width(width), _height(height), _depth(depth), in image() 165 return _height; in height()
|
D | memory.hpp | 129 size_t _height; member in clover::image
|
/external/mesa3d/src/hgl/ |
D | GLView.cpp | 304 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/ |
D | i420.h | 147 int _height; variable
|
/external/autotest/client/site_tests/graphics_dEQP/ |
D | graphics_dEQP.py | 38 _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++/ |
D | Geometry.h | 129 size_t _height; variable
|
D | Drawable.h | 820 _height = height_; in height() 824 return _height; in height() 839 double _height; variable 1410 size_t _height; variable
|
D | STL.h | 74 size_t _height; variable 563 size_t _height; variable
|
/external/deqp/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.cpp | 257 deUint32 _height, in FramebufferCreateInfo() argument 273 height = _height; in FramebufferCreateInfo()
|
/external/mesa3d/src/gallium/docs/source/ |
D | tgsi.rst | 981 dst.y = texture\_height(unit, lod)
|