mirror of
https://git.code.sf.net/p/zint/code
synced 2025-05-28 05:54:19 -04:00
raster/vector: revert to floats for performance, doubles ([2a19b8]) unnecessary
This commit is contained in:
parent
f4bb0cee0a
commit
121f89581b
4 changed files with 135 additions and 137 deletions
|
@ -40,7 +40,7 @@ extern "C" {
|
|||
INTERNAL int output_check_colour_options(struct zint_symbol *symbol);
|
||||
INTERNAL void output_set_whitespace_offsets(struct zint_symbol *symbol, int *xoffset, int *yoffset, int *roffset, int *boffset);
|
||||
INTERNAL int output_process_upcean(struct zint_symbol *symbol, int *p_main_width, int *p_comp_offset, unsigned char addon[6], int *p_addon_gap);
|
||||
INTERNAL double output_large_bar_height(struct zint_symbol *symbol);
|
||||
INTERNAL float output_large_bar_height(struct zint_symbol *symbol);
|
||||
INTERNAL void output_upcean_split_text(int upceanflag, unsigned char text[],
|
||||
unsigned char textpart1[], unsigned char textpart2[], unsigned char textpart3[], unsigned char textpart4[]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue