Home
last modified time | relevance | path

Searched refs:fz_warn (Results 1 – 25 of 97) sorted by relevance

1234

/dports/graphics/mupdf/mupdf-1.18.0-source/source/fitz/
H A Dfilter-flate.c55 fz_warn(ctx, "premature end of data in flate filter"); in next_flated()
60 fz_warn(ctx, "ignoring zlib error: %s", zp->msg); in next_flated()
65 fz_warn(ctx, "ignoring zlib error: %s", zp->msg); in next_flated()
94 fz_warn(ctx, "zlib error: inflateEnd: %s", state->z.msg); in close_flated()
H A Dload-jbig2.c51 fz_warn(state->ctx, "luratech jbig2 info: %s", msg); in jbig2_message()
55 fz_warn(state->ctx, "luratech jbig2 warning: %s", msg); in jbig2_message()
58 fz_warn(state->ctx, "luratech jbig2 error: %s", msg); in jbig2_message()
61 fz_warn(state->ctx, "luratech jbig2 message: %s", msg); in jbig2_message()
88 fz_warn(state->ctx, "row %lu outside of image", row); in jbig2_write()
255 fz_warn(ctx, "jbig2dec error: %s (segment %u)", msg, seg_idx); in error_callback()
257 fz_warn(ctx, "jbig2dec warning: %s (segment %u)", msg, seg_idx); in error_callback()
260 fz_warn(ctx, "jbig2dec info: %s (segment %u)", msg, seg_idx); in error_callback()
262 fz_warn(ctx, "jbig2dec debug: %s (segment %u)", msg, seg_idx); in error_callback()
H A Dfilter-jbig2.c76 fz_warn(state->ctx, "luratech jbig2 info: %s", msg); in jbig2_message()
80 fz_warn(state->ctx, "luratech jbig2 warning: %s", msg); in jbig2_message()
83 fz_warn(state->ctx, "luratech jbig2 error: %s", msg); in jbig2_message()
86 fz_warn(state->ctx, "luratech jbig2 message: %s", msg); in jbig2_message()
124 fz_warn(state->ctx, "row %lu outside of image", row); in jbig2_write()
346 fz_warn(ctx, "jbig2dec error: %s (segment %u)", msg, seg_idx); in error_callback()
348 fz_warn(ctx, "jbig2dec warning: %s (segment %u)", msg, seg_idx); in error_callback()
351 fz_warn(ctx, "jbig2dec info: %s (segment %u)", msg, seg_idx); in error_callback()
353 fz_warn(ctx, "jbig2dec debug: %s (segment %u)", msg, seg_idx); in error_callback()
H A Ddraw-rasterize.c56 fz_warn(ctx, "Only the Any-part-of-a-pixel rasterizer was compiled in"); in fz_set_rasterizer_text_aa_level()
58 fz_warn(ctx, "Only the Centre-of-a-pixel rasterizer was compiled in"); in fz_set_rasterizer_text_aa_level()
60 fz_warn(ctx, "Only the %d bit anti-aliasing rasterizer was compiled in", fz_aa_bits); in fz_set_rasterizer_text_aa_level()
85 fz_warn(ctx, "Only the Any-part-of-a-pixel rasterizer was compiled in"); in fz_set_rasterizer_graphics_aa_level()
87 fz_warn(ctx, "Only the Centre-of-a-pixel rasterizer was compiled in"); in fz_set_rasterizer_graphics_aa_level()
89 fz_warn(ctx, "Only the %d bit anti-aliasing rasterizer was compiled in", fz_aa_bits); in fz_set_rasterizer_graphics_aa_level()
H A Dfilter-lzw.c98 fz_warn(ctx, "missing clear code in lzw decode"); in next_lzwd()
118 fz_warn(ctx, "tolerating a single out of range code in lzw decode"); in next_lzwd()
123 fz_warn(ctx, "out of range code encountered in lzw decode"); in next_lzwd()
136 fz_warn(ctx, "out of range code encountered in lzw decode"); in next_lzwd()
210 fz_warn(ctx, "out of range initial lzw code size"); in fz_open_lzwd()
H A Dfont.c607 fz_warn(ctx, "FT_Done_Library(): %s", ft_error_string(fterr)); in fz_keep_freetype()
627 fz_warn(ctx, "FT_Done_Library(): %s", ft_error_string(fterr)); in fz_drop_freetype()
1083 fz_warn(ctx, "FT_Stroker_New(): %s", ft_error_string(fterr)); in do_render_ft_stroked_glyph()
1104 fz_warn(ctx, "FT_Get_Glyph(): %s", ft_error_string(fterr)); in do_render_ft_stroked_glyph()
1112 fz_warn(ctx, "FT_Glyph_Stroke(): %s", ft_error_string(fterr)); in do_render_ft_stroked_glyph()
1123 fz_warn(ctx, "FT_Glyph_To_Bitmap(): %s", ft_error_string(fterr)); in do_render_ft_stroked_glyph()
1344 fz_warn(ctx, "freetype cannot decompose outline"); in fz_outline_ft_glyph()
1522 fz_warn(ctx, "type3 glyph claims to be both masked and colored"); in fz_render_t3_glyph_pixmap()
1528 fz_warn(ctx, "colored type3 glyph wanted in masked context"); in fz_render_t3_glyph_pixmap()
1532 fz_warn(ctx, "type3 glyph doesn't specify masked or colored"); in fz_render_t3_glyph_pixmap()
[all …]
H A Dload-bmp.c258 fz_warn(ctx, "premature end of padding in absolute code in bmp image"); in bmp_decompress_rle24()
603 fz_warn(ctx, "premature end in bitmap data in bmp image"); in bmp_read_bitmap()
771 fz_warn(ctx, "ignoring linked color profile in bmp image"); in bmp_read_color_profile()
776 fz_warn(ctx, "ignoring windows color profile in bmp image"); in bmp_read_color_profile()
786 fz_warn(ctx, "ignoring truncated color profile in bmp image"); in bmp_read_color_profile()
802 fz_warn(ctx, "ignoring color profile with unknown type in bmp image"); in bmp_read_color_profile()
872 fz_warn(ctx, "color table too short; loading default palette"); in bmp_load_default_palette()
1156 fz_warn(ctx, "premature end in jpeg image embedded in bmp image"); in bmp_read_image()
1162 fz_warn(ctx, "premature end in png image embedded in bmp image"); in bmp_read_image()
1238 fz_warn(ctx, "treating invalid next subimage offset as end of file"); in fz_load_bmp_subimage()
[all …]
H A Dload-png.c288 fz_warn(ctx, "too many samples in palette"); in png_read_plte()
319 fz_warn(ctx, "too many samples in transparency table"); in png_read_trns()
348 fz_warn(ctx, "invalid ICC profile name"); in png_read_icc()
372 fz_warn(ctx, "ignoring embedded ICC profile in PNG"); in png_read_icc()
497 fz_warn(ctx, "missing pixel data in png image; possibly truncated"); in png_read_image()
500 fz_warn(ctx, "missing IEND chunk in png image; possibly truncated"); in png_read_image()
541 fz_warn(ctx, "embedded ICC profile does not match PNG colorspace"); in png_read_image()
H A Dload-jpx.c305fz_warn(ctx, "jpx file (%lu) and dict colorspace (%d, %s) do not match", nchans, defcs->n, defcs->… in jpx_read_image()
328 fz_warn(ctx, "ignoring embedded ICC profile in JPX"); in jpx_read_image()
332 fz_warn(ctx, "invalid number of components in ICC profile, ignoring ICC profile in JPX"); in jpx_read_image()
640 fz_warn(ctx, "openjpeg error: %s", buf); in fz_opj_error_callback()
652 fz_warn(ctx, "openjpeg warning: %s", buf); in fz_opj_warning_callback()
939 fz_warn(ctx, "jpx file and dict colorspace do not match"); in jpx_read_image()
956 fz_warn(ctx, "ignoring embedded ICC profile in JPX"); in jpx_read_image()
960 fz_warn(ctx, "invalid number of components in ICC profile, ignoring ICC profile in JPX"); in jpx_read_image()
H A Dstream-read.c164 fz_warn(ctx, "cannot seek backwards"); in fz_seek()
170 fz_warn(ctx, "seek failed"); in fz_seek()
176 fz_warn(ctx, "cannot seek"); in fz_seek()
H A Derror.c94 void fz_warn(fz_context *ctx, const char *fmt, ...) in fz_warn() function
145 fz_warn(ctx, "clobbering previous error code and message (throw in always block?)"); in throw()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/pdf/
H A Dpdf-repair.c155 fz_warn(ctx, "cannot find endstream token, falling back to scanning"); in pdf_repair_obj()
182 fz_warn(ctx, "object missing 'endobj' token"); in pdf_repair_obj()
229 fz_warn(ctx, "ignoring object with invalid object number (%d %d R)", n, i); in pdf_repair_obj_stm()
234 fz_warn(ctx, "ignoring object with invalid object number (%d %d R)", n, i); in pdf_repair_obj_stm()
327 fz_warn(ctx, "repairing PDF document"); in pdf_repair_xref()
380 fz_warn(ctx, "skipping ahead to next token"); in pdf_repair_xref()
433 fz_warn(ctx, "cannot parse object (%d %d R) - ignoring rest of file", num, gen); in pdf_repair_xref()
439 fz_warn(ctx, "ignoring object with invalid object number (%d %d R)", num, gen); in pdf_repair_xref()
706 fz_warn(ctx, "ignoring broken object stream (%d 0 R)", i); in pdf_repair_obj_stms()
H A Dpdf-parse.c89 fz_warn(ctx, "invalid date format (missing year)"); in pdf_to_date()
97 fz_warn(ctx, "invalid date (year out of range)"); in pdf_to_date()
129 fz_warn(ctx, "invalid date (a field is out of range)"); in pdf_to_date()
154 fz_warn(ctx, "invalid date format (time zone out of range)"); in pdf_to_date()
159 fz_warn(ctx, "invalid date format (time zone out of range)"); in pdf_to_date()
164 fz_warn(ctx, "invalid date format (garbage at end)"); in pdf_to_date()
169 fz_warn(ctx, "date overflow error"); in pdf_to_date()
669 fz_warn(ctx, "invalid indirect reference in dict"); in pdf_parse_dict()
825 fz_warn(ctx, "line feed missing after stream begin marker (%d %d R)", num, gen); in pdf_parse_ind_obj()
837 fz_warn(ctx, "expected 'endobj' or 'stream' keyword (%d %d R)", num, gen); in pdf_parse_ind_obj()
H A Dpdf-function.c667 fz_warn(ctx, "foreign operator in calculator function"); in ps_run()
673 fz_warn(ctx, "foreign object in calculator function"); in ps_run()
917 fz_warn(ctx, "too many sample function dimension sizes"); in load_sample_func()
923 fz_warn(ctx, "non-positive sample function dimension size"); in load_sample_func()
941 fz_warn(ctx, "wrong number of sample function input mappings"); in load_sample_func()
1115 fz_warn(ctx, "exponential functions have at most one input"); in load_exponential_func()
1210 fz_warn(ctx, "stitching functions have at most one input"); in load_stitching_func()
1237 fz_warn(ctx, "wrong number of inputs for sub function %d", i); in load_stitching_func()
1258 fz_warn(ctx, "too many subfunction boundaries"); in load_stitching_func()
1457 fz_warn(ctx, "wrong number of function inputs"); in pdf_load_function()
[all …]
H A Dpdf-font.c256 fz_warn(ctx, "FT_Get_Advance(%d): %s", gid, ft_error_string(fterr)); in ft_width()
444 fz_warn(ctx, "unknown cid collection: %s", collection); in pdf_load_system_font()
668 fz_warn(ctx, "workaround for S22PDF lying about chinese font encodings"); in pdf_load_simple_font()
699 fz_warn(ctx, "freetype could not set cmap: %s", ft_error_string(fterr)); in pdf_load_simple_font()
702 fz_warn(ctx, "freetype could not find any cmaps"); in pdf_load_simple_font()
876 fz_warn(ctx, "cannot load ToUnicode CMap"); in pdf_load_simple_font()
1079 fz_warn(ctx, "ignoring unknown CIDToGIDMap entry"); in load_cid_font()
1111 fz_warn(ctx, "non-embedded font using identity encoding: %s", basefont); in load_cid_font()
1392 fz_warn(ctx, "unknown font format, guessing type3."); in pdf_load_font()
1398 fz_warn(ctx, "unknown font format, guessing type0."); in pdf_load_font()
[all …]
H A Dpdf-xobject.c62 fz_warn(ctx, "Ignoring XObject blending colorspace."); in pdf_xobject_colorspace()
66 fz_warn(ctx, "Ignoring invalid XObject blending colorspace: %s.", colorspace->name); in pdf_xobject_colorspace()
H A Dpdf-colorspace.c29 fz_warn(ctx, "ignoring broken ICC Alternate colorspace"); in load_icc_based()
44 fz_warn(ctx, "ICC colorspace N=%d does not match profile N=%d (ignoring profile)", n, cs->n); in load_icc_based()
50 fz_warn(ctx, "ICC colorspace N=%d does not match profile N=%d (using profile)", n, cs->n); in load_icc_based()
58 fz_warn(ctx, "ignoring broken ICC profile"); in load_icc_based()
496 fz_warn(ctx, "Attempt to read Output Intent failed"); in pdf_load_output_intent()
H A Dpdf-cmap-parse.c29 fz_warn(ctx, "expected name after CMapName in cmap"); in pdf_parse_cmap_name()
42 fz_warn(ctx, "expected integer after WMode in cmap"); in pdf_parse_wmode()
201 fz_warn(ctx, "bf_range limits out of range in cmap %s", cmap->cmap_name); in pdf_parse_bf_range()
H A Dpdf-shade.c219 fz_warn(ctx, "Too few vertices per row (%d)", shade->u.m.vprow); in pdf_load_mesh_params()
226 fz_warn(ctx, "Invalid number of bits per flag (%d)", shade->u.m.bpflag); in pdf_load_mesh_params()
234 fz_warn(ctx, "Invalid number of bits per coordinate (%d)", shade->u.m.bpcoord); in pdf_load_mesh_params()
241 fz_warn(ctx, "Invalid number of bits per component (%d)", shade->u.m.bpcomp); in pdf_load_mesh_params()
451 fz_warn(ctx, "shading with alpha not supported"); in pdf_load_shading()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/xps/
H A Dxps-glyphs.c123 fz_warn(ctx, "insufficient data for font deobfuscation"); in xps_deobfuscate_font_resource()
140 fz_warn(ctx, "cannot extract GUID from obfuscated font part name"); in xps_deobfuscate_font_resource()
186 fz_warn(ctx, "cannot find a suitable cmap"); in xps_select_best_font_encoding()
237 fz_warn(ctx, "cannot find font resource part '%s'", partname); in xps_lookup_font()
261 fz_warn(ctx, "cannot load font resource '%s'", partname); in xps_lookup_font()
376 fz_warn(ctx, "glyphs element with neither characters nor indices"); in xps_parse_glyphs_imp()
572 fz_warn(ctx, "missing attributes in glyphs element"); in xps_parse_glyphs()
H A Dxps-common.c51 fz_warn(ctx, "unknown brush tag"); in xps_parse_brush()
293 fz_warn(ctx, "cannot find icc profile uri in '%s'", string); in xps_parse_color()
301 fz_warn(ctx, "cannot find component values in '%s'", profile); in xps_parse_color()
309 fz_warn(ctx, "ignoring %d color components (max %d allowed)", n - FZ_MAX_COLORS, FZ_MAX_COLORS); in xps_parse_color()
H A Dxps-image.c110 fz_warn(ctx, "cannot find image source"); in xps_parse_image_brush()
124 fz_warn(ctx, "cannot decode image resource"); in xps_parse_image_brush()
H A Dxps-tile.c132fz_warn(ctx, "not drawing tile for viewport size %.4f x %.4f", viewport.x1 - viewport.x0, viewport… in xps_parse_tiling_brush()
134fz_warn(ctx, "not drawing tile for viewbox size %.4f x %.4f", viewbox.x1 - viewbox.x0, viewbox.y1 … in xps_parse_tiling_brush()
282 fz_warn(ctx, "ignoring follow-up resource dictionaries"); in xps_parse_canvas()
363 fz_warn(ctx, "ignoring follow-up resource dictionaries"); in xps_parse_fixed_page()
/dports/graphics/mupdf/mupdf-1.18.0-source/include/mupdf/fitz/
H A Dstream.h322 fz_warn(ctx, "read error; treating as end of file"); in fz_available()
356 fz_warn(ctx, "read error; treating as end of file"); in fz_read_byte()
390 fz_warn(ctx, "read error; treating as end of file"); in fz_peek_byte()
/dports/graphics/mupdf/mupdf-1.18.0-source/source/tools/
H A Dpdfinfo.c266 fz_warn(ctx, "not a font dict (%d 0 R)", pdf_to_num(ctx, fontdict)); in gatherfonts()
318 fz_warn(ctx, "not an image dict (%d 0 R)", pdf_to_num(ctx, imagedict)); in gatherimages()
388 fz_warn(ctx, "not a xobject dict (%d 0 R)", pdf_to_num(ctx, xobjdict)); in gatherforms()
438 fz_warn(ctx, "not a xobject dict (%d 0 R)", pdf_to_num(ctx, xobjdict)); in gatherpsobjs()
479 fz_warn(ctx, "not a shading dict (%d 0 R)", pdf_to_num(ctx, shade)); in gathershadings()
486 fz_warn(ctx, "not a shading type (%d 0 R)", pdf_to_num(ctx, shade)); in gathershadings()
525 fz_warn(ctx, "not a pattern dict (%d 0 R)", pdf_to_num(ctx, patterndict)); in gatherpatterns()
532 fz_warn(ctx, "not a pattern type (%d 0 R)", pdf_to_num(ctx, patterndict)); in gatherpatterns()
541 fz_warn(ctx, "not a pattern paint type (%d 0 R)", pdf_to_num(ctx, patterndict)); in gatherpatterns()
548 fz_warn(ctx, "not a pattern tiling type (%d 0 R)", pdf_to_num(ctx, patterndict)); in gatherpatterns()

1234