| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
| H A D | LocaleData.java | 368 private int height; field in LocaleData.PaperSize
|
| /third_party/icu/icu4c/source/i18n/ |
| H A D | ulocdata.cpp | 245 ulocdata_getPaperSize(const char* localeID, int32_t *height, int32_t *width, UErrorCode *status){ in ulocdata_getPaperSize() argument
|
| /third_party/libuv/src/unix/ |
| H A D | tty.c | 338 int uv_tty_get_winsize(uv_tty_t* tty, int* width, int* height) { in uv_tty_get_winsize() argument
|
| /third_party/mesa3d/src/amd/addrlib/src/core/ |
| H A D | addrlib1.h | 381 HwlPadDimensions( AddrTileMode tileMode, UINT_32 bpp, ADDR_SURFACE_FLAGS flags, UINT_32 numSamples, ADDR_TILEINFO* pTileInfo, UINT_32 mipLevel, UINT_32* pPitch, UINT_32* pPitchAlign, UINT_32 height, UINT_32 heightAlign) const HwlPadDimensions() argument
|
| /third_party/libdrm/include/drm/ |
| H A D | qxl_drm.h | 122 __u32 height; member
|
| H A D | virtgpu_drm.h | 87 __u32 height; member
|
| /third_party/lame/frontend/ |
| H A D | gpkplotting.c | 105 gint16 width, height; in gpk_graph_draw() local 158 gint16 width, height; in gpk_rectangle_draw() local 198 gint16 width, height, x, y, barheight; gpk_bargraph_draw() local 310 gpk_plot_new(int width, int height) gpk_plot_new() argument 315 gtk_drawing_area_size(GTK_DRAWING_AREA(pixmapbox), width, height); gpk_plot_new() local [all...] |
| /third_party/mesa3d/src/freedreno/fdl/ |
| H A D | fd6_view.c | 167 uint32_t height = u_minify(layout->height0, args->base_miplevel); in fdl6_view_init() local [all...] |
| /third_party/mesa3d/src/egl/drivers/dri2/ |
| H A D | platform_android.h | 126 int height; member
|
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_meta.h | 152 uint32_t width, height; member
|
| H A D | radv_meta_copy_vrs_htile.c | 292 uint32_t height = DIV_ROUND_UP(extent->height, 8); in radv_copy_vrs_htile() local
|
| H A D | radv_meta_dcc_retile.c | 260 unsigned height = DIV_ROUND_UP(image->info.height, vk_format_get_blockheight(image->vk.format)); in radv_retile_dcc() local
|
| /third_party/mesa3d/src/broadcom/vulkan/ |
| H A D | v3dv_pass.c | 344 uint32_t width, height; in subpass_get_granularity() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/svga/ |
| H A D | svga_pipe_clear.c | 497 svga_blitter_clear_render_target(struct svga_context *svga, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height) svga_blitter_clear_render_target() argument 525 svga_clear_render_target(struct pipe_context *pipe, struct pipe_surface *dst, const union pipe_color_union *color, unsigned dstx, unsigned dsty, unsigned width, unsigned height, bool render_condition_enabled) svga_clear_render_target() argument [all...] |
| /third_party/mesa3d/src/gallium/frontends/clover/api/ |
| H A D | transfer.cpp | 107 size_t height = img.type() == CL_MEM_OBJECT_IMAGE1D_ARRAY ? img.array_size() : img.height(); in validate_object() local
|
| H A D | memory.cpp | 344 clCreateImage2D(cl_context d_ctx, cl_mem_flags d_flags, const cl_image_format *format, size_t width, size_t height, size_t row_pitch, void *host_ptr, cl_int *r_errcode) clCreateImage2D() argument 355 clCreateImage3D(cl_context d_ctx, cl_mem_flags d_flags, const cl_image_format *format, size_t width, size_t height, size_t depth, size_t row_pitch, size_t slice_pitch, void *host_ptr, cl_int *r_errcode) clCreateImage3D() argument
|
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_image.c | 82 bounds_check(int width, int height, int depth, in bounds_check() argument 214 unsigned width, height, depth; in sp_tgsi_load() local 297 unsigned width, height, depth; in sp_tgsi_store() local 147 get_dimensions(const struct pipe_image_view *iview, const struct softpipe_resource *spr, unsigned tgsi_tex_instr, enum pipe_format pformat, unsigned *width, unsigned *height, unsigned *depth) get_dimensions() argument 630 unsigned width, height, depth; sp_tgsi_op() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/virgl/tests/ |
| H A D | virgl_staging_mgr_test.cpp | 44 fake_resource_create(struct virgl_winsys *vws, enum pipe_texture_target target, const void *map_front_private, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t flags, uint32_t size) fake_resource_create() argument 318 failing_resource_create(struct virgl_winsys *vws, enum pipe_texture_target target, const void *map_front_private, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t flags, uint32_t size) failing_resource_create() argument
|
| /third_party/mesa3d/src/gallium/frontends/vdpau/ |
| H A D | decode.c | 42 vlVdpDecoderCreate(VdpDevice device, VdpDecoderProfile profile, uint32_t width, uint32_t height, uint32_t max_references, VdpDecoder *decoder) vlVdpDecoderCreate() argument 177 vlVdpDecoderGetParameters(VdpDecoder decoder, VdpDecoderProfile *profile, uint32_t *width, uint32_t *height) vlVdpDecoderGetParameters() argument
|
| /third_party/mesa3d/src/gallium/frontends/xa/ |
| H A D | xa_context.c | 344 xa_solid(struct xa_context *ctx, int x, int y, int width, int height) in xa_solid() argument 252 xa_copy(struct xa_context *ctx, int dx, int dy, int sx, int sy, int width, int height) xa_copy() argument
|
| /third_party/mesa3d/src/gallium/winsys/sw/kms-dri/ |
| H A D | kms_dri_sw_winsys.c | 71 unsigned height; member 130 get_plane(struct kms_sw_displaytarget *kms_sw_dt, enum pipe_format format, unsigned width, unsigned height, unsigned stride, unsigned offset) get_plane() argument 164 kms_sw_displaytarget_create(struct sw_winsys *ws, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, const void *front_private, unsigned *stride) kms_sw_displaytarget_create() argument 320 kms_sw_displaytarget_add_from_prime(struct kms_sw_winsys *kms_sw, int fd, enum pipe_format format, unsigned width, unsigned height, unsigned stride, unsigned offset) kms_sw_displaytarget_add_from_prime() argument [all...] |
| /third_party/mesa3d/src/gallium/winsys/sw/xlib/ |
| H A D | xlib_sw_winsys.c | 62 unsigned height; member 150 alloc_shm_ximage(struct xlib_displaytarget *xlib_dt, struct xlib_drawable *xmb, unsigned width, unsigned height) alloc_shm_ximage() argument 203 alloc_ximage(struct xlib_displaytarget *xlib_dt, struct xlib_drawable *xmb, unsigned width, unsigned height) alloc_ximage() argument 400 xlib_displaytarget_create(struct sw_winsys *winsys, unsigned tex_usage, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, const void *front_private, unsigned *stride) xlib_displaytarget_create() argument [all...] |
| /third_party/mesa3d/src/glx/ |
| H A D | dri2.c | 402 DRI2GetBuffers(Display * dpy, XID drawable, int *width, int *height, unsigned int *attachments, int count, int *outCount) DRI2GetBuffers() argument 461 DRI2GetBuffersWithFormat(Display * dpy, XID drawable, int *width, int *height, unsigned int *attachments, int count, int *outCount) DRI2GetBuffersWithFormat() argument
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| H A D | zink_kopper.h | 67 unsigned height; member
|
| /third_party/mesa3d/src/gallium/frontends/omx/ |
| H A D | vid_dec_common.h | 138 unsigned int height; member
|