Searched refs:scal_s_height (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/third_party/libpng16/ |
D | pnginfo.h | 248 png_charp scal_s_height; /* string containing width */ member
|
D | pngget.c | 903 *height = png_fixed(png_ptr, atof(info_ptr->scal_s_height), in png_get_sCAL_fixed() 922 *height = atof(info_ptr->scal_s_height); in png_get_sCAL() 938 *height = info_ptr->scal_s_height; in png_get_sCAL_s()
|
D | pngset.c | 428 info_ptr->scal_s_height = png_voidcast(png_charp, in png_set_sCAL_s() 431 if (info_ptr->scal_s_height == NULL) in png_set_sCAL_s() 441 memcpy(info_ptr->scal_s_height, sheight, lengthh); in png_set_sCAL_s()
|
D | png.c | 500 png_free(png_ptr, info_ptr->scal_s_height); in png_free_data() 502 info_ptr->scal_s_height = 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 | 256 png_charp scal_s_height; /* string containing width */ member
|
D | pngget.c | 932 *height = png_fixed(png_ptr, atof(info_ptr->scal_s_height), in png_get_sCAL_fixed() 951 *height = atof(info_ptr->scal_s_height); in png_get_sCAL() 967 *height = info_ptr->scal_s_height; in png_get_sCAL_s()
|
D | pngset.c | 476 info_ptr->scal_s_height = png_voidcast(png_charp, in png_set_sCAL_s() 479 if (info_ptr->scal_s_height == NULL) in png_set_sCAL_s() 489 memcpy(info_ptr->scal_s_height, sheight, lengthh); in png_set_sCAL_s()
|
D | png.c | 521 png_free(png_ptr, info_ptr->scal_s_height); in png_free_data() 523 info_ptr->scal_s_height = NULL; in png_free_data()
|
D | pngwrite.c | 266 info_ptr->scal_s_width, info_ptr->scal_s_height); in png_write_info()
|