/third_party/skia/experimental/wasm-skp-debugger/ |
H A D | cpu.js | 45 surface._height = height; 65 var imageData = new ImageData(pixels, this._width, this._height);
|
/third_party/ffmpeg/libavdevice/ |
H A D | decklink_enc.cpp | 53 _ctx(ctx), _avframe(avframe), _avpacket(NULL), _codec_id(codec_id), _ancillary(NULL), _height(height), _width(width), _refs(1) { } in decklink_frame() 55 _ctx(ctx), _avframe(NULL), _avpacket(avpacket), _codec_id(codec_id), _ancillary(NULL), _height(height), _width(width), _refs(1) { } in decklink_frame() 57 virtual long STDMETHODCALLTYPE GetHeight (void) { return _height; } in GetHeight() 132 int _height; member in decklink_frame
|
/third_party/mesa3d/src/hgl/ |
H A 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/mesa3d/src/gallium/frontends/clover/core/ |
H A D | memory.cpp | 178 _format(*format), _width(width), _height(height), _depth(depth), in image() 230 return _height; in height()
|
H A D | memory.hpp | 169 size_t _height; member in clover::image
|
/third_party/ffmpeg/libavcodec/ |
H A D | hevcdsp.h | 71 struct SAOParams *sao, int *borders, int _width, int _height, int c_idx,
|
H A D | hevcdsp_template.c | 357 int *borders, int _width, int _height, in sao_edge_restore_0() 366 int init_x = 0, width = _width, height = _height; in sao_edge_restore_0() 407 int *borders, int _width, int _height, in sao_edge_restore_1() 416 int init_x = 0, init_y = 0, width = _width, height = _height; in sao_edge_restore_1() 355 sao_edge_restore_0(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, ptrdiff_t stride_src, SAOParams *sao, int *borders, int _width, int _height, int c_idx, uint8_t *vert_edge, uint8_t *horiz_edge, uint8_t *diag_edge) sao_edge_restore_0() argument 405 sao_edge_restore_1(uint8_t *_dst, uint8_t *_src, ptrdiff_t stride_dst, ptrdiff_t stride_src, SAOParams *sao, int *borders, int _width, int _height, int c_idx, uint8_t *vert_edge, uint8_t *horiz_edge, uint8_t *diag_edge) sao_edge_restore_1() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktDrawCreateInfoUtil.cpp | 257 deUint32 _height, in FramebufferCreateInfo() 273 height = _height; in FramebufferCreateInfo() 254 FramebufferCreateInfo(vk::VkRenderPass _renderPass, const std::vector<vk::VkImageView>& atachments, deUint32 _width, deUint32 _height, deUint32 _layers) FramebufferCreateInfo() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktDrawCreateInfoUtil.cpp | 257 deUint32 _height, in FramebufferCreateInfo() 273 height = _height; in FramebufferCreateInfo() 254 FramebufferCreateInfo(vk::VkRenderPass _renderPass, const std::vector<vk::VkImageView>& atachments, deUint32 _width, deUint32 _height, deUint32 _layers) FramebufferCreateInfo() argument
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_device.c | 4851 #define append_rate(_samples, _width, _height) \ in anv_GetPhysicalDeviceFragmentShadingRatesKHR() 4857 .height = _height, \ in anv_GetPhysicalDeviceFragmentShadingRatesKHR()
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
H A D | stylo.hpp | [all...] |