Searched refs:_height (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
H A DShortcutsHelp.js59 height += this._sections[section]._height;
81 columnHeight += orderedSections[section]._height, section++) {
155 get _height()
/external/opencv/otherlibs/highgui/
H A Dcvcap_socket.cpp87 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) argument
116 height = _height;
/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h465 WebRtc_UWord32 Height() const {return _height;}
473 void SetHeight(const WebRtc_UWord32 height) {_height = height;}
494 WebRtc_UWord32 _height; member in class:webrtc::VideoFrame
506 _height(0),
564 WebRtc_UWord32 tmpHeight = _height;
569 _height = videoFrame._height;
574 videoFrame._height = tmpHeight;
623 _height = videoFrame._height;
[all...]
/external/qemu/
H A Dloadpng.c12 void *loadpng(const char *fn, unsigned *_width, unsigned *_height) argument
121 *_height = height;
151 void *readpng(const unsigned char *base, size_t size, unsigned *_width, unsigned *_height) argument
252 *_height = height;
/external/qemu/android/skin/
H A Dimage.c272 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/
H A Dmain-common.c213 void *readpng(const unsigned char* base, size_t size, unsigned *_width, unsigned *_height);

Completed in 176 milliseconds