Searched refs:scal_s_width (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/third_party/libpng16/ |
D | pnginfo.h | 247 png_charp scal_s_width; /* string containing height */ member
|
D | pngset.c | 412 info_ptr->scal_s_width = png_voidcast(png_charp, in png_set_sCAL_s() 415 if (info_ptr->scal_s_width == NULL) in png_set_sCAL_s() 422 memcpy(info_ptr->scal_s_width, swidth, lengthw); in png_set_sCAL_s() 433 png_free (png_ptr, info_ptr->scal_s_width); in png_set_sCAL_s() 434 info_ptr->scal_s_width = NULL; in png_set_sCAL_s()
|
D | pngget.c | 902 *width = png_fixed(png_ptr, atof(info_ptr->scal_s_width), "sCAL width"); in png_get_sCAL_fixed() 921 *width = atof(info_ptr->scal_s_width); in png_get_sCAL() 937 *width = info_ptr->scal_s_width; in png_get_sCAL_s()
|
D | png.c | 499 png_free(png_ptr, info_ptr->scal_s_width); in png_free_data() 501 info_ptr->scal_s_width = NULL; in png_free_data()
|
D | pngwrite.c | 261 info_ptr->scal_s_width, info_ptr->scal_s_height); in png_write_info()
|
/external/libpng/ |
D | pnginfo.h | 255 png_charp scal_s_width; /* string containing height */ member
|
D | pngset.c | 460 info_ptr->scal_s_width = png_voidcast(png_charp, in png_set_sCAL_s() 463 if (info_ptr->scal_s_width == NULL) in png_set_sCAL_s() 470 memcpy(info_ptr->scal_s_width, swidth, lengthw); in png_set_sCAL_s() 481 png_free (png_ptr, info_ptr->scal_s_width); in png_set_sCAL_s() 482 info_ptr->scal_s_width = NULL; in png_set_sCAL_s()
|
D | pngget.c | 931 *width = png_fixed(png_ptr, atof(info_ptr->scal_s_width), "sCAL width"); in png_get_sCAL_fixed() 950 *width = atof(info_ptr->scal_s_width); in png_get_sCAL() 966 *width = info_ptr->scal_s_width; in png_get_sCAL_s()
|
D | png.c | 520 png_free(png_ptr, info_ptr->scal_s_width); in png_free_data() 522 info_ptr->scal_s_width = NULL; in png_free_data()
|
D | pngwrite.c | 266 info_ptr->scal_s_width, info_ptr->scal_s_height); in png_write_info()
|