/[public]/psiconv/trunk/lib/psiconv/data.h
ViewVC logotype

Diff of /psiconv/trunk/lib/psiconv/data.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 41 Revision 42
315typedef struct psiconv_texted_f { 315typedef struct psiconv_texted_f {
316 psiconv_page_layout_section page_sec; 316 psiconv_page_layout_section page_sec;
317 psiconv_texted_section texted_sec; 317 psiconv_texted_section texted_sec;
318} *psiconv_texted_f; 318} *psiconv_texted_f;
319 319
320typedef psiconv_list psiconv_mbm_jumptable_section; /* of psiconv_u32 */ 320typedef psiconv_list psiconv_jumptable_section; /* of psiconv_u32 */
321 321
322/* Normalized values [0..1] for each component 322/* Normalized values [0..1] for each component
323 Origin is (x,y)=(0,0), to get pixel at (X,Y) use index [Y*xsize+X] */ 323 Origin is (x,y)=(0,0), to get pixel at (X,Y) use index [Y*xsize+X] */
324typedef struct psiconv_paint_data_section { 324typedef struct psiconv_paint_data_section {
325 psiconv_u32 xsize; 325 psiconv_u32 xsize;
461 (psiconv_word_status_section section); 461 (psiconv_word_status_section section);
462extern void psiconv_free_word_f(psiconv_word_f file); 462extern void psiconv_free_word_f(psiconv_word_f file);
463extern void psiconv_free_texted_f(psiconv_texted_f file); 463extern void psiconv_free_texted_f(psiconv_texted_f file);
464extern void psiconv_free_paint_data_section(psiconv_paint_data_section section); 464extern void psiconv_free_paint_data_section(psiconv_paint_data_section section);
465extern void psiconv_free_pictures(psiconv_pictures section); 465extern void psiconv_free_pictures(psiconv_pictures section);
466extern void psiconv_free_mbm_jumptable_section 466extern void psiconv_free_jumptable_section
467 (psiconv_mbm_jumptable_section section); 467 (psiconv_jumptable_section section);
468extern void psiconv_free_mbm_f(psiconv_mbm_f file); 468extern void psiconv_free_mbm_f(psiconv_mbm_f file);
469extern void psiconv_free_sketch_section(psiconv_sketch_section sec); 469extern void psiconv_free_sketch_section(psiconv_sketch_section sec);
470extern void psiconv_free_sketch_f(psiconv_sketch_f file); 470extern void psiconv_free_sketch_f(psiconv_sketch_f file);
471extern void psiconv_free_clipart_section(psiconv_clipart_section section); 471extern void psiconv_free_clipart_section(psiconv_clipart_section section);
472extern void psiconv_free_cliparts(psiconv_cliparts section); 472extern void psiconv_free_cliparts(psiconv_cliparts section);

Legend:
Removed from v.41  
changed lines
  Added in v.42

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26