HomeSort by relevance Sort by last modified time
    Searched refs:SkDebugf (Results 126 - 150 of 405) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/skia/src/animator/
SkDrawGroup.cpp 128 SkDebugf("condition=\"%s\" ", condition.c_str());
130 SkDebugf("enableCondition=\"%s\" ", enableCondition.c_str());
142 SkDebugf(">\n");
153 SkDebugf("/>\n");
207 SkDebugf("group: ");
209 SkDebugf("condition=%s ", conditionString.c_str());
211 SkDebugf("(script failed)\n");
213 SkDebugf("success=%s\n", result != 0 ? "true" : "false");
  /external/chromium_org/third_party/skia/src/ports/
SkPurgeableMemoryBlock_mac.cpp 50 SkDebugf("SkPurgeableMemoryBlock destructor failed to deallocate.\n");
101 SkDebugf("SkPurgeableMemoryBlock::unpin() failed.\n");
  /external/skia/include/core/
SkInstCnt.h 82 SkDebugf("%*c Leaked %s: %d\n", \
98 SkDebugf("%*c Leaked ???: %d\n", 4*(level + 1), ' ', count); \
SkUtils.h 107 SkDebugf("--- trace: %s Enter\n", fLabel);
110 SkDebugf("--- trace: %s Leave\n", fLabel);
  /external/skia/src/animator/
SkAnimateSet.cpp 42 SkDebugf("dur=\"%g\" ", SkScalarToFloat(SkScalarDiv(dur,1000)));
45 SkDebugf("/>\n");
SkDrawGroup.cpp 128 SkDebugf("condition=\"%s\" ", condition.c_str());
130 SkDebugf("enableCondition=\"%s\" ", enableCondition.c_str());
142 SkDebugf(">\n");
153 SkDebugf("/>\n");
207 SkDebugf("group: ");
209 SkDebugf("condition=%s ", conditionString.c_str());
211 SkDebugf("(script failed)\n");
213 SkDebugf("success=%s\n", result != 0 ? "true" : "false");
  /external/skia/src/ports/
SkPurgeableMemoryBlock_mac.cpp 50 SkDebugf("SkPurgeableMemoryBlock destructor failed to deallocate.\n");
101 SkDebugf("SkPurgeableMemoryBlock::unpin() failed.\n");
SkFontHost_FreeType.cpp 273 // SkDEBUGF(("SkFaceRec: opening %s (%p)\n", key.c_str(), strm));
755 SkDebugf(" units_per_EM: %hu\n", face->units_per_EM);
756 SkDebugf(" ascender: %hd\n", face->ascender);
757 SkDebugf(" descender: %hd\n", face->descender);
758 SkDebugf(" height: %hd\n", face->height);
759 SkDebugf(" max_advance_width: %hd\n", face->max_advance_width);
760 SkDebugf(" max_advance_height: %hd\n", face->max_advance_height);
765 SkDebugf(" x_ppem: %hu\n", size->metrics.x_ppem);
766 SkDebugf(" y_ppem: %hu\n", size->metrics.y_ppem);
767 SkDebugf(" x_scale: %f\n", size->metrics.x_scale / 65536.0f)
    [all...]
  /external/skia/tests/
FontHostTest.cpp 51 SkDebugf("--- typeface returned 0 upem [%X]\n", face->uniqueID());
73 SkDebugf("--- typeface returned 0 glyphs [%X]\n", face->uniqueID());
136 SkDebugf("[%d:%d] '%s'\n", ttcIndex, i, str.c_str());
150 SkDebugf("CountTTCEntries %d\n", count);
161 SkDebugf("Could not run fontstream test because resourcePath not specified.");
170 SkDebugf("Could not run fontstream test because test.ttc not found.");
199 SkDebugf("%s %d\n", name, size);
228 SkDebugf("%s\n", gNames[i]);
300 // SkDebugf("Font: %s, generateAdvance: %f, generateMetrics: %f\n",
FontMgrTest.cpp 58 SkDebugf("[%2d] %s\n", i, fname.c_str());
71 SkDebugf("\t[%d] %s [%3d %d %d]\n", j, sname.c_str(),
ImageDecodingTest.cpp 82 SkDebugf("couldn't decode %s\n", filename.c_str());
147 SkDebugf("Could not run unpremul test because resourcePath not specified.");
155 //SkDebugf("about to decode \"%s\"\n", filename.c_str());
159 SkDebugf("Failed to find any files :(\n");
203 //SkDebugf("encoding to %i\n", i);
206 SkDebugf("no stream\n");
211 SkDebugf("no decoder\n");
216 SkDebugf("could not build a tile index\n");
PathOpsAngleTest.cpp 331 SkDebugf("%s test[%s]: angle[%d] unsortable\n", __FUNCTION__, test.name, idx);
337 SkDebugf("%s test[%s]: angle[%d] unorderable\n", __FUNCTION__, test.name, idx);
347 SkDebugf("%s test[%s]\n", __FUNCTION__, test.name);
359 SkDebugf("%s test[%s]: first[%d] > second[%d]\n", __FUNCTION__,
367 SkDebugf("%s test[%s]: first[%d] < second[%d]\n", __FUNCTION__,
376 SkDebugf("%s test[%s]: second[%d] < first[%d]\n", __FUNCTION__,
384 SkDebugf("%s test[%s]: second[%d] > first[%d]\n", __FUNCTION__,
461 SkDebugf("%s xy %d=%d\n", __FUNCTION__, (int) index, find_slop(x, y, rx, ry));
462 SkDebugf("%s rxy %d=%d\n", __FUNCTION__, (int) index, find_slop(rx, ry, x, y));
466 SkDebugf("%s diamond xy=%1.9g rxy=%1.9g diff=%1.9g factor=%d\n", __FUNCTION__
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsPoint.h 196 SkDebugf("{");
198 SkDebugf(", ");
200 SkDebugf("}");
204 SkDebugf("{");
206 SkDebugf(", ");
208 SkDebugf("}");
SkDCubicIntersection.cpp 35 SkDebugf("%s cubic=(%1.9g,%1.9g %1.9g,%1.9g %1.9g,%1.9g %1.9g,%1.9g)"
39 SkDebugf(" {{%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}},\n"
45 SkDebugf("%s simple=(%1.9g,%1.9g", __FUNCTION__, reducer->fQuad[0].fX, reducer->fQuad[0].fY);
47 SkDebugf(" %1.9g,%1.9g", reducer->fQuad[1].fX, reducer->fQuad[1].fY);
50 SkDebugf(" %1.9g,%1.9g", reducer->fQuad[2].fX, reducer->fQuad[2].fY);
52 SkDebugf(")\n");
108 SkDebugf("%.*s %s t1=(%1.9g,%1.9g) t2=(%1.9g,%1.9g)", i.depth()*2, tab,
113 SkDebugf(" xlocals.fUsed=%d\n", xlocals.used());
147 SkDebugf("%.*s %s 1 contains1=%d/%d contains2=%d/%d\n", i.depth()*2, tab,
157 SkDebugf("%.*s %s 1 c1Bottom=%1.9g c1Top=%1.9g c2Bottom=%1.9g c2Top=%1.9g
    [all...]
SkOpSegment.cpp 189 SkDebugf("%s op=%s miFrom=%d miTo=%d suFrom=%d suTo=%d result=%d\n", __FUNCTION__,
252 SkDebugf("%s 1 this=%d other=%d t [%d] %1.9g (%1.9g,%1.9g)\n",
262 SkDebugf("%s 2 this=%d other=%d t [%d] %1.9g (%1.9g,%1.9g)\n",
273 SkDebugf("%s 3 this=%d other=%d t [%d] %1.9g (%1.9g,%1.9g)\n",
282 SkDebugf("%s 4 this=%d other=%d t [%d] %1.9g (%1.9g,%1.9g)\n",
817 SkDebugf("%s addTPair duplicate this=%d %1.9g other=%d %1.9g\n",
824 SkDebugf("%s addTPair this=%d %1.9g other=%d %1.9g\n",
    [all...]
  /external/skia/src/pathops/
SkPathOpsPoint.h 196 SkDebugf("{");
198 SkDebugf(", ");
200 SkDebugf("}");
204 SkDebugf("{");
206 SkDebugf(", ");
208 SkDebugf("}");
SkDCubicIntersection.cpp 35 SkDebugf("%s cubic=(%1.9g,%1.9g %1.9g,%1.9g %1.9g,%1.9g %1.9g,%1.9g)"
39 SkDebugf(" {{%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}, {%1.9g,%1.9g}},\n"
45 SkDebugf("%s simple=(%1.9g,%1.9g", __FUNCTION__, reducer->fQuad[0].fX, reducer->fQuad[0].fY);
47 SkDebugf(" %1.9g,%1.9g", reducer->fQuad[1].fX, reducer->fQuad[1].fY);
50 SkDebugf(" %1.9g,%1.9g", reducer->fQuad[2].fX, reducer->fQuad[2].fY);
52 SkDebugf(")\n");
108 SkDebugf("%.*s %s t1=(%1.9g,%1.9g) t2=(%1.9g,%1.9g)", i.depth()*2, tab,
113 SkDebugf(" xlocals.fUsed=%d\n", xlocals.used());
147 SkDebugf("%.*s %s 1 contains1=%d/%d contains2=%d/%d\n", i.depth()*2, tab,
157 SkDebugf("%.*s %s 1 c1Bottom=%1.9g c1Top=%1.9g c2Bottom=%1.9g c2Top=%1.9g
    [all...]
SkOpSegment.cpp 189 SkDebugf("%s op=%s miFrom=%d miTo=%d suFrom=%d suTo=%d result=%d\n", __FUNCTION__,
252 SkDebugf("%s 1 this=%d other=%d t [%d] %1.9g (%1.9g,%1.9g)\n",
262 SkDebugf("%s 2 this=%d other=%d t [%d] %1.9g (%1.9g,%1.9g)\n",
273 SkDebugf("%s 3 this=%d other=%d t [%d] %1.9g (%1.9g,%1.9g)\n",
282 SkDebugf("%s 4 this=%d other=%d t [%d] %1.9g (%1.9g,%1.9g)\n",
817 SkDebugf("%s addTPair duplicate this=%d %1.9g other=%d %1.9g\n",
824 SkDebugf("%s addTPair this=%d %1.9g other=%d %1.9g\n",
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPicturePlayback.cpp 41 SkDebugf("picture record mem used %zd (stream %zd) ", record.size(),
44 SkDebugf("bitmaps size %zd (bitmaps:%d) ", bitmapBytes, bitmaps);
46 SkDebugf("matrices size %zd (matrices:%d) ", matricesBytes, matrices);
48 SkDebugf("paints size %zd (paints:%d) ", paintBytes, paints);
50 SkDebugf("paths size %zd (paths:%d) ", pathBytes, paths);
52 SkDebugf("pictures size %zd (pictures:%d) ", pictureBytes, pictures);
54 SkDebugf("regions size %zd (regions:%d) ", regionBytes, regions);
56 SkDebugf("points size %zd (points:%d) ", record.fPointBytes, record.fPointWrites);
58 SkDebugf("rects size %zd (rects:%d) ", record.fRectBytes, record.fRectWrites);
60 SkDebugf("text size %zd (text strings:%d) ", record.fTextBytes, record.fTextWrites)
    [all...]
SkCordic.cpp 216 SkDebugf("sin error : angle = %g ; sin = %g ; cordic = %g\n", angle, sine, sine2);
219 SkDebugf("cos error : angle = %g ; cos = %g ; cordic = %g\n", angle, cosine, cosine2);
226 SkDebugf("tan error : angle = %g ; tan = %g ; cordic = %g\n", angle, _tan, tan2);
236 SkDebugf("asin error : val = %g ; asin = %g ; cordic = %g\n", val, arcsine, arcsine2);
250 SkDebugf("acos error : val = %g ; acos = %g ; cordic = %g\n", val, arccos, arccos2);
267 SkDebugf("atan2 error : val = %g ; val2 = %g ; atan2 = %g ; cordic = %g\n", val, val2, arctan, arctan2);
283 SkDebugf("log error : val = %g ; log = %g ; cordic = %g\n", val, log, log2);
  /external/skia/src/core/
SkPicturePlayback.cpp 41 SkDebugf("picture record mem used %zd (stream %zd) ", record.size(),
44 SkDebugf("bitmaps size %zd (bitmaps:%d) ", bitmapBytes, bitmaps);
46 SkDebugf("matrices size %zd (matrices:%d) ", matricesBytes, matrices);
48 SkDebugf("paints size %zd (paints:%d) ", paintBytes, paints);
50 SkDebugf("paths size %zd (paths:%d) ", pathBytes, paths);
52 SkDebugf("pictures size %zd (pictures:%d) ", pictureBytes, pictures);
54 SkDebugf("regions size %zd (regions:%d) ", regionBytes, regions);
56 SkDebugf("points size %zd (points:%d) ", record.fPointBytes, record.fPointWrites);
58 SkDebugf("rects size %zd (rects:%d) ", record.fRectBytes, record.fRectWrites);
60 SkDebugf("text size %zd (text strings:%d) ", record.fTextBytes, record.fTextWrites)
    [all...]
SkCordic.cpp 216 SkDebugf("sin error : angle = %g ; sin = %g ; cordic = %g\n", angle, sine, sine2);
219 SkDebugf("cos error : angle = %g ; cos = %g ; cordic = %g\n", angle, cosine, cosine2);
226 SkDebugf("tan error : angle = %g ; tan = %g ; cordic = %g\n", angle, _tan, tan2);
236 SkDebugf("asin error : val = %g ; asin = %g ; cordic = %g\n", val, arcsine, arcsine2);
250 SkDebugf("acos error : val = %g ; acos = %g ; cordic = %g\n", val, arccos, arccos2);
267 SkDebugf("atan2 error : val = %g ; val2 = %g ; atan2 = %g ; cordic = %g\n", val, val2, arctan, arctan2);
283 SkDebugf("log error : val = %g ; log = %g ; cordic = %g\n", val, log, log2);
  /external/skia/tools/skpdiff/
SkDiffContext.cpp 73 SkDebugf("Failed to load bitmap \"%s\"\n", baselinePath);
77 SkDebugf("Failed to load bitmap \"%s\"\n", testPath);
161 SkDebugf("Unable to open path \"%s\"\n", baselinePath);
182 SkDebugf("Baseline file \"%s\" has no corresponding test file\n", baselineFile.c_str());
196 SkDebugf("Unable to get pattern \"%s\"\n", baselinePattern);
202 SkDebugf("Unable to get pattern \"%s\"\n", testPattern);
207 SkDebugf("Baseline and test patterns do not yield corresponding number of files\n");
  /external/chromium_org/third_party/skia/src/utils/
SkRTConf.cpp 80 SkDebugf("WARNING: You have config value %s in your configuration file, but I've never heard of that.\n", fConfigFileKeys[i]->c_str());
137 SkDebugf("WARNING: Skia config \"%s\" was registered more than once in incompatible ways.\n", conf->getName());
149 SkDebugf("WARNING: Invoked non-specialized doParse function...\n");
251 SkDebugf("WARNING: Couldn't parse value \'%s\' for variable \'%s\'\n",
272 SkDebugf("WARNING: Attempting to set configuration value \"%s\","
  /external/skia/src/utils/
SkRTConf.cpp 80 SkDebugf("WARNING: You have config value %s in your configuration file, but I've never heard of that.\n", fConfigFileKeys[i]->c_str());
137 SkDebugf("WARNING: Skia config \"%s\" was registered more than once in incompatible ways.\n", conf->getName());
149 SkDebugf("WARNING: Invoked non-specialized doParse function...\n");
251 SkDebugf("WARNING: Couldn't parse value \'%s\' for variable \'%s\'\n",
272 SkDebugf("WARNING: Attempting to set configuration value \"%s\","

Completed in 1057 milliseconds

1 2 3 4 56 7 8 91011>>