Home
last modified time | relevance | path

Searched refs:_height (Results 1 – 25 of 30) sorted by relevance

12

/third_party/jsframework/runtime/main/page/
DImage.ts25 private _height: number; property in Image
33 this._height = 0;
52 height: this._height,
55 this._height = data.height;
85 return this._height;
89 this._height = height;
DOffscreenCanvas.ts7 private _height: number; property in OffscreenCanvas
10 this._height = height;
14 height: this._height
38 return this._height;
42 this._height = height;
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/text/
Dparagraph.dart310 _height = height,
323 final double _height;
343 if (_strutStyle == null || _strutStyle._height == null) {
345 return _height;
349 return _strutStyle._height;
353 return math.max(_strutStyle._height, _height ?? 0.0);
372 _height == typedOther._height ||
379 ui.hashValues(_fontFamily, _fontSize, _height, _ellipsis, _locale);
392 'height: ${_height != null ? "${_height.toStringAsFixed(1)}x" : "unspecified"}, '
444 _height = height,
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Dimage.dart49 _height = height,
88 if (_width == null || _height == null)
109 double get height => _height;
110 double _height;
112 if (value == _height)
114 _height = value;
302 height: _height,
317 if (_width == null && _height == null)
331 if (_width == null && _height == null)
/third_party/flutter/skia/experimental/wasm-skp-debugger/
Dcpu.js44 surface._height = height;
64 var imageData = new ImageData(pixels, this._width, this._height);
/third_party/skia/experimental/wasm-skp-debugger/
Dcpu.js45 surface._height = height;
65 var imageData = new ImageData(pixels, this._width, this._height);
/third_party/skia/experimental/skottiekit/
Dcpu.js47 surface._height = height;
64 var imageData = new ImageData(pixels, this._width, this._height);
/third_party/flutter/skia/modules/canvaskit/
Dcpu.js47 surface._height = height;
64 var imageData = new ImageData(pixels, this._width, this._height);
/third_party/skia/modules/canvaskit/
Dcpu.js58 surface._height = height;
82 var imageData = new ImageData(pixels, this._width, this._height);
/third_party/gstreamer/gstplugins_bad/ext/onnx/
Dgstonnxclient.h55 float _height):label(lbl), in GstMlBoundingBox()
56 score(score), x0(_x0), y0(_y0), width(_width), height(_height) { in GstMlBoundingBox()
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dslivers_appbar_floating_test.dart249 RenderBigSliver(double height) : _height = height;
251 double get height => _height;
252 double _height;
254 if (value == _height)
256 _height = value;
Dslivers_appbar_pinned_test.dart338 RenderBigSliver(double height) : _height = height;
340 double get height => _height;
341 double _height;
343 if (value == _height)
345 _height = value;
/third_party/mesa3d/src/hgl/
DGLView.cpp294 BGLView::GetPreferredSize(float* _width, float* _height) in GetPreferredSize() argument
298 if (_height) in GetPreferredSize()
299 *_height = 0; in GetPreferredSize()
/third_party/ffmpeg/libavdevice/
Ddecklink_enc.cpp53 …vframe(avframe), _avpacket(NULL), _codec_id(codec_id), _ancillary(NULL), _height(height), _width(w… in decklink_frame()
55 …frame(NULL), _avpacket(avpacket), _codec_id(codec_id), _ancillary(NULL), _height(height), _width(w… in decklink_frame()
57 virtual long STDMETHODCALLTYPE GetHeight (void) { return _height; } in GetHeight()
132 int _height; member in decklink_frame
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dmemory.cpp178 _format(*format), _width(width), _height(height), _depth(depth), in image()
230 return _height; in height()
Dmemory.hpp169 size_t _height; member in clover::image
/third_party/flutter/engine/flutter/lib/ui/
Dtext.dart657 _height = height,
671 final double _height;
690 _height != typedOther._height ||
710 …ontFamily, _fontFamilyFallback, _fontSize, _letterSpacing, _wordSpacing, _height, _locale, _backgr…
732 …'height: ${ _encoded[0] & 0x02000 == 0x02000 ? "${_height}x" …
904 _height = height,
912 final double _height;
926 _height != typedOther._height ||
939 …int get hashCode => hashValues(hashList(_encoded), _fontFamily, _fontSize, _height, _ellipsis, _lo…
951 …'height: ${ _encoded[0] & 0x100 == 0x100 ? "${_height}x" : "unspecified…
[all …]
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dimplicit_animations.dart1039 Tween<double> _height;
1048 _height = visitor(_height, widget.height, (dynamic value) => Tween<double>(begin: value));
1060 height: _height?.evaluate(animation),
1072 description.add(ObjectFlagProperty<Tween<double>>.has('height', _height));
1173 Tween<double> _height;
1182 _height = visitor(_height, widget.height, (dynamic value) => Tween<double>(begin: value));
1196 height: _height?.evaluate(animation),
1208 description.add(ObjectFlagProperty<Tween<double>>.has('height', _height));
/third_party/ffmpeg/libavcodec/
Dhevcdsp.h71 … struct SAOParams *sao, int *borders, int _width, int _height, int c_idx,
Dhevcdsp_template.c357 int *borders, int _width, int _height, in FUNC()
366 int init_x = 0, width = _width, height = _height; in FUNC()
407 int *borders, int _width, int _height, in FUNC()
416 int init_x = 0, init_y = 0, width = _width, height = _height; in FUNC()
/third_party/flutter/flutter/packages/flutter/test/painting/
Dimage_stream_test.dart29 FakeImage(this._width, this._height);
32 final int _height;
38 int get height => _height;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawCreateInfoUtil.cpp257 deUint32 _height, in FramebufferCreateInfo() argument
273 height = _height; in FramebufferCreateInfo()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawCreateInfoUtil.cpp257 deUint32 _height, in FramebufferCreateInfo() argument
273 height = _height; in FramebufferCreateInfo()
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/
Dkatex.js7445 var _height;
7451 _height = 0.42;
7456 _height = 0.34;
7465 _height = [0, 0.24, 0.3, 0.3, 0.36, 0.42][imgIndex];
7470 _height = [0, 0.26, 0.286, 0.3, 0.306, 0.34][imgIndex];
7478 "height": _height + "em",
7485 height: _height
/third_party/mesa3d/src/intel/vulkan/
Danv_device.c4851 #define append_rate(_samples, _width, _height) \ in anv_GetPhysicalDeviceFragmentShadingRatesKHR() argument
4857 .height = _height, \ in anv_GetPhysicalDeviceFragmentShadingRatesKHR()

12