Lines Matching refs:fprintf
56 fprintf(condensed, "static const char g%sStrings[] = \n", typeName);
63 fprintf(condensed, "\t\"%s%s\"\n", name, zero);
65 fprintf(condensed, ";\n\nstatic const SkMemberInfo g%s", draw ? "Draw" : display ? "Display" : "");
66 fprintf(condensed, "%sInfo[] = {", typeName);
77 fprintf(condensed, "\n\t{%d, %d, %d, %d}", nameOffset, offset,
85 fprintf(condensed, "\n};\n\n");
146 fprintf(condensed, "#include \"SkTypes.h\"\n");
147 fprintf(condensed, "#ifdef SK_DEBUG\n");
150 fprintf(condensed, "#include \"SkTypes.h\"\n");
151 fprintf(condensed, "#ifdef SK_RELEASE\n");
154 fprintf(condensed, "// This file was automatically generated.\n");
155 fprintf(condensed, "// To change it, edit the file with the matching debug info.\n");
156 fprintf(condensed, "// Then execute SkDisplayType::BuildCondensedInfo() to "
181 fprintf(condensed, "static const SkMemberInfo* const gInfoTables[] = {");
200 fprintf(condensed, "\n\tg");
202 fprintf(condensed, "Draw");
204 fprintf(condensed, "Display");
205 fprintf(condensed, "%sInfo", scratch);
209 fprintf(condensed, "\n};\n\n");
211 fprintf(condensed, "static const unsigned char gInfoCounts[] = {\n\t");
220 fprintf(condensed, "\n\t");
221 fprintf(condensed, "%d",count);
224 fprintf(condensed, "\n};\n\n");
226 fprintf(condensed, "static const unsigned char gTypeIDs[] = {\n\t");
242 fprintf(condensed, "%d%c // %s\n\t", index,
245 fprintf(condensed, "\n};\n\n");
246 fprintf(condensed, "static const int kTypeIDs = %d;\n\n", typeIDCount);
248 fprintf(condensed, "static const char* const gInfoNames[] = {");
259 fprintf(condensed, "\n\tg");
267 fprintf(condensed, "%sStrings", scratch);
269 fprintf(condensed, "\n};\n\n");
270 fprintf(condensed, "#endif\n");