Home
last modified time | relevance | path

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

/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/typescript/tests/arkTSTest/testcase/arkts-no-prototype-assignment/
Darkts-no-prototype-assignment-5-ok.ets19 private _height: number;
23 this._height = height;
35 return this._height;
39 this._height = value;
43 return this._width * this._height;
Darkts-no-prototype-assignment-5-error.ets23 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/
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/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/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/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/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()
/third_party/mesa3d/docs/gallium/
Dtgsi.rst933 dst.y = texture\_height(unit, lod)
/third_party/gstreamer/gst_libav/
DChangeLog5544 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/
Dstylo.hpp77263 RectTyped(F _x, F _y, F _width, F _height) : in RectTyped()
77264 Super(_x, _y, _width, _height) {} in RectTyped()