Searched refs:printf (Results 1 - 25 of 51) sorted by relevance

123

/inkscape/cxxtest/sample/mock/
H A Droll.cpp7 printf( "First roll: %u\n", dice.roll() );
8 printf( "Second roll: %u\n", dice.roll() );
/inkscape/src/libuemf/
H A Duemf_print.c31 #define IF_MEM_UNSAFE_PRINT_AND_RETURN(A,B,C) if(IS_MEM_UNSAFE(A,B,C)){printf(" record corruption HERE\n"); return; }
69 printf("%2.2X",*buf);
88 printf("{%u,%u,%u} ",color.Red,color.Green,color.Blue);
99 printf("{%u,%u,%u,%u} ",color.Blue,color.Green,color.Red,color.Reserved);
109 printf("{%d,%d,%d,%d} ",rect.left,rect.top,rect.right,rect.bottom);
119 printf("{%d,%d} ",sz.cx ,sz.cy);
129 printf("{%d,%d} ",pt.x ,pt.y);
141 printf("{%d,%d} ",pt.x ,pt.y);
152 tmp = lg.ignoreHi; printf("ignoreHi:%u ",tmp);
153 tmp = lg.intPart ; printf("intPar
[all...]
H A Dupmf_print.c57 if( Flags & U_PPF_P){ printf(" + Points(Relative):"); }
58 else if(Flags & U_PPF_C){ printf(" + Points(Int16):"); }
59 else { printf(" + Points(Float):"); }
61 printf(" %d:",i);
71 printf("DEBUG U_PMF_VARPOINTS_print residual:%d *contents:%p\n",residual,*contents);fflush(stdout);
73 printf("\n");
81 printf(" + Points:");
83 printf(" %d:",i);
86 printf("\n");
94 if(Elements == 1){ printf(" Rec
[all...]
H A Duwmf_print.c57 printf("Color:"); colorref_print(Color);
60 printf("Null");
63 printf("Pattern:(not shown)");
66 printf("DIBPattern:(not shown)");
70 printf("Hatch:0x%4.4X ", hatch);
84 printf("Height:%d ", *(int16_t *)(font + offsetof(U_FONT,Height )));
85 printf("Width:%d ", *(int16_t *)(font + offsetof(U_FONT,Width )));
86 printf("Escapement:%d ", *(int16_t *)(font + offsetof(U_FONT,Escapement )));
87 printf("Orientation:%d ", *(int16_t *)(font + offsetof(U_FONT,Orientation )));
88 printf("Weigh
[all...]
H A Duemf_utf.c75 printf("char show <NULL>\n");
78 printf("char show\n");
80 while(*src){ printf("%d %d %x\n",(int) srclen,*src,*src); srclen++; src++; }
92 printf("uint16_t show <NULL>\n");
95 printf("uint16_t show\n");
97 while(*src){ printf("%d %d %x\n",(int) srclen,*src,*src); srclen++; src++; }
108 printf("uint32_t show <NULL>\n");
111 printf("uint32_t show\n");
113 while(*src){ printf("%d %d %x\n",(int) srclen,*src,*src); srclen++; src++; }
126 printf("wchar_
[all...]
/inkscape/share/extensions/
H A Dgenpofiles.sh6 find share/extensions -name "*.inx" | sort | xargs -n 1 printf "[type: gettext/xml] %s\n"
/inkscape/src/io/
H A Dstreamtest.cpp27 printf("######### UriStream copy ############\n");
43 printf("######### OutputStreamWriter ############\n");
49 writer.printf("There are %f quick brown foxes in %d states\n", 123.45, 88);
56 printf("######### StdWriter ############\n");
61 writer.printf("There are %f quick brown foxes in %d states\n", 123.45, 88);
68 printf("######### Base64 Out ############\n");
81 printf("######### Base64 In ############\n");
99 printf("######### XSLT Sheet ############\n");
108 printf("######### XSLT Input ############\n");
118 printf("######### XSL
[all...]
H A Dinkjar.cpp142 std::printf("signature is %x\n", signature);
170 std::printf("CRC from file is %x\n", crc);
188 std::printf("Filename is %s\n", filename);
229 std::printf("Compressed size is %u\n", compressed_size);
230 std::printf("Filename length is %hu\n", filename_length);
231 std::printf("Extra field length is %hu\n", eflen);
232 std::printf("Flags are %#hx\n", flags);
233 std::printf("Compression method is %#hx\n", method);
318 std::printf("%u bytes written\n", out_a);
391 std::printf("decompressio
[all...]
H A Dgzipstream.cpp107 printf("inflateEnd: Some kind of problem: %d\n", zerr);
198 ////printf("val:%x\n", val);
200 ////printf("val:%x\n", val);
204 ////printf("val:%x\n", val);
240 //printf("srcCrc:%lx\n", srcCrc);
246 //printf("srcSiz:%lx/%ld\n", srcSiz, srcSiz);
252 //printf("%x %x\n", data[0], data[dataLen-1]);
267 printf("inflateInit2: Some kind of problem: %d\n", zerr);
289 //printf("crc:%lx\n", crc);
292 // printf("inflat
[all...]
/inkscape/
H A Ddelautogen.sh12 for d in `find -name .cvsignore -printf '%h '`; do
/inkscape/src/
H A Dregistrytool.cpp69 //printf("trimmed string: '%s'\n", keyName.c_str());
141 //printf("full:'%s' path:'%s' exe:'%s'\n",
189 printf("Test failed\n");
193 printf("Test succeeded\n");
199 printf("Test failed\n");
203 printf("Test succeeded\n");
H A Dmain-cmdlineact.cpp45 //printf("Doing: %s\n", _arg);
49 printf(_("Unable to find verb ID '%s' specified on the command line.\n"), _arg);
60 printf(_("Unable to find node ID: '%s'\n"), _arg);
H A Dcheck-header-compile.in4 # Probably requires gnu find (for -printf '%P\n').
38 -printf '%P\n'`
H A Dsp-item-notify-moveto.cpp12 #define return_if_fail(test) if (!(test)) { printf("WARNING: assertion '%s' failed", #test); return; }
H A Dproj_pt.h85 inline void print(char const *s) const { printf ("%s(%8.2f : %8.2f : %8.2f)\n", s, pt[0], pt[1], pt[2]); }
151 printf ("%s(%8.2f : %8.2f : %8.2f : %8.2f)\n", s, pt[0], pt[1], pt[2], pt[3]);
H A Dobject-hierarchy.cpp38 if (object == NULL) { printf("Assertion object != NULL failed\n"); return; }
88 if (object == NULL) { printf("assertion object != NULL failed\n"); return; }
H A Drdf.cpp861 //printf("missing XML '%s'\n",name);
928 printf("changing '%s' (%s) to '%s'\n",
954 printf("checking against '%s'\n",license->name);
972 printf("\texamining '%s' => '%s'\n", current->name(), attr);
981 printf("\t\t'%s' vs '%s'\n", current->name(), license->details[i].name);
982 printf("\t\t'%s' vs '%s'\n", attr, license->details[i].resource);
992 printf("\t\tgood!\n");
1002 printf("\t\tno '%s' element matched XML (bong)!\n",license->name);
1008 if (result) printf("\t\tall XML found matching elements!\n");
1015 printf("\
[all...]
H A Dsp-clippath.h107 printf("WARNING: Ignoring recursive clippath reference "
H A Dsp-mask.h101 printf("WARNING: Ignoring recursive mask reference "
/inkscape/src/extension/internal/
H A Dodf.cpp926 out.printf("matrix(%.3f %.3f %.3f %.3f %.3f %.3f)",
1125 outs.printf (" Generated by Inkscape: %s", ctime(&tim)); //ctime has its own <cr>
1146 outs.printf(" <manifest:file-entry manifest:media-type=\"");
1148 outs.printf("image/gif");
1150 outs.printf("image/png");
1152 outs.printf("image/jpeg");
1153 outs.printf("\" manifest:full-path=\"");
1155 outs.printf("\"/>\n");
1157 outs.printf("</manifest:manifest>\n");
1215 outs.printf (" Generate
[all...]
H A Dtext_reassemble.c805 if(FcPatternGetBool( fpat, FC_OUTLINE, 0, &fb)== FcResultMatch){ printf("outline: %d\n",fb);fflush(stdout); }
806 if(FcPatternGetBool( fpat, FC_SCALABLE, 0, &fb)== FcResultMatch){ printf("scalable: %d\n",fb);fflush(stdout); }
807 if(FcPatternGetDouble( fpat, FC_DPI, 0, &fd)== FcResultMatch){ printf("DPI: %f\n",fd);fflush(stdout); }
808 if(FcPatternGetInteger( fpat, FC_FONTVERSION, 0, &fb)== FcResultMatch){ printf("fontversion: %d\n",fb);fflush(stdout); }
809 if(FcPatternGetString( fpat, FC_FULLNAME , 0, (FcChar8 **)&fs)== FcResultMatch){ printf("FULLNAME : %s\n",fs);fflush(stdout); }
810 if(FcPatternGetString( fpat, FC_FAMILY , 0, (FcChar8 **)&fs)== FcResultMatch){ printf("FAMILY : %s\n",fs);fflush(stdout); }
811 if(FcPatternGetString( fpat, FC_STYLE , 0, (FcChar8 **)&fs)== FcResultMatch){ printf("STYLE : %s\n",fs);fflush(stdout); }
812 if(FcPatternGetString( fpat, FC_FOUNDRY , 0, (FcChar8 **)&fs)== FcResultMatch){ printf("FOUNDRY : %s\n",fs);fflush(stdout); }
813 if(FcPatternGetString( fpat, FC_FAMILYLANG , 0, (FcChar8 **)&fs)== FcResultMatch){ printf("FAMILYLANG : %s\n",fs);fflush(stdout); }
814 if(FcPatternGetString( fpat, FC_STYLELANG , 0, (FcChar8 **)&fs)== FcResultMatch){ printf("STYLELAN
[all...]
/inkscape/src/livarot/
H A DBitLigne.cpp172 for (int i=0;i<nbInt;i++) printf(" %.8x",fullB[i]);
173 printf("\n");
174 for (int i=0;i<nbInt;i++) printf(" %.8x",partB[i]);
175 printf("\n\n");
/inkscape/src/live_effects/
H A Dspiro.cpp671 printf("add_mat_line j=%d jj=%d jinc=%d nmat=%d joff=%d\n", j, jj, jinc, nmat, joff);
783 printf(" %2.4f", m[i].a[k]);
785 printf(": %2.4f\n", v[i]);
787 printf("---\n");
803 printf("s[%d].ks[%d] += %f\n", i, k, dk);
836 printf("%% norm = %g\n", norm);
1004 printf("%d %d %g %g\n", ORDER, n, (en - st) / n_iter, err);
1009 printf("n = %d: integ(%g %g %g %g) = %g %g, ch = %g, th = %g\n", n,
1011 printf("%d: %g %g\n", n, xy[0] - xynom[0], xy[1] - xynom[1]);
1024 printf("
[all...]
/inkscape/src/extension/internal/bitmap/
H A Dimagemagick.cpp161 printf("AHHHHHHHHH!!!!!");
218 printf("Caught exception: %s \n", error_.what());
/inkscape/src/trace/
H A Dquantize.cpp199 printf("width:%d weight:%lu rgb:%6x nleaf:%d mi:%lu\n",
211 for (int k = 0; k < indent; k++) printf(" ");//indentation
212 printf("[%d:%p] ", i, node->child[i]);
219 printf("<<octree>>\n");
220 if (node) printf("[r:%p] ", node); ocnodePrint(node, 2);
426 //printf("pruning down to %d colors:\n", ncolor);//debug
431 //printf("removals to go: %10d\t", n);//debug
432 //printf("current prune impact: %10lu\n", (*ref)->mi);//debug

Completed in 4233 milliseconds

123