/third_party/jsframework/runtime/main/page/ |
D | Image.ts | 25 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;
|
D | OffscreenCanvas.ts | 7 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/ |
D | paragraph.dart | 310 _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/ |
D | image.dart | 49 _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/ |
D | cpu.js | 44 surface._height = height; 64 var imageData = new ImageData(pixels, this._width, this._height);
|
/third_party/skia/experimental/wasm-skp-debugger/ |
D | cpu.js | 45 surface._height = height; 65 var imageData = new ImageData(pixels, this._width, this._height);
|
/third_party/skia/experimental/skottiekit/ |
D | cpu.js | 47 surface._height = height; 64 var imageData = new ImageData(pixels, this._width, this._height);
|
/third_party/flutter/skia/modules/canvaskit/ |
D | cpu.js | 47 surface._height = height; 64 var imageData = new ImageData(pixels, this._width, this._height);
|
/third_party/skia/modules/canvaskit/ |
D | cpu.js | 58 surface._height = height; 82 var imageData = new ImageData(pixels, this._width, this._height);
|
/third_party/gstreamer/gstplugins_bad/ext/onnx/ |
D | gstonnxclient.h | 55 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/ |
D | slivers_appbar_floating_test.dart | 249 RenderBigSliver(double height) : _height = height; 251 double get height => _height; 252 double _height; 254 if (value == _height) 256 _height = value;
|
D | slivers_appbar_pinned_test.dart | 338 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/ |
D | GLView.cpp | 294 BGLView::GetPreferredSize(float* _width, float* _height) in GetPreferredSize() argument 298 if (_height) in GetPreferredSize() 299 *_height = 0; in GetPreferredSize()
|
/third_party/ffmpeg/libavdevice/ |
D | decklink_enc.cpp | 53 …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/ |
D | memory.cpp | 178 _format(*format), _width(width), _height(height), _depth(depth), in image() 230 return _height; in height()
|
D | memory.hpp | 169 size_t _height; member in clover::image
|
/third_party/flutter/engine/flutter/lib/ui/ |
D | text.dart | 657 _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/ |
D | implicit_animations.dart | 1039 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/ |
D | hevcdsp.h | 71 … struct SAOParams *sao, int *borders, int _width, int _height, int c_idx,
|
D | hevcdsp_template.c | 357 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/ |
D | image_stream_test.dart | 29 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/ |
D | vktDrawCreateInfoUtil.cpp | 257 deUint32 _height, in FramebufferCreateInfo() argument 273 height = _height; in FramebufferCreateInfo()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
D | vktDrawCreateInfoUtil.cpp | 257 deUint32 _height, in FramebufferCreateInfo() argument 273 height = _height; in FramebufferCreateInfo()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/ |
D | katex.js | 7445 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/ |
D | anv_device.c | 4851 #define append_rate(_samples, _width, _height) \ in anv_GetPhysicalDeviceFragmentShadingRatesKHR() argument 4857 .height = _height, \ in anv_GetPhysicalDeviceFragmentShadingRatesKHR()
|