Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Side by Side Diff: third_party/libopenjpeg20/event.h

Issue 1416783002: Merge to M46: upgrade openjpeg to commit# cf352af (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@2490
Patch Set: Fix pdfium:168 since we are already half way there Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/libopenjpeg20/dwt.c ('k') | third_party/libopenjpeg20/function_list.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * The copyright in this software is being made available under the 2-clauses 2 * The copyright in this software is being made available under the 2-clauses
3 * BSD License, included below. This software may be subject to other third 3 * BSD License, included below. This software may be subject to other third
4 * party and contributor rights, including patent rights, and no such rights 4 * party and contributor rights, including patent rights, and no such rights
5 * are granted under this license. 5 * are granted under this license.
6 * 6 *
7 * Copyright (c) 2005, Herve Drolon, FreeImage Team 7 * Copyright (c) 2005, Herve Drolon, FreeImage Team
8 * Copyright (c) 2008, 2011-2012, Centre National d'Etudes Spatiales (CNES), FR 8 * Copyright (c) 2008, 2011-2012, Centre National d'Etudes Spatiales (CNES), FR
9 * Copyright (c) 2012, CS Systemes d'Information, France 9 * Copyright (c) 2012, CS Systemes d'Information, France
10 * All rights reserved. 10 * All rights reserved.
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 * @return Returns true if successful, returns false otherwise 88 * @return Returns true if successful, returns false otherwise
89 */ 89 */
90 OPJ_BOOL opj_event_msg(opj_event_mgr_t* event_mgr, OPJ_INT32 event_type, const c har *fmt, ...); 90 OPJ_BOOL opj_event_msg(opj_event_mgr_t* event_mgr, OPJ_INT32 event_type, const c har *fmt, ...);
91 /* ----------------------------------------------------------------------- */ 91 /* ----------------------------------------------------------------------- */
92 92
93 /** 93 /**
94 * Set the event manager with the default callback function for the 3 levels. 94 * Set the event manager with the default callback function for the 3 levels.
95 */ 95 */
96 void opj_set_default_event_handler(opj_event_mgr_t * p_manager); 96 void opj_set_default_event_handler(opj_event_mgr_t * p_manager);
97 97
98 /*
99 #ifdef __GNUC__
100 #pragma GCC poison printf fprintf
101 #endif
102 */
103
98 /*@}*/ 104 /*@}*/
99 105
100 /*@}*/ 106 /*@}*/
101 107
102 #endif /* __EVENT_H */ 108 #endif /* __EVENT_H */
OLDNEW
« no previous file with comments | « third_party/libopenjpeg20/dwt.c ('k') | third_party/libopenjpeg20/function_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698