/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
SidebarOverlay.js | 105 if (this._width === width) 110 this._width = width; 128 this._savedWidth = this._width; 132 WebInspector.settings[this._widthSettingName].set(this._width); 141 var width = this._width;
|
OverviewGrid.js | 453 this._width = parent.offsetWidth; 457 this._windowSelector.style.right = this._width - this._startPosition + "px"; 476 position = Math.max(0, Math.min(position, this._width)); 483 position = Math.max(0, Math.min(position, this._width)); 486 this._windowSelector.style.right = this._width - this._startPosition + "px"; 489 this._windowSelector.style.right = this._width - position + "px";
|
FlameChart.js | 145 this._width = mainPane._canvas.width - this.paddingLeft; 146 this._timeToPixel = this._width / this.boundarySpan();
|
TabbedPane.js | 794 return this._width; 803 this._width = width;
|
/packages/apps/Camera/jni/feature_mos/src/mosaic/ |
MosaicTypes.h | 78 MosaicFrame(int _width, int _height, bool allocate=true) 80 width = _width;
|
/packages/apps/Camera2/jni/feature_mos/src/mosaic/ |
MosaicTypes.h | 78 MosaicFrame(int _width, int _height, bool allocate=true) 80 width = _width;
|
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
MosaicTypes.h | 78 MosaicFrame(int _width, int _height, bool allocate=true) 80 width = _width;
|
/external/opencv/otherlibs/highgui/ |
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) 115 width = _width;
|
/external/webrtc/src/modules/interface/ |
module_common_types.h | 499 WebRtc_UWord32 Width() const {return _width;} 507 void SetWidth(const WebRtc_UWord32 width) {_width = width;} 531 WebRtc_UWord32 _width; member in class:webrtc::VideoFrame 543 _width(0), 601 WebRtc_UWord32 tmpWidth = _width; 606 _width = videoFrame._width; 611 videoFrame._width = tmpWidth; 660 _width = videoFrame._width; [all...] |
/external/qemu/ |
loadpng.c | 12 void *loadpng(const char *fn, unsigned *_width, unsigned *_height) 120 *_width = width; 151 void *readpng(const unsigned char *base, size_t size, unsigned *_width, unsigned *_height) 251 *_width = width;
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
bitmap.py | 50 self._width = width 63 return self._width 86 base = self._bpp * (y * self._width + x) 211 self._width = width
|
/external/chromium_org/gpu/command_buffer/common/ |
gles2_cmd_format_autogen.h | 946 GLenum _target, GLint _level, GLenum _internalformat, GLsizei _width, 953 width = _width; 963 GLsizei _width, GLsizei _height, GLint _border, GLsizei _imageSize, 967 _target, _level, _internalformat, _width, _height, _border, 1021 GLenum _target, GLint _level, GLenum _internalformat, GLsizei _width, 1027 width = _width; 1035 GLsizei _width, GLsizei _height, GLint _border, GLuint _bucket_id) { 1038 _target, _level, _internalformat, _width, _height, _border, [all...] |
/external/skia/gm/rebaseline_server/ |
imagediffdb.py | 102 (self._width, self._height) = diff_image.size 114 (self._width * self._height))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
generator.py | 357 _width = len(repr(sys.maxint-1)) 358 _fmt = '%%0%dd' % _width 354 _width = len(repr(sys.maxint-1)) variable
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
generator.py | 357 _width = len(repr(sys.maxint-1)) 358 _fmt = '%%0%dd' % _width 354 _width = len(repr(sys.maxint-1)) variable
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_disasm.c | 608 GLuint _vert_stride, GLuint _width, GLuint _horiz_stride) 614 err |= control (file, "width", width, _width, NULL); 622 GLuint _vert_stride, GLuint _width, GLuint _horiz_stride, 634 src_align1_region (file, _vert_stride, _width, _horiz_stride); 648 GLuint _width, 661 src_align1_region (file, _vert_stride, _width, _horiz_stride); [all...] |
/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_disasm.c | 608 GLuint _vert_stride, GLuint _width, GLuint _horiz_stride) 614 err |= control (file, "width", width, _width, NULL); 622 GLuint _vert_stride, GLuint _width, GLuint _horiz_stride, 634 src_align1_region (file, _vert_stride, _width, _horiz_stride); 648 GLuint _width, 661 src_align1_region (file, _vert_stride, _width, _horiz_stride); [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
pprint.py | 110 self._width = width 142 sepLines = _len(rep) > (self._width - 1 - indent - allowance)
|
argparse.py | 171 self._width = width 321 text_width = self._width - self._current_indent 481 text_width = self._width - self._current_indent 489 help_width = self._width - help_position [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
pprint.py | 110 self._width = width 142 sepLines = _len(rep) > (self._width - 1 - indent - allowance)
|
argparse.py | 171 self._width = width 321 text_width = self._width - self._current_indent 481 text_width = self._width - self._current_indent 489 help_width = self._width - help_position [all...] |
/external/chromium_org/third_party/WebKit/Source/web/resources/ |
calendarPicker.js | 1325 this._width = 0; [all...] |
/external/chromium_org/gpu/command_buffer/client/ |
gles2_implementation.h | 307 GLsizei _width, 316 width(_width),
|
/external/qemu/android/skin/ |
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/ |
main-common.c | 214 void *readpng(const unsigned char* base, size_t size, unsigned *_width, unsigned *_height); [all...] |