Searched refs:_height (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/src/modules/interface/ |
D | module_common_types.h | 503 WebRtc_UWord32 Height() const {return _height;} in Height() 511 void SetHeight(const WebRtc_UWord32 height) {_height = height;} in SetHeight() 532 WebRtc_UWord32 _height; variable 544 _height(0), in VideoFrame() 602 WebRtc_UWord32 tmpHeight = _height; in SwapFrame() 607 _height = videoFrame._height; in SwapFrame() 612 videoFrame._height = tmpHeight; in SwapFrame() 661 _height = videoFrame._height; in CopyFrame() 673 _height = 0; in Free()
|
/external/opencv/otherlibs/highgui/ |
D | cvcap_socket.cpp | 87 virtual bool open(const char* _address, const char* _port, int _width, int _height); 105 bool CVCapture_Socket::open(const char* _address, const char* _port, int _width, int _height) in open() argument 116 height = _height; in open()
|
/external/pdfium/core/src/fxge/apple/ |
D | fx_quartz_device.cpp | 177 _height = FXSYS_round(r.size.height); in CFX_QuartzDeviceDriver() 187 _height = CGImageGetHeight(image); in CFX_QuartzDeviceDriver() 205 … CGContextConcatCTM(_context, CGAffineTransformMake(1, 0, 0, -1, offset_x, _height + offset_y)); in CFX_QuartzDeviceDriver() 231 return _height; in GetDeviceCaps() 527 if (height + pt.y > _height) { in GetDIBits() 528 height -= (height + pt.y - _height); in GetDIBits()
|
D | apple_int.h | 182 FX_INT32 _height; variable
|