/third_party/skia/third_party/externals/libpng/ |
D | pnginfo.h | 106 png_charp iccp_name; /* profile name */ 218 png_charp pcal_purpose; /* pCAL chunk description string */ 221 png_charp pcal_units; /* Latin-1 string giving physical units */ 255 png_charp scal_s_width; /* string containing height */ 256 png_charp scal_s_height; /* string containing width */
|
D | pngset.c | 358 info_ptr->pcal_purpose = png_voidcast(png_charp, in png_set_pCAL() 380 info_ptr->pcal_units = png_voidcast(png_charp, in png_set_pCAL() 393 (size_t)(((unsigned int)nparams + 1) * (sizeof (png_charp))))); in png_set_pCAL() 403 (sizeof (png_charp))); in png_set_pCAL() 411 info_ptr->pcal_params[i] = (png_charp)png_malloc_warn(png_ptr, length); in png_set_pCAL() 460 info_ptr->scal_s_width = png_voidcast(png_charp, in png_set_sCAL_s() 476 info_ptr->scal_s_height = png_voidcast(png_charp, in png_set_sCAL_s() 692 png_charp new_iccp_name; in png_set_iCCP() 726 new_iccp_name = png_voidcast(png_charp, png_malloc_warn(png_ptr, length)); in png_set_iCCP() 902 textp->key = png_voidcast(png_charp,png_malloc_base(png_ptr, in png_set_text_2() [all …]
|
D | pngerror.c | 112 png_safecat(png_charp buffer, size_t bufsize, size_t pos, in png_safecat() 132 png_charp 133 png_format_number(png_const_charp start, png_charp end, int format, in png_format_number() 267 png_charp str; in png_warning_parameter_signed() 434 png_format_buffer(png_const_structrp png_ptr, png_charp buffer, png_const_charp in png_format_buffer()
|
D | pngrutil.c | 1807 new_palette.name = (png_charp)buffer; in png_handle_sPLT() 2339 nparams * (sizeof (png_charp)))); in png_handle_pCAL() 2354 for (params[i] = (png_charp)buf; buf <= endptr && *buf != 0; buf++) in png_handle_pCAL() 2366 png_set_pCAL(png_ptr, info_ptr, (png_charp)buffer, X0, X1, type, nparams, in png_handle_pCAL() 2367 (png_charp)units, params); in png_handle_pCAL() 2462 (png_charp)buffer+1, (png_charp)buffer+heighti); in png_handle_sCAL() 2519 png_charp key; in png_handle_tEXt() 2520 png_charp text; in png_handle_tEXt() 2571 key = (png_charp)buffer; in png_handle_tEXt() 2689 text.key = (png_charp)buffer; in png_handle_zTXt() [all …]
|
/third_party/flutter/skia/third_party/externals/libpng/ |
D | pnginfo.h | 106 png_charp iccp_name; /* profile name */ 218 png_charp pcal_purpose; /* pCAL chunk description string */ 221 png_charp pcal_units; /* Latin-1 string giving physical units */ 255 png_charp scal_s_width; /* string containing height */ 256 png_charp scal_s_height; /* string containing width */
|
D | pngset.c | 358 info_ptr->pcal_purpose = png_voidcast(png_charp, in png_set_pCAL() 380 info_ptr->pcal_units = png_voidcast(png_charp, in png_set_pCAL() 393 (size_t)(((unsigned int)nparams + 1) * (sizeof (png_charp))))); in png_set_pCAL() 403 (sizeof (png_charp))); in png_set_pCAL() 411 info_ptr->pcal_params[i] = (png_charp)png_malloc_warn(png_ptr, length); in png_set_pCAL() 460 info_ptr->scal_s_width = png_voidcast(png_charp, in png_set_sCAL_s() 476 info_ptr->scal_s_height = png_voidcast(png_charp, in png_set_sCAL_s() 692 png_charp new_iccp_name; in png_set_iCCP() 726 new_iccp_name = png_voidcast(png_charp, png_malloc_warn(png_ptr, length)); in png_set_iCCP() 902 textp->key = png_voidcast(png_charp,png_malloc_base(png_ptr, in png_set_text_2() [all …]
|
D | pngerror.c | 112 png_safecat(png_charp buffer, size_t bufsize, size_t pos, in png_safecat() 132 png_charp 133 png_format_number(png_const_charp start, png_charp end, int format, in png_format_number() 267 png_charp str; in png_warning_parameter_signed() 434 png_format_buffer(png_const_structrp png_ptr, png_charp buffer, png_const_charp in png_format_buffer()
|
D | pngrutil.c | 1807 new_palette.name = (png_charp)buffer; in png_handle_sPLT() 2339 nparams * (sizeof (png_charp)))); in png_handle_pCAL() 2354 for (params[i] = (png_charp)buf; buf <= endptr && *buf != 0; buf++) in png_handle_pCAL() 2366 png_set_pCAL(png_ptr, info_ptr, (png_charp)buffer, X0, X1, type, nparams, in png_handle_pCAL() 2367 (png_charp)units, params); in png_handle_pCAL() 2462 (png_charp)buffer+1, (png_charp)buffer+heighti); in png_handle_sCAL() 2519 png_charp key; in png_handle_tEXt() 2520 png_charp text; in png_handle_tEXt() 2571 key = (png_charp)buffer; in png_handle_tEXt() 2689 text.key = (png_charp)buffer; in png_handle_zTXt() [all …]
|
/third_party/libpng/ |
D | pnginfo.h | 106 png_charp iccp_name; /* profile name */ 218 png_charp pcal_purpose; /* pCAL chunk description string */ 221 png_charp pcal_units; /* Latin-1 string giving physical units */ 255 png_charp scal_s_width; /* string containing height */ 256 png_charp scal_s_height; /* string containing width */
|
D | pngset.c | 358 info_ptr->pcal_purpose = png_voidcast(png_charp, in png_set_pCAL() 380 info_ptr->pcal_units = png_voidcast(png_charp, in png_set_pCAL() 393 (size_t)(((unsigned int)nparams + 1) * (sizeof (png_charp))))); in png_set_pCAL() 403 (sizeof (png_charp))); in png_set_pCAL() 411 info_ptr->pcal_params[i] = (png_charp)png_malloc_warn(png_ptr, length); in png_set_pCAL() 460 info_ptr->scal_s_width = png_voidcast(png_charp, in png_set_sCAL_s() 476 info_ptr->scal_s_height = png_voidcast(png_charp, in png_set_sCAL_s() 692 png_charp new_iccp_name; in png_set_iCCP() 726 new_iccp_name = png_voidcast(png_charp, png_malloc_warn(png_ptr, length)); in png_set_iCCP() 902 textp->key = png_voidcast(png_charp,png_malloc_base(png_ptr, in png_set_text_2() [all …]
|
D | pngerror.c | 112 png_safecat(png_charp buffer, size_t bufsize, size_t pos, in png_safecat() 132 png_charp 133 png_format_number(png_const_charp start, png_charp end, int format, in png_format_number() 267 png_charp str; in png_warning_parameter_signed() 434 png_format_buffer(png_const_structrp png_ptr, png_charp buffer, png_const_charp in png_format_buffer()
|
D | pngrutil.c | 1807 new_palette.name = (png_charp)buffer; in png_handle_sPLT() 2339 nparams * (sizeof (png_charp)))); in png_handle_pCAL() 2354 for (params[i] = (png_charp)buf; buf <= endptr && *buf != 0; buf++) in png_handle_pCAL() 2366 png_set_pCAL(png_ptr, info_ptr, (png_charp)buffer, X0, X1, type, nparams, in png_handle_pCAL() 2367 (png_charp)units, params); in png_handle_pCAL() 2462 (png_charp)buffer+1, (png_charp)buffer+heighti); in png_handle_sCAL() 2519 png_charp key; in png_handle_tEXt() 2520 png_charp text; in png_handle_tEXt() 2571 key = (png_charp)buffer; in png_handle_tEXt() 2689 text.key = (png_charp)buffer; in png_handle_zTXt() [all …]
|
/third_party/boost/boost/gil/extension/io/png/detail/ |
D | reader_backend.hpp | 253 png_charp icc_name = png_charp( nullptr ); in read_header() 264 png_charp icc_name = png_charp( NULL ); in read_header() 265 png_charp profile = png_charp( NULL ); in read_header() 379 png_charp purpose = png_charp ( nullptr ); in read_header() 380 png_charp units = png_charp ( nullptr ); in read_header() 488 png_charp scale_width = nullptr; in read_header() 489 png_charp scale_height = nullptr; in read_header()
|
D | writer_backend.hpp | 178 , const_cast< png_charp >( _info._icc_name.c_str() ) in write_header() 186 , const_cast< png_charp >( _info._icc_name.c_str() ) in write_header() 188 , const_cast< png_charp >( & (_info._profile.front()) ) in write_header() 247 , const_cast< png_charp >( _info._purpose.c_str() ) in write_header() 252 , const_cast< png_charp >( _info._units.c_str() ) in write_header() 304 , const_cast< png_charp >( this->_info._scale_width.c_str() ) in write_header() 305 , const_cast< png_charp >( this->_info._scale_height.c_str() ) in write_header() 320 pt.key = const_cast< png_charp >( this->_info._text[i]._key.c_str() ); in write_header() 321 pt.text = const_cast< png_charp >( this->_info._text[i]._text.c_str() ); in write_header()
|
/third_party/flutter/skia/third_party/externals/libpng/contrib/libtests/ |
D | makepng.c | 176 png_charp parameters[1]; 1098 load_fake(png_charp param, png_bytepp profile) in load_fake() 1247 clear_text(png_text *text, png_charp keyword) in clear_text() 1260 png_charp param) in set_text() 1269 text->text = (png_charp)file; in set_text() 1282 text->text = (png_charp)data; in set_text() 1365 bval(png_const_structrp png_ptr, png_charp param, unsigned int maxval) in bval() 1423 find_parameters(png_const_charp what, png_charp param, png_charp *list, in find_parameters() 1466 nparams * sizeof (png_charp)); in make_insert() 1485 find_insert(png_const_charp what, png_charp param) in find_insert() [all …]
|
/third_party/skia/third_party/externals/libpng/contrib/libtests/ |
D | makepng.c | 176 png_charp parameters[1]; 1098 load_fake(png_charp param, png_bytepp profile) in load_fake() 1247 clear_text(png_text *text, png_charp keyword) in clear_text() 1260 png_charp param) in set_text() 1269 text->text = (png_charp)file; in set_text() 1282 text->text = (png_charp)data; in set_text() 1365 bval(png_const_structrp png_ptr, png_charp param, unsigned int maxval) in bval() 1423 find_parameters(png_const_charp what, png_charp param, png_charp *list, in find_parameters() 1466 nparams * sizeof (png_charp)); in make_insert() 1485 find_insert(png_const_charp what, png_charp param) in find_insert() [all …]
|
/third_party/libpng/contrib/libtests/ |
D | makepng.c | 176 png_charp parameters[1]; 1098 load_fake(png_charp param, png_bytepp profile) in load_fake() 1247 clear_text(png_text *text, png_charp keyword) in clear_text() 1260 png_charp param) in set_text() 1269 text->text = (png_charp)file; in set_text() 1282 text->text = (png_charp)data; in set_text() 1365 bval(png_const_structrp png_ptr, png_charp param, unsigned int maxval) in bval() 1423 find_parameters(png_const_charp what, png_charp param, png_charp *list, in find_parameters() 1466 nparams * sizeof (png_charp)); in make_insert() 1485 find_insert(png_const_charp what, png_charp param) in find_insert() [all …]
|
/third_party/flutter/skia/tools/ |
D | HashAndEncode.cpp | 118 text[0].key = (png_charp)"Author"; in writePngTo() 119 text[0].text = (png_charp)"DM unified Rec.2020"; in writePngTo() 121 text[1].key = (png_charp)"Description"; in writePngTo() 122 text[1].text = (png_charp)description.c_str(); in writePngTo()
|
/third_party/skia/tools/ |
D | HashAndEncode.cpp | 142 text[0].key = (png_charp)"Author"; in encodePNG() 143 text[0].text = (png_charp)"DM unified Rec.2020"; in encodePNG() 145 text[1].key = (png_charp)"Description"; in encodePNG() 146 text[1].text = (png_charp)description.c_str(); in encodePNG()
|
/third_party/flutter/skia/src/images/ |
D | SkPngEncoder.cpp | 225 png_texts[i].key = (png_charp)keyword; in setHeader() 226 png_texts[i].text = (png_charp)text; in setHeader() 335 png_charp iccPtr = (png_charp) icc->writable_data(); in set_icc()
|
/third_party/skia/src/images/ |
D | SkPngEncoder.cpp | 226 png_texts[i].key = (png_charp)keyword; in setHeader() 227 png_texts[i].text = (png_charp)text; in setHeader() 360 png_charp iccPtr = (png_charp) icc->writable_data(); in set_icc()
|
/third_party/flutter/skia/third_party/externals/libwebp/imageio/ |
D | pngdec.c | 197 png_charp name; in ExtractMetadataFromPNG() 202 png_charp profile; in ExtractMetadataFromPNG()
|
/third_party/skia/third_party/externals/libwebp/imageio/ |
D | pngdec.c | 197 png_charp name; in ExtractMetadataFromPNG() 202 png_charp profile; in ExtractMetadataFromPNG()
|
/third_party/skia/third_party/externals/libpng/contrib/examples/ |
D | iccfrompng.c | 67 png_charp name; in extract()
|
/third_party/libpng/contrib/examples/ |
D | iccfrompng.c | 67 png_charp name; in extract()
|