Home
last modified time | relevance | path

Searched refs:voidcast (Results 1 – 7 of 7) sorted by relevance

/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/libtests/
A Dtimepng.c42 # define voidcast(type, value) static_cast<type>(value) macro
44 # define voidcast(type, value) (value) macro
105 row = voidcast(png_bytep,malloc(rowbytes)); in read_by_row()
106 display = voidcast(png_bytep,malloc(rowbytes)); in read_by_row()
A Dpngstest.c65 # define voidcast(type, value) static_cast<type>(value) macro
69 # define voidcast(type, value) (value) macro
89 png_bytep bytes = voidcast(png_bytep, pv); in make_random_bytes()
815 png_const_bytep pp = voidcast(png_const_bytep, pb); in gp_g8()
824 png_const_bytep pp = voidcast(png_const_bytep, pb); in gp_ga8()
834 png_const_bytep pp = voidcast(png_const_bytep, pb); in gp_ag8()
844 png_const_bytep pp = voidcast(png_const_bytep, pb); in gp_rgb8()
856 png_const_bytep pp = voidcast(png_const_bytep, pb); in gp_bgr8()
868 png_const_bytep pp = voidcast(png_const_bytep, pb); in gp_rgba8()
880 png_const_bytep pp = voidcast(png_const_bytep, pb); in gp_bgra8()
[all …]
A Dpngunknown.c151 # define voidcast(type, value) static_cast<type>(value) macro
153 # define voidcast(type, value) (value) macro
518 display *d = voidcast(display*, png_get_user_chunk_ptr(pp)); in read_callback()
A Dpngvalid.c166 # define voidcast(type, value) static_cast<type>(value) macro
168 # define voidcast(type, value) (value) macro
273 png_bytep bytes = voidcast(png_bytep, pv); in make_random_bytes()
919 pb = voidcast(png_store_buffer*, malloc(sizeof *pb)); in store_storenew()
977 pf = voidcast(png_store_file*, malloc(sizeof *pf)); in store_storefile()
1175 image = voidcast(png_bytep, malloc(cb+2)); in store_ensure_image()
1285 png_store *ps = voidcast(png_store*, png_get_io_ptr(pp)); in store_write()
1704 png_store *ps = voidcast(png_store*, png_get_io_ptr(pp)); in store_read()
5399 standard_display *dp = voidcast(standard_display*, in standard_info()
5712 standard_display *dp = voidcast(standard_display*, in standard_end()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/tools/
A Dpngfix.c91 # define voidcast(type, value) static_cast<type>(value) macro
98 # define voidcast(type, value) (value) macro
451 png_bytep bytes = voidcast(png_bytep, pv); in make_random_bytes()
673 next = voidcast(IDAT_list*, malloc(IDAT_list_size(NULL, length))); in IDAT_list_extend()
3542 struct control *control = voidcast(struct control*, in get_control()
3550 struct control *control = voidcast(struct control*, file->alloc_ptr); in allocate()
A Dpngcp.c83 # define voidcast(type, value) static_cast<type>(value) macro
85 # define voidcast(type, value) (value) macro
312 # define VLSIZE(name) voidcast(png_byte,\
669 dp->text_ptr = voidcast(png_textp, malloc(dp->num_text * sizeof *chunks)); in text_stash()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/
A DCHANGES5254 Changed png_voidcast(), etc., to voidcast(), etc., in contrib/tools/pngfix.c

Completed in 61 milliseconds