Home
last modified time | relevance | path

Searched defs:height (Results 2526 - 2550 of 4474) sorted by relevance

1...<<101102103104105106107108109110>>...179

/third_party/backends/backend/
H A Dpieusb.c774 double resolution, width, height; in sane_get_parameters() local
H A Dpint.c811 u_long x0, y0, width, height; in sane_get_parameters() local
/third_party/cups-filters/filter/foomatic-rip/
H A Dpostscript.c350 double width, height; in _print_ps() local
/third_party/cups-filters/cupsfilters/
H A Dimage.c115 cupsImageGetCol(cups_image_t *img, int x, int y, int height, cups_ib_t *pixels) cupsImageGetCol() argument
422 _cupsImagePutCol( cups_image_t *img, int x, int y, int height, const cups_ib_t *pixels) _cupsImagePutCol() argument
832 cupsImageCrop(cups_image_t* img,int posw,int posh,int width,int height) cupsImageCrop() argument
[all...]
/third_party/cups-filters/filter/
H A Durftopdf.cpp79 unsigned height; member
122 QPDFObjectHandle makeImage(QPDF &pdf, PointerHolder<Buffer> page_data, unsigned width, unsigned height, ColorSpace cs, unsigned bpc) in makeImage() argument
188 int add_pdf_page(struct pdf_info * info, int pagen, unsigned width, unsigned height, int bpp, unsigned dpi) in add_pdf_page() argument
272 uint32_t height; global() member
278 decode_raster(int fd, unsigned width, unsigned height, int bpp, struct pdf_info * info) decode_raster() argument
[all...]
/third_party/icu/icu4c/source/samples/layout/
H A Dpflow.c281 void pf_breakLines(pf_flow *flow, le_int32 width, le_int32 height) in pf_breakLines() argument
/third_party/NuttX/drivers/usbdev/gadget/
H A Dusbd_video.c824 uint32_t height = frame_height; in usb_format_yuv_semiplanar_420() local
/third_party/mesa3d/src/amd/addrlib/src/r800/
H A Degbaddrlib.cpp94 UINT_32 height = pIn->height; in DispatchComputeSurfaceInfo() local
1079 ComputeSurfaceMipLevelTileMode( AddrTileMode baseTileMode, UINT_32 bpp, UINT_32 pitch, UINT_32 height, UINT_32 numSlices, UINT_32 numSamples, UINT_32 pitchAlign, UINT_32 heightAlign, ADDR_TILEINFO* pTileInfo ) const ComputeSurfaceMipLevelTileMode() argument
[all...]
/third_party/lzma/CPP/Windows/Control/
H A DDialog.cpp222 bool CDialog::MoveItem(unsigned id, int x, int y, int width, int height, bool repaint) in MoveItem() argument
/third_party/mbedtls/library/
H A Dlms.c304 unsigned int height; in mbedtls_lms_verify() local
491 unsigned int height; in get_merkle_path() local
[all...]
/third_party/mesa3d/src/freedreno/computerator/
H A Da6xx.c316 unsigned height = sz >> 15; in cs_ibo_emit() local
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta_fast_clear.c482 uint32_t width, height; in radv_process_color_image_layer() local
609 uint32_t width, height; in radv_process_color_image() local
740 uint32_t width, height; radv_decompress_dcc_compute() local
[all...]
H A Dradv_meta_decompress.c404 uint32_t width, height; in radv_process_depth_image_layer() local
503 uint32_t height = radv_minify(image->info.height, subresourceRange->baseMipLevel + l); in radv_process_depth_stencil() local
548 uint32_t width, height; in radv_expand_depth_stencil_compute() local
[all...]
/third_party/mesa3d/src/broadcom/vulkan/
H A Dv3dv_image.c40 v3d_get_ub_pad(uint32_t cpp, uint32_t height) in v3d_get_ub_pad() argument
79 uint32_t height = image->vk.extent.height; in v3d_setup_slices() local
[all...]
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddrisw.c58 put_image(__DRIdrawable *dPriv, void *data, unsigned width, unsigned height) in put_image() argument
100 get_image(__DRIdrawable *dPriv, int x, int y, int width, int height, void *data) in get_image() argument
111 get_image2(__DRIdrawable *dPriv, int x, int y, int width, int height, in argument
69 put_image2(__DRIdrawable *dPriv, void *data, int x, int y, unsigned width, unsigned height, unsigned stride) put_image2() argument
81 put_image_shm(__DRIdrawable *dPriv, int shmid, char *shmaddr, unsigned offset, unsigned offset_x, int x, int y, unsigned width, unsigned height, unsigned stride) put_image_shm() argument
126 get_image_shm(__DRIdrawable *dPriv, int x, int y, int width, int height, struct pipe_resource *res) get_image_shm() argument
158 drisw_get_image(struct dri_drawable *drawable, int x, int y, unsigned width, unsigned height, unsigned stride, void *data) drisw_get_image() argument
170 drisw_put_image(struct dri_drawable *drawable, void *data, unsigned width, unsigned height) drisw_put_image() argument
179 drisw_put_image2(struct dri_drawable *drawable, void *data, int x, int y, unsigned width, unsigned height, unsigned stride) drisw_put_image2() argument
189 drisw_put_image_shm(struct dri_drawable *drawable, int shmid, char *shmaddr, unsigned offset, unsigned offset_x, int x, int y, unsigned width, unsigned height, unsigned stride) drisw_put_image_shm() argument
352 unsigned width, height; drisw_allocate_textures() local
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dnine_pipe.h81 fit_rect_format_inclusive(enum pipe_format format, RECT *rect, int width, int height) in fit_rect_format_inclusive() argument
815 nine_format_get_level_alloc_size(enum pipe_format format, unsigned width, unsigned height, unsigned level) nine_format_get_level_alloc_size() argument
837 nine_format_get_size_and_offsets(enum pipe_format format, unsigned *offsets, unsigned width, unsigned height, unsigned last_level) nine_format_get_size_and_offsets() argument
[all...]
H A Ddevice9ex.c68 NineDevice9Ex_SetConvolutionMonoKernel( UNUSED struct NineDevice9Ex *This, UNUSED UINT width, UNUSED UINT height, UNUSED float *rows, UNUSED float *columns ) NineDevice9Ex_SetConvolutionMonoKernel() argument
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Doutput.c47 vlVdpOutputSurfaceCreate(VdpDevice device, VdpRGBAFormat rgba_format, uint32_t width, uint32_t height, VdpOutputSurface *surface) vlVdpOutputSurfaceCreate() argument
175 vlVdpOutputSurfaceGetParameters(VdpOutputSurface surface, VdpRGBAFormat *rgba_format, uint32_t *width, uint32_t *height) vlVdpOutputSurfaceGetParameters() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/xa/
H A Dxa_composite.c546 xa_composite_rect(struct xa_context *ctx, int srcX, int srcY, int maskX, int maskY, int dstX, int dstY, int width, int height) xa_composite_rect() argument
/third_party/mesa3d/src/imgui/
H A Dimstb_rectpack.h182 int height; member
260 STBRP_DEF void stbrp_init_target(stbrp_context *context, int width, int height, stbrp_node *nodes, int num_nodes) in stbrp_init_target() argument
349 static stbrp__findresult stbrp__skyline_find_best_pos(stbrp_context *c, int width, int height) in stbrp__skyline_find_best_pos() argument
444 stbrp__skyline_pack_rectangle(stbrp_context *context, int width, int height) stbrp__skyline_pack_rectangle() argument
[all...]
/third_party/mesa3d/src/gallium/frontends/d3d10umd/
H A DOutputMerger.cpp774 unsigned width, height; in SetRenderTargets() local
H A DResource.cpp160 unsigned height; in subResourceBox() local
[all...]
/third_party/mesa3d/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_socket.c275 virgl_vtest_send_resource_create2(struct virgl_vtest_winsys *vws, uint32_t handle, enum pipe_texture_target target, 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 size, int *out_fd) virgl_vtest_send_resource_create2() argument
322 virgl_vtest_send_resource_create(struct virgl_vtest_winsys *vws, uint32_t handle, enum pipe_texture_target target, 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 size, int *out_fd) virgl_vtest_send_resource_create() argument
/third_party/mesa3d/src/hgl/
H A DGLView.cpp249 BGLView::FrameResized(float width, float height) in FrameResized() argument
/third_party/mesa3d/src/glx/
H A Dglx_pbuffer.c735 int i, width, height; in glXCreatePbuffer() local
574 CreatePbuffer(Display * dpy, struct glx_config *config, unsigned int width, unsigned int height, const int *attrib_list, GLboolean size_in_attribs) CreatePbuffer() argument
718 glXCreateGLXPbufferSGIX(Display * dpy, GLXFBConfigSGIX config, unsigned int width, unsigned int height, int *attrib_list) glXCreateGLXPbufferSGIX() argument
828 unsigned int width, height, bd, depth; glXQueryDrawable() local
[all...]

Completed in 25 milliseconds

1...<<101102103104105106107108109110>>...179