Searched refs:_height (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/src/modules/interface/ |
D | module_common_types.h | 465 WebRtc_UWord32 Height() const {return _height;} in Height() 473 void SetHeight(const WebRtc_UWord32 height) {_height = height;} in SetHeight() 494 WebRtc_UWord32 _height; variable 506 _height(0), in VideoFrame() 564 WebRtc_UWord32 tmpHeight = _height; in SwapFrame() 569 _height = videoFrame._height; in SwapFrame() 574 videoFrame._height = tmpHeight; in SwapFrame() 623 _height = videoFrame._height; in CopyFrame() 635 _height = 0; in Free()
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | ShortcutsHelp.js | 59 height += this._sections[section]._height; 81 columnHeight += orderedSections[section]._height, section++) { 155 get _height() getter in WebInspector.ShortcutsSection
|
/external/qemu/ |
D | loadpng.c | 12 void *loadpng(const char *fn, unsigned *_width, unsigned *_height) in loadpng() argument 121 *_height = height; in loadpng() 151 void *readpng(const unsigned char *base, size_t size, unsigned *_width, unsigned *_height) in readpng() argument 252 *_height = height; in readpng()
|
/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/qemu/android/skin/ |
D | image.c | 272 extern void *loadpng(const char *fn, unsigned *_width, unsigned *_height); 273 extern void *readpng(const unsigned char* base, size_t size, unsigned *_width, unsigned *_height);
|
/external/qemu/android/ |
D | main-common.c | 213 void *readpng(const unsigned char* base, size_t size, unsigned *_width, unsigned *_height);
|
/external/chromium/chrome/common/extensions/docs/css/ |
D | ApiRefStyles.css | 626 _height:100%
|