/external/qemu/distrib/libpng-1.2.46/ |
D | pngget.c | 333 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) in png_get_pHYs_dpi() argument 351 if (unit_type != NULL) in png_get_pHYs_dpi() 353 *unit_type = (int)info_ptr->phys_unit_type; in png_get_pHYs_dpi() 355 if (*unit_type == 1) in png_get_pHYs_dpi() 618 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) in png_get_oFFs() argument 623 && offset_x != NULL && offset_y != NULL && unit_type != NULL) in png_get_oFFs() 627 *unit_type = (int)info_ptr->offset_unit_type; in png_get_oFFs() 698 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) in png_get_pHYs() argument 719 if (unit_type != NULL) in png_get_pHYs() 721 *unit_type = (int)info_ptr->phys_unit_type; in png_get_pHYs()
|
D | pngset.c | 274 png_int_32 offset_x, png_int_32 offset_y, int unit_type) in png_set_oFFs() argument 283 info_ptr->offset_unit_type = (png_byte)unit_type; in png_set_oFFs() 430 png_uint_32 res_x, png_uint_32 res_y, int unit_type) in png_set_pHYs() argument 439 info_ptr->phys_unit_type = (png_byte)unit_type; in png_set_pHYs()
|
D | pngwutil.c | 1542 int unit_type) in png_write_oFFs() argument 1551 if (unit_type >= PNG_OFFSET_LAST) in png_write_oFFs() 1556 buf[8] = (png_byte)unit_type; in png_write_oFFs() 1704 int unit_type) in png_write_pHYs() argument 1713 if (unit_type >= PNG_RESOLUTION_LAST) in png_write_pHYs() 1718 buf[8] = (png_byte)unit_type; in png_write_pHYs()
|
D | png.h | 2483 int *unit_type)); 2489 int unit_type)); 2506 png_infop info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)); 2511 png_infop info_ptr, png_uint_32 res_x, png_uint_32 res_y, int unit_type)); 3425 png_int_32 x_offset, png_int_32 y_offset, int unit_type)) PNG_PRIVATE; 3437 int unit_type)) PNG_PRIVATE; 3837 png_infop info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type));
|
D | pngrutil.c | 1591 int unit_type; in png_handle_pHYs() local 1623 unit_type = buf[8]; in png_handle_pHYs() 1624 png_set_pHYs(png_ptr, info_ptr, res_x, res_y, unit_type); in png_handle_pHYs() 1634 int unit_type; in png_handle_oFFs() local 1666 unit_type = buf[8]; in png_handle_oFFs() 1667 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, unit_type); in png_handle_oFFs()
|
/external/chromium_org/third_party/libpng/ |
D | pngget.c | 333 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) in png_get_pHYs_dpi() argument 351 if (unit_type != NULL) in png_get_pHYs_dpi() 353 *unit_type = (int)info_ptr->phys_unit_type; in png_get_pHYs_dpi() 355 if (*unit_type == 1) in png_get_pHYs_dpi() 618 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) in png_get_oFFs() argument 623 && offset_x != NULL && offset_y != NULL && unit_type != NULL) in png_get_oFFs() 627 *unit_type = (int)info_ptr->offset_unit_type; in png_get_oFFs() 698 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) in png_get_pHYs() argument 719 if (unit_type != NULL) in png_get_pHYs() 721 *unit_type = (int)info_ptr->phys_unit_type; in png_get_pHYs()
|
D | pngset.c | 274 png_int_32 offset_x, png_int_32 offset_y, int unit_type) in png_set_oFFs() argument 283 info_ptr->offset_unit_type = (png_byte)unit_type; in png_set_oFFs() 430 png_uint_32 res_x, png_uint_32 res_y, int unit_type) in png_set_pHYs() argument 439 info_ptr->phys_unit_type = (png_byte)unit_type; in png_set_pHYs()
|
D | pngwutil.c | 1542 int unit_type) in png_write_oFFs() argument 1551 if (unit_type >= PNG_OFFSET_LAST) in png_write_oFFs() 1556 buf[8] = (png_byte)unit_type; in png_write_oFFs() 1704 int unit_type) in png_write_pHYs() argument 1713 if (unit_type >= PNG_RESOLUTION_LAST) in png_write_pHYs() 1718 buf[8] = (png_byte)unit_type; in png_write_pHYs()
|
D | png.h | 2411 int *unit_type)); 2417 int unit_type)); 2434 png_infop info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type)); 2439 png_infop info_ptr, png_uint_32 res_x, png_uint_32 res_y, int unit_type)); 3341 png_int_32 x_offset, png_int_32 y_offset, int unit_type)) PNG_PRIVATE; 3353 int unit_type)) PNG_PRIVATE; 3748 png_infop info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type));
|
D | pngrutil.c | 1575 int unit_type; in png_handle_pHYs() local 1607 unit_type = buf[8]; in png_handle_pHYs() 1608 png_set_pHYs(png_ptr, info_ptr, res_x, res_y, unit_type); in png_handle_pHYs() 1618 int unit_type; in png_handle_oFFs() local 1650 unit_type = buf[8]; in png_handle_oFFs() 1651 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, unit_type); in png_handle_oFFs()
|
/external/libpng/ |
D | pngget.c | 392 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) in png_get_pHYs_dpi() argument 412 if (unit_type != NULL) in png_get_pHYs_dpi() 414 *unit_type = (int)info_ptr->phys_unit_type; in png_get_pHYs_dpi() 417 if (*unit_type == 1) in png_get_pHYs_dpi() 802 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type) in png_get_oFFs() argument 807 && offset_x != NULL && offset_y != NULL && unit_type != NULL) in png_get_oFFs() 811 *unit_type = (int)info_ptr->offset_unit_type; in png_get_oFFs() 908 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) in png_get_pHYs() argument 929 if (unit_type != NULL) in png_get_pHYs() 931 *unit_type = (int)info_ptr->phys_unit_type; in png_get_pHYs()
|
D | pngtest.c | 1176 int unit_type; in test_one_file() local 1179 &unit_type)) in test_one_file() 1181 png_set_oFFs(write_ptr, write_info_ptr, offset_x, offset_y, unit_type); in test_one_file() 1203 int unit_type; in test_one_file() local 1205 if (png_get_pHYs(read_ptr, read_info_ptr, &res_x, &res_y, &unit_type)) in test_one_file() 1206 png_set_pHYs(write_ptr, write_info_ptr, res_x, res_y, unit_type); in test_one_file()
|
D | pngset.c | 247 png_int_32 offset_x, png_int_32 offset_y, int unit_type) in png_set_oFFs() argument 256 info_ptr->offset_unit_type = (png_byte)unit_type; in png_set_oFFs() 487 png_uint_32 res_x, png_uint_32 res_y, int unit_type) in png_set_pHYs() argument 496 info_ptr->phys_unit_type = (png_byte)unit_type; in png_set_pHYs()
|
D | png.h | 2183 int *unit_type)); 2189 int unit_type)); 2208 int *unit_type)); 2213 png_inforp info_ptr, png_uint_32 res_x, png_uint_32 res_y, int unit_type)); 2559 int *unit_type));
|
D | pngwutil.c | 1774 int unit_type) in png_write_oFFs() argument 1780 if (unit_type >= PNG_OFFSET_LAST) in png_write_oFFs() 1785 buf[8] = (png_byte)unit_type; in png_write_oFFs() 1890 int unit_type) in png_write_pHYs() argument 1896 if (unit_type >= PNG_RESOLUTION_LAST) in png_write_pHYs() 1901 buf[8] = (png_byte)unit_type; in png_write_pHYs()
|
D | pngrutil.c | 2034 int unit_type; in png_handle_pHYs() local 2069 unit_type = buf[8]; in png_handle_pHYs() 2070 png_set_pHYs(png_ptr, info_ptr, res_x, res_y, unit_type); in png_handle_pHYs() 2080 int unit_type; in png_handle_oFFs() local 2115 unit_type = buf[8]; in png_handle_oFFs() 2116 png_set_oFFs(png_ptr, info_ptr, offset_x, offset_y, unit_type); in png_handle_oFFs()
|
D | pngpriv.h | 1109 png_int_32 x_offset, png_int_32 y_offset, int unit_type),PNG_EMPTY); 1121 int unit_type),PNG_EMPTY);
|
D | libpng-manual.txt | 1509 &unit_type); 1517 unit_type - PNG_OFFSET_PIXEL, PNG_OFFSET_MICROMETER 1520 &unit_type); 1528 unit_type - PNG_RESOLUTION_UNKNOWN, 3115 unit_type); 3123 unit_type - PNG_OFFSET_PIXEL, PNG_OFFSET_MICROMETER 3126 unit_type); 3134 unit_type - PNG_RESOLUTION_UNKNOWN,
|
/external/bluetooth/bluedroid/stack/avrc/ |
D | avrc_api.c | 602 msg.unit.unit_type = (*p_data & AVRC_SUBTYPE_MASK) >> AVRC_SUBTYPE_SHIFT; in avrc_msg_cback()
|
/external/bluetooth/bluedroid/stack/include/ |
D | avrc_defs.h | 772 UINT8 unit_type; /* Unit type. Uses the same values as subunit type. */ member
|