/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/typescript/tests/arkTSTest/testcase/arkts-no-prototype-assignment/ |
D | arkts-no-prototype-assignment-5-ok.ets | 19 private _height: number; 23 this._height = height; 35 return this._height; 39 this._height = value; 43 return this._width * this._height;
|
D | arkts-no-prototype-assignment-5-error.ets | 23 private _height: number; 27 this._height = height; 39 return this._height; 43 this._height = value; 47 return 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/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/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/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/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()
|
/third_party/mesa3d/docs/gallium/ |
D | tgsi.rst | 933 dst.y = texture\_height(unit, lod)
|
/third_party/gstreamer/gst_libav/ |
D | ChangeLog | 5544 avviddec: reset coded_width/_height before trying to open codec 5545 If coded_width/_height is supplied, the codec might use it as the
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 77263 RectTyped(F _x, F _y, F _width, F _height) : in RectTyped() 77264 Super(_x, _y, _width, _height) {} in RectTyped()
|