Home
last modified time | relevance | path

Searched refs:_width (Results 1 – 25 of 51) sorted by relevance

123

/external/jackson-core/src/test/java/perf/
DMediaItem.java80 private int _width; field in MediaItem.Photo
89 _width = w; in Photo()
96 public int getWidth() { return _width; } in getWidth()
102 public void setWidth(int w) { _width = w; } in setWidth()
111 gen.writeNumberField("width", _width); in write()
126 private int _width; field in MediaItem.Content
144 gen.writeNumberField("width", _width); in write()
185 public int getWidth() { return _width; } in getWidth()
197 public void setWidth(int w) { _width = w; } in setWidth()
/external/jackson-databind/src/test/java/perf/
DMediaItem.java50 private int _width; field in MediaItem.Photo
59 _width = w; in Photo()
66 public int getWidth() { return _width; } in getWidth()
72 public void setWidth(int w) { _width = w; } in setWidth()
84 private int _width; field in MediaItem.Content
105 public int getWidth() { return _width; } in getWidth()
117 public void setWidth(int w) { _width = w; } in setWidth()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/testutil/
DMediaItem.java50 private int _width; field in MediaItem.Photo
59 _width = w; in Photo()
66 public int getWidth() { return _width; } in getWidth()
72 public void setWidth(int w) { _width = w; } in setWidth()
84 private int _width; field in MediaItem.Content
105 public int getWidth() { return _width; } in getWidth()
117 public void setWidth(int w) { _width = w; } in setWidth()
/external/ImageMagick/Magick++/lib/
DGeometry.cpp71 : _width(0), in Geometry()
86 : _width(0), in Geometry()
102 : _width(geometry_._width), in Geometry()
117 : _width(0), in Geometry()
134 : _width(width_), in Geometry()
163 _width=geometry_._width; in operator =()
223 _width=width_val; in operator =()
278 if (_width) in operator std::string()
280 FormatLocaleString(buffer,MagickPathExtent,"%.20g",(double) _width); in operator std::string()
399 _width=width_; in width()
[all …]
DDrawable.cpp490 _width(width_), in DrawableCompositeImage()
503 _width(width_), in DrawableCompositeImage()
515 _width(width_), in DrawableCompositeImage()
527 _width(width_), in DrawableCompositeImage()
538 _width(0), in DrawableCompositeImage()
542 _width=_image->columns(); in DrawableCompositeImage()
551 _width(0), in DrawableCompositeImage()
555 _width=_image->columns(); in DrawableCompositeImage()
565 _width(original_._width), in DrawableCompositeImage()
584 _width = original_._width; in operator =()
[all …]
/external/fonttools/Lib/fontTools/pens/
Dt2CharStringPen.py25 self._width = width
58 if self._width is not None:
60 program.insert(0, otRound(self._width))
/external/webrtc/sdk/objc/components/renderer/metal/
DRTCMTLI420Renderer.mm82 int _width;
122 if (!_descriptor || _width != frame.width || _height != frame.height) {
123 _width = frame.width;
126 width:_width
134 [_yTexture replaceRegion:MTLRegionMake2D(0, 0, _width, _height)
/external/mesa3d/src/intel/compiler/
Dbrw_disasm.c877 unsigned _vert_stride, unsigned _width, in src_align1_region() argument
884 err |= control(file, "width", width, _width, NULL); in src_align1_region()
896 unsigned _vert_stride, unsigned _width, unsigned _horiz_stride, in src_da1() argument
916 src_align1_region(file, _vert_stride, _width, _horiz_stride); in src_da1()
930 unsigned _horiz_stride, unsigned _width, unsigned _vert_stride) in src_ia1() argument
947 src_align1_region(file, _vert_stride, _width, _horiz_stride); in src_ia1()
1107 enum brw_width _width; in src0_3src() local
1146 _width = implied_width(_vert_stride, _horiz_stride); in src0_3src()
1155 _width = BRW_WIDTH_1; in src0_3src()
1159 _width = BRW_WIDTH_4; in src0_3src()
[all …]
/external/skia/experimental/wasm-skp-debugger/
Dcpu.js44 surface._width = width;
65 var imageData = new ImageData(pixels, this._width, this._height);
/external/skqp/experimental/canvaskit/
Dcpu.js46 surface._width = width;
64 var imageData = new ImageData(pixels, this._width, this._height);
/external/skia/experimental/skottiekit/
Dcpu.js46 surface._width = width;
64 var imageData = new ImageData(pixels, this._width, this._height);
/external/skia/modules/canvaskit/
Dcpu.js57 surface._width = width;
81 var imageData = new ImageData(pixels, this._width, this._height);
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/
Dstar-underscore-hacks.css4 _width: 2em;
Dstar-underscore-hacks.css.min1 #elementarr{width:1px;*width:3pt;_width:2em}
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/tests/yui/out/
Dstar-underscore-hacks.out1 #elementarr{width:1px;*width:3pt;_width:2em}
Dstar-underscore-hacks.out.b1 #elementarr{width:1px;*width:3pt;_width:2em}
/external/kernel-headers/original/uapi/linux/
Dv4l2-dv-timings.h25 #define V4L2_INIT_BT_TIMINGS(_width, args...) \ argument
26 { .bt = { _width , ## args } }
28 #define V4L2_INIT_BT_TIMINGS(_width, args...) \ argument
29 .bt = { _width , ## args }
/external/igt-gpu-tools/tests/i915/
Dgem_read_read_speed.c125 static void run(drm_intel_bufmgr *bufmgr, int _width, int _height, in run() argument
133 width = _width; in run()
/external/mesa3d/src/hgl/
DGLView.cpp304 BGLView::GetPreferredSize(float* _width, float* _height) in GetPreferredSize() argument
306 if (_width) in GetPreferredSize()
307 *_width = 0; in GetPreferredSize()
/external/skia/modules/canvaskit/npm_build/
Dtextapi_utils.js253 _width: width, property
265 return this._width;
287 this._cursor.setPath(lines_indices_to_path(this._lines, a, b, this._width));
369 this._lines = CanvasKit.ParagraphBuilder.ShapeText(this._text, blocks, this._width);
/external/skia/demos.skia.org/demos/textedit/
Dtextapi_utils.js243 _width: width, property
255 return this._width;
277 this._cursor.setPath(lines_indices_to_path(this._lines, a, b, this._width));
345 this._lines = CanvasKit.ParagraphBuilder.ShapeText(this._text, blocks, this._width);
/external/python/cpython3/Lib/
Dpprint.py139 self._width = width
171 max_width = self._width - indent - allowance
266 max_width1 = max_width = self._width - indent
318 for rep in _wrap_bytes_repr(object, self._width - indent, allowance):
396 width = max_width = self._width - indent + 1
/external/mesa3d/src/gallium/frontends/clover/core/
Dmemory.cpp161 _format(*format), _width(width), _height(height), _depth(depth), in image()
205 return _width; in width()
/external/webrtc/sdk/objc/base/
DRTCVideoEncoderSettings.m16 @synthesize width = _width;
/external/python/cpython2/Lib/email/
Dgenerator.py353 _width = len(repr(sys.maxint-1)) variable
354 _fmt = '%%0%dd' % _width

123