Searched refs:SkDebugf (Results 1 - 25 of 665) sorted by relevance

1234567891011>>

/external/skia/src/core/
H A DSkFuzzLogging.h18 #define SkFUZZF(args) SkDebugf("SkFUZZ: "); SkDebugf args
H A DSkDebug.cpp12 SkDebugf("%s", data);
/external/skqp/src/core/
H A DSkFuzzLogging.h18 #define SkFUZZF(args) SkDebugf("SkFUZZ: "); SkDebugf args
H A DSkDebug.cpp12 SkDebugf("%s", data);
/external/skia/src/utils/win/
H A DSkHRESULT.cpp15 SkDebugf("%s\n", msg);
17 SkDebugf("%s(%lu) : error 0x%x: ", file, line, hr);
32 SkDebugf("<unknown>\n");
34 SkDebugf("%s", errorText);
/external/skqp/src/utils/win/
H A DSkHRESULT.cpp15 SkDebugf("%s\n", msg);
17 SkDebugf("%s(%lu) : error 0x%x: ", file, line, hr);
32 SkDebugf("<unknown>\n");
34 SkDebugf("%s", errorText);
/external/skia/tools/
H A Dskpinfo.cpp39 SkDebugf("Missing input file\n");
47 SkDebugf("Couldn't open file\n");
60 SkDebugf("Version: %d\n", info.getVersion());
63 SkDebugf("Cull Rect: %f,%f,%f,%f\n",
88 SkDebugf("truncated file\n");
100 SkDebugf("SK_PICT_READER_TAG %d\n", chunkSize);
105 SkDebugf("SK_PICT_FACTORY_TAG %d\n", chunkSize);
110 SkDebugf("SK_PICT_TYPEFACE_TAG %d\n", chunkSize);
118 SkDebugf("File corruption in SkFontDescriptor\n");
130 SkDebugf("SK_PICT_PICTURE_TA
[all...]
H A Dimgslice.cpp41 SkDebugf("Channel (--rgb) must be between 0 and 3 (inclusive) - value is %d.\n",
49 SkDebugf("Only one of '-c' or '-r' can be specified at at time.\n");
56 SkDebugf("At least one of '-c' or '-r' need to be specified.\n");
64 SkDebugf("Couldn't open file: %s\n", FLAGS_image[0]);
72 SkDebugf("Couldn't create image for: %s.\n", FLAGS_image[0]);
80 SkDebugf("Couldn't create bitmap for: %s.\n", FLAGS_image[0]);
101 SkDebugf("header");
104 SkDebugf(", %d", i);
108 SkDebugf(", %d", i);
111 SkDebugf("\
[all...]
H A Dimgblur.cpp34 SkDebugf("Sigma must be greater than zero (it is %f).\n", FLAGS_sigma);
42 SkDebugf("Couldn't open file: %s\n", FLAGS_in[0]);
50 SkDebugf("Couldn't create image for: %s.\n", FLAGS_in[0]);
58 SkDebugf("Couldn't create bitmap for: %s.\n", FLAGS_in[0]);
67 SkDebugf("Couldn't write to file: %s\n", FLAGS_out[0]);
H A Dchrome_fuzz.cpp18 SkDebugf("couldn't open file %s\n", filename);
23 SkDebugf("couldn't read file %s\n", filename);
40 SkDebugf("Valid stream detected.\n");
52 SkDebugf("Filter DAG rendered successfully.\n");
55 SkDebugf("Invalid stream detected.\n");
62 SkDebugf("Test case: %s\n", filename);
81 SkDebugf("#EOF\n");
H A Dwhitelist_typefaces.cpp26 SkDebugf("Usage:\n %s [--check] [--generate]\n\n", argv[0]);
H A Dskpmaker.cpp54 SkDebugf("--blue must be within range [0,255]\n");
58 SkDebugf("--green must be within range [0,255]\n");
62 SkDebugf("--height must be >0\n");
66 SkDebugf("--red must be within range [0,255]\n");
70 SkDebugf("--width must be >0\n");
74 SkDebugf("--writePath must be nonempty\n");
/external/skqp/tools/
H A Dskpinfo.cpp39 SkDebugf("Missing input file\n");
47 SkDebugf("Couldn't open file\n");
60 SkDebugf("Version: %d\n", info.getVersion());
63 SkDebugf("Cull Rect: %f,%f,%f,%f\n",
88 SkDebugf("truncated file\n");
100 SkDebugf("SK_PICT_READER_TAG %d\n", chunkSize);
105 SkDebugf("SK_PICT_FACTORY_TAG %d\n", chunkSize);
110 SkDebugf("SK_PICT_TYPEFACE_TAG %d\n", chunkSize);
118 SkDebugf("File corruption in SkFontDescriptor\n");
130 SkDebugf("SK_PICT_PICTURE_TA
[all...]
H A Dimgslice.cpp41 SkDebugf("Channel (--rgb) must be between 0 and 3 (inclusive) - value is %d.\n",
49 SkDebugf("Only one of '-c' or '-r' can be specified at at time.\n");
56 SkDebugf("At least one of '-c' or '-r' need to be specified.\n");
64 SkDebugf("Couldn't open file: %s\n", FLAGS_image[0]);
72 SkDebugf("Couldn't create image for: %s.\n", FLAGS_image[0]);
80 SkDebugf("Couldn't create bitmap for: %s.\n", FLAGS_image[0]);
101 SkDebugf("header");
104 SkDebugf(", %d", i);
108 SkDebugf(", %d", i);
111 SkDebugf("\
[all...]
H A Dimgblur.cpp34 SkDebugf("Sigma must be greater than zero (it is %f).\n", FLAGS_sigma);
42 SkDebugf("Couldn't open file: %s\n", FLAGS_in[0]);
50 SkDebugf("Couldn't create image for: %s.\n", FLAGS_in[0]);
58 SkDebugf("Couldn't create bitmap for: %s.\n", FLAGS_in[0]);
67 SkDebugf("Couldn't write to file: %s\n", FLAGS_out[0]);
H A Dchrome_fuzz.cpp18 SkDebugf("couldn't open file %s\n", filename);
23 SkDebugf("couldn't read file %s\n", filename);
40 SkDebugf("Valid stream detected.\n");
52 SkDebugf("Filter DAG rendered successfully.\n");
55 SkDebugf("Invalid stream detected.\n");
62 SkDebugf("Test case: %s\n", filename);
81 SkDebugf("#EOF\n");
H A Dwhitelist_typefaces.cpp26 SkDebugf("Usage:\n %s [--check] [--generate]\n\n", argv[0]);
/external/skia/debugger/
H A Ddebuggermain.cpp14 SkDebugf("%s <input> \n", argv0);
15 SkDebugf(" [--help|-h]: show this help message\n");
16 SkDebugf("\n\n");
17 SkDebugf(" input: Either a directory or a single .skp file.\n");
/external/skia/gm/
H A Dgrayscalejpg.cpp22 SkDebugf("\nCould not decode file '%s'. Did you forget"
/external/skia/src/ports/
H A DSkDebug_stdio.cpp14 void SkDebugf(const char format[], ...) { function
/external/skia/tests/
H A DPathOpsTSectDebug.h22 SkDebugf("t=%1.9g pt=(%1.9g,%1.9g)%s\n", fPerpT, fPerpPt.fX, fPerpPt.fY,
67 SkDebugf("%d ", ++gDumpTSectNum);
70 SkDebugf(" ");
72 SkDebugf("\n");
74 SkDebugf("<div id=\"sect%d\">\n", ++gDumpTSectNum);
81 SkDebugf("</div>\n\n");
89 SkDebugf("no span matches %d\n", id);
96 SkDebugf(" ");
99 SkDebugf("\n");
122 SkDebugf("i
[all...]
/external/skqp/debugger/
H A Ddebuggermain.cpp14 SkDebugf("%s <input> \n", argv0);
15 SkDebugf(" [--help|-h]: show this help message\n");
16 SkDebugf("\n\n");
17 SkDebugf(" input: Either a directory or a single .skp file.\n");
/external/skqp/gm/
H A Dgrayscalejpg.cpp22 SkDebugf("\nCould not decode file '%s'. Did you forget"
/external/skqp/src/ports/
H A DSkDebug_stdio.cpp14 void SkDebugf(const char format[], ...) { function
/external/skqp/tests/
H A DPathOpsTSectDebug.h22 SkDebugf("t=%1.9g pt=(%1.9g,%1.9g)%s\n", fPerpT, fPerpPt.fX, fPerpPt.fY,
67 SkDebugf("%d ", ++gDumpTSectNum);
70 SkDebugf(" ");
72 SkDebugf("\n");
74 SkDebugf("<div id=\"sect%d\">\n", ++gDumpTSectNum);
81 SkDebugf("</div>\n\n");
89 SkDebugf("no span matches %d\n", id);
96 SkDebugf(" ");
99 SkDebugf("\n");
122 SkDebugf("i
[all...]

Completed in 1008 milliseconds

1234567891011>>