HomeSort by relevance Sort by last modified time
    Searched refs:SkDebugf (Results 1 - 25 of 316) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/skia/include/utils/
SkDebugUtils.h 26 SkDebugf(name);
27 SkDebugf(" = {");
30 if (i != size-1) SkDebugf(", ");
32 SkDebugf("};\n");
37 SkDebugf(name);
38 SkDebugf(" = {\n");
40 SkDebugf(" {");
44 SkDebugf(", ");
47 SkDebugf("}");
49 SkDebugf(", \n")
    [all...]
  /external/chromium_org/third_party/skia/src/utils/win/
SkHRESULT.cpp 14 SkDebugf("%s\n", msg);
16 SkDebugf("%s(%lu) : error 0x%x: ", file, line, hr);
31 SkDebugf("<unknown>\n");
33 SkDebugf("%s", errorText);
  /external/chromium_org/third_party/skia/tools/
skpinfo.cpp 38 SkDebugf("Missing input file\n");
46 SkDebugf("Couldn't open file\n");
59 SkDebugf("Version: %d\n", info.fVersion);
62 SkDebugf("Cull Rect: %f,%f,%f,%f\n",
67 SkDebugf("Flags: 0x%x\n", info.fFlags);
90 SkDebugf("truncated file\n");
102 SkDebugf("SK_PICT_READER_TAG %d\n", chunkSize);
107 SkDebugf("SK_PICT_FACTORY_TAG %d\n", chunkSize);
113 SkDebugf("Exiting early due to format limitations\n");
121 SkDebugf("SK_PICT_TYPEFACE_TAG %d\n", chunkSize)
    [all...]
gpuveto.cpp 32 SkDebugf("Missing input file\n");
40 SkDebugf("Couldn't open file\n");
50 SkDebugf("Could not read the SkPicture\n");
64 SkDebugf("suitable\n");
66 SkDebugf("unsuitable\n");
71 SkDebugf("gpuveto is only useful when GPU rendering is enabled\n");
skpmaker.cpp 54 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/chromium_org/third_party/skia/experimental/Intersection/
CubicParameterization_Test.cpp 37 SkDebugf("%s-1 %d\n", __FUNCTION__, (int)index);
40 SkDebugf("%s-2 %d\n", __FUNCTION__, (int)index);
43 SkDebugf("%s-3 %d\n", __FUNCTION__, (int)index);
46 SkDebugf("%s-4 %d\n", __FUNCTION__, (int)index);
49 SkDebugf("%s-5 %d\n", __FUNCTION__, (int)index);
101 SkDebugf("%s [%zu,%zu] 1 parameterization failed\n",
105 SkDebugf("%s [%zu,%zu] 2 parameterization failed\n",
110 SkDebugf("%s %d\n", __FUNCTION__, (int)index);
CubicBezierClip_Test.cpp 21 SkDebugf("%s [%d] cubic1 order=%d\n", __FUNCTION__, (int) index, order1);
24 SkDebugf("%s [%d] cubic2 order=%d\n", __FUNCTION__, (int) index, order2);
ConvexHull_Test.cpp 149 if (debug_rotate_to_hull) SkDebugf("%s [%d,%d] [o=%d,i=%d] src=(%g,%g) rot=", __FUNCTION__,
153 if (debug_rotate_to_hull) SkDebugf("(%g,%g) ", rotPath[index].x, rotPath[index].y);
159 if (debug_rotate_to_hull) SkDebugf("sides=(%d,%d,%d)\n", sides[0], sides[1], sides[2]);
168 if (debug_rotate_to_hull) SkDebugf("%s [%d,%d] [o=%d,i=%d] zeroes < inner\n",
174 if (debug_rotate_to_hull) SkDebugf("%s [%d,%d] [o=%d,i=%d] zeroes < outer\n",
180 if (debug_rotate_to_hull) SkDebugf("%s [%d,%d] [o=%d,i=%d] zeroes < inner && outer\n",
186 if (debug_rotate_to_hull) SkDebugf("%s [%d,%d] [o=%d,i=%d] zeroes > inner && outer\n",
195 if (debug_rotate_to_hull) SkDebugf("%s [%d,%d] [o=%d,i=%d] too many rays from one point\n",
240 SkDebugf("%s [%d,%d] result=%d cmp=%d\n", __FUNCTION__,
250 SkDebugf("%s [%d,%d] duplicate index in order: %d,%d,%d"
    [all...]
CubicUtilities_Test.cpp 24 SkDebugf("%s [%d] expected clockwise\n", __FUNCTION__, index);
  /external/chromium_org/third_party/skia/tests/
PathOpsDebug.cpp 8 SkDebugf("%.0f", x);
10 SkDebugf("%1.19g", x);
16 SkDebugf("%.0f", x);
18 SkDebugf("%1.9gf", x);
27 SkDebugf("%d", (int) num);
37 SkDebugf("%sf", str.c_str());
44 SkDebugf(", ");
47 SkDebugf(", ");
50 SkDebugf(");\n");
59 SkDebugf(" %s.moveTo(", pathName)
    [all...]
PathOpsCubicQuadIntersectionTest.cpp 71 SkDebugf("[%d] cubic order=%d\n", iIndex, order1);
75 SkDebugf("[%d] quad order=%d\n", iIndex, order2);
87 SkDebugf("%s [%d,%d] x!= t1=%g (%g,%g) t2=%g (%g,%g)\n",
96 SkDebugf("%s [%d,%d] xy1=(%g,%g) != \n",
139 if (index % 1000 == 999) SkDebugf(".");
232 SkDebugf("cubic={{{%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}}}"
243 SkDebugf("qT=%1.9g cT=%1.9g dist=%1.9g cross=%1.9g\n",
245 SkDebugf("<div id=\"slop%d\">\n", ++slopCount);
246 SkDebugf("{{{%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}}}\n"
255 SkDebugf("</div>\n\n")
    [all...]
  /external/chromium_org/third_party/skia/debugger/
debuggermain.cpp 13 SkDebugf("%s <input> \n", argv0);
14 SkDebugf(" [--help|-h]: show this help message\n");
15 SkDebugf("\n\n");
16 SkDebugf(" input: Either a directory or a single .skp file.\n");
  /external/chromium_org/third_party/skia/src/ports/
SkDebug_stdio.cpp 15 void SkDebugf(const char format[], ...) {
  /external/chromium_org/third_party/skia/src/gpu/gl/android/
SkNativeGLContext_android.cpp 103 SkDebugf("VENDOR: %s\n", eglQueryString(fDisplay, EGL_VENDOR));
104 SkDebugf("APIS: %s\n", eglQueryString(fDisplay, EGL_CLIENT_APIS));
105 SkDebugf("VERSION: %s\n", eglQueryString(fDisplay, EGL_VERSION));
106 SkDebugf("EXTENSIONS %s\n", eglQueryString(fDisplay, EGL_EXTENSIONS));
126 SkDebugf("eglChooseConfig failed. EGL Error: 0x%08x\n", eglGetError());
132 SkDebugf("eglCreateContext failed. EGL Error: 0x%08x\n", eglGetError());
144 SkDebugf("eglCreatePbufferSurface failed. EGL Error: 0x%08x\n", eglGetError());
150 SkDebugf("eglMakeCurrent failed. EGL Error: 0x%08x\n", eglGetError());
157 SkDebugf("Failed to create gl interface.\n");
174 SkDebugf("Could not set the context.\n")
    [all...]
  /external/chromium_org/third_party/skia/tools/skpdiff/
skpdiff_main.cpp 58 SkDebugf("OpenCL error notify: %s\n", errorInfo);
67 SkDebugf("The number of platforms is %u\n", platformList.size());
73 SkDebugf("Platform index 0 is named %s\n", platformName.c_str());
78 SkDebugf("The number of devices is %u\n", deviceList.size());
84 SkDebugf("Device index 0 is named %s\n", deviceName.c_str());
90 SkDebugf("Context creation failed: %s\n", cl_error_to_string(contextErr));
132 SkDebugf("Available Metrics:\n");
140 SkDebugf(" %s", differ->getName());
141 SkDebugf("\n");
181 SkDebugf("Folders flag expects two arguments: <baseline folder> <test folder>\n")
    [all...]
SkCLImageDiffer.cpp 27 SkDebugf("Command queue creation failed: %s\n", cl_error_to_string(queueErr));
40 SkDebugf("Failed to open kernel source file");
53 SkDebugf("Failed to read kernel source file");
66 SkDebugf("Program creation failed: %s\n", cl_error_to_string(programErr));
72 SkDebugf("Build log: %s\n", buildLog);
80 SkDebugf("Kernel creation failed: %s\n", cl_error_to_string(kernelErr));
104 SkDebugf("Image format is unsupported\n");
117 SkDebugf("Input image creation failed: %s\n", cl_error_to_string(imageErr));
  /external/chromium_org/third_party/skia/src/animator/
SkDisplayable.cpp 148 //SkDebugf("/>\n");
164 //SkDebugf("\n");
197 SkDebugf("%s=\"[", info->fName);
199 if (!firstElem) SkDebugf(",");
202 SkDebugf("%s", op->fDisplayable->id);
205 SkDebugf("%d", op->fS32);
208 SkDebugf("%g", SkScalarToFloat(op->fScalar));
212 SkDebugf("%s", op->fString->c_str());
219 SkDebugf("]\" ");
227 SkDebugf("%s=\"%s\"\t", info->fName, string->c_str())
    [all...]
SkAnimateField.cpp 41 SkDebugf("mirror=\"true\" ");
43 SkDebugf("reset=\"true\" ");
44 SkDebugf("dur=\"%g\" ", SkScalarToFloat(SkScalarDiv(dur,1000)));
46 SkDebugf("repeat=\"%g\" ", SkScalarToFloat(repeat));
48 // SkDebugf("values=\"%s\" ", values);
50 SkDebugf("blend=\"[");
54 SkDebugf(",");
56 SkDebugf("%g", SkScalarToFloat(blend[i]));
58 SkDebugf("]\" ");
60 SkDebugf("/>\n");//i assume that if it IS, we will do it separatel
    [all...]
SkDisplayPost.cpp 72 SkDebugf("target=\"%s\" ", target);
75 SkDebugf("type=\"%s\" ", eventType->c_str());
79 SkDebugf("delay=\"%g\" ", SkScalarToFloat(SkScalarDiv(delay, 1000)));
82 // SkDebugf("(uninitialized) ");
86 SkDebugf("mode=\"%s\" ", string.c_str());
89 SkDebugf("sink=\"%s\" sinkID=\"%d\" ", sink.c_str(), fSinkID);
91 SkDebugf("sinkID=\"%d\" ", fSinkID);
112 SkDebugf(">\n");
120 SkDebugf("%*s<data name=\"%s\" ", SkDisplayList::fIndent, "", name);
125 SkDebugf("int=\"%d\" ", s32)
    [all...]
SkDisplayRandom.cpp 38 SkDebugf("min=\"%g\" ", SkScalarToFloat(min));
39 SkDebugf("max=\"%g\" ", SkScalarToFloat(max));
40 SkDebugf("blend=\"%g\" ", SkScalarToFloat(blend));
41 SkDebugf("/>\n");
SkDrawTextBox.cpp 51 SkDebugf("mode=\"oneLine\" ");
53 SkDebugf("spacingAlign=\"center\" ");
55 SkDebugf("spacingAlign=\"end\" ");
56 SkDebugf("/>\n");
  /external/chromium_org/third_party/skia/src/gpu/gl/mesa/
SkMesaGLContext.cpp 69 SkDebugf("OSMesaCreateContext failed!\n");
77 SkDebugf("Alloc image buffer failed!\n");
88 SkDebugf("OSMesaMakeCurrent failed!\n");
95 SkDebugf("Could not create GL interface!\n");
107 SkDebugf("Could not make MESA context current.");
  /external/chromium_org/third_party/skia/src/gpu/gl/win/
SkNativeGLContext_win.cpp 72 SkDebugf("Could not register window class.\n");
83 SkDebugf("Could not create window.\n");
88 SkDebugf("Could not get device context.\n");
105 SkDebugf("Could not create rendering context.\n");
122 SkDebugf("Could not set the context.\n");
129 SkDebugf("Could not create GL interface.\n");
150 SkDebugf("Could not create rendering context.\n");
163 SkDebugf("Could not complete SwapBuffers.\n");
  /external/chromium_org/third_party/skia/src/core/
SkAlphaRuns.cpp 45 SkDebugf("Runs");
49 SkDebugf(" %02x", *alpha);
51 SkDebugf(",%d", n);
56 SkDebugf("\n");
SkUtilsArm.cpp 61 SkDebugf("Could not open /proc/cpuinfo: %s\n", strerror(errno));
73 SkDebugf("Could not read /proc/cpuinfo: %s\n", strerror(errno));
77 SkDebugf("START /proc/cpuinfo:\n%.*s\nEND /proc/cpuinfo\n",
92 SkDebugf("Could not find a line starting with 'Features'"
126 SkDEBUGF(("Device supports ARM NEON instructions!\n"));
128 SkDEBUGF(("Device does NOT support ARM NEON instructions!\n"));

Completed in 459 milliseconds

1 2 3 4 5 6 7 8 91011>>