Searched refs:scal_s_height (Results 1 – 10 of 10) sorted by relevance
/external/libpng/ |
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 | 416 info_ptr->scal_s_height = png_voidcast(png_charp, in png_set_sCAL_s() 419 if (info_ptr->scal_s_height == NULL) in png_set_sCAL_s() 429 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/pdfium/samples/fx_lpng/lpng_v163/ |
D | pnginfo.h | 249 png_charp scal_s_height; /* string containing width */ member
|
D | fx_pngget.c | 861 *height = png_fixed(png_ptr, atof(info_ptr->scal_s_height), in png_get_sCAL_fixed() 880 *height = atof(info_ptr->scal_s_height); in png_get_sCAL() 896 *height = info_ptr->scal_s_height; in png_get_sCAL_s()
|
D | fx_pngset.c | 406 info_ptr->scal_s_height = png_voidcast(png_charp, in png_set_sCAL_s() 409 if (info_ptr->scal_s_height == NULL) in png_set_sCAL_s() 418 memcpy(info_ptr->scal_s_height, sheight, lengthh); in png_set_sCAL_s()
|
D | fx_png.c | 486 png_free(png_ptr, info_ptr->scal_s_height); in png_free_data() 488 info_ptr->scal_s_height = NULL; in png_free_data()
|
D | fx_pngwrite.c | 254 info_ptr->scal_s_width, info_ptr->scal_s_height); in png_write_info()
|