HomeSort by relevance Sort by last modified time
    Searched refs:SkDEBUGF (Results 1 - 14 of 14) sorted by null

  /external/skia/src/ports/
SkFontHost_FreeType.cpp 298 SkDEBUGF(("INFO: font %s claims variations, but none found.\n",
305 SkDEBUGF(("INFO: font %s has %d variations, but %d were specified.\n",
316 SkDEBUGF(("INFO: font %s has variations, but specified variations could not be set.\n",
367 SkDEBUGF(("ERROR: unable to open font '%x'\n", fontID));
779 SkDEBUGF(("chooseBitmapStrike aborted due to nullptr face.\n"));
826 SkDEBUGF(("Could not create FT_Face.\n"));
886 SkDebugf("---------- UNKNOWN hinting %d\n", fRec.getHinting());
    [all...]
SkOSFile_stdio.cpp 84 SkDEBUGF(("sk_fopen: fopen(\"%s\", \"%s\") returned NULL (errno:%d): %s\n",
SkFontMgr_android.cpp 162 SkDEBUGF(("Requested font file %s does not exist or cannot be opened.\n",
175 SkDEBUGF(("Requested font file %s exists, but is not a valid font.\n",
545 SkDEBUGF(("SystemFontUse: %s BasePath: %s Fonts: %s FallbackFonts: %s\n",
SkFontHost_FreeType_common.cpp 159 SkDEBUGF(("FT_Pixel_Mode %d", bitmap.pixel_mode));
259 SkDEBUGF(("FT_Pixel_Mode %d, SkMask::Format %d\n", srcFormat, dstFormat));
377 SkDebugf("%s\n", s.c_str());
  /external/skia/src/utils/
SkMultiPictureDocumentReader.cpp 88 SkDEBUGF(("Malformed SkMultiPictureDocument\n"));
SkCurveMeasure.cpp 14 #define UNIMPLEMENTED SkDEBUGF(("%s:%d unimplemented\n", __FILE__, __LINE__))
289 SkDEBUGF(("%.7f %.7f didn't get close enough after bisection.\n",
  /frameworks/base/libs/hwui/pipeline/skia/
GLFunctorDrawable.cpp 48 SkDEBUGF(("Attempting to draw GLFunctor into an unsupported surface"));
SkiaPipeline.cpp 93 SkDEBUGF(("%p drawLayers(%s) : missing drawable", this, layerNode->getName()));
212 SkDebugf("Captured Drawing Output (%d bytes) for frame. %s", stream.bytesWritten(), prop);
  /external/skia/include/core/
SkTypes.h 78 #ifndef SkDebugf
79 SK_API void SkDebugf(const char format[], ...);
92 SkDebugf(fmt"\n", __VA_ARGS__); \
100 #define SkDEBUGF(args ) SkDebugf args
108 #define SkDEBUGF(args)
  /external/skia/src/effects/
Sk1DPathEffect.cpp 61 SkDEBUGF(("SkPath1DPathEffect style enum out of range %d\n", style));
  /external/skia/src/fonts/
SkTestScalerContext.cpp 77 SkDEBUGF(("missing '%c' (%d) from %s (weight %d, width %d, slant %d)\n",
  /external/skia/src/images/
SkPNGImageEncoder.cpp 30 SkDEBUGF(("------ png error %s\n", msg));
  /external/skia/src/views/
SkEvent.cpp 142 SkDEBUGCODE(SkDebugf("SkEvent::inflate unrecognized subelement <%s>\n", dom.getName(node));)
149 SkDEBUGCODE(SkDebugf("SkEvent::inflate missing required \"name\" attribute in <data> subelement\n");)
170 SkDebugf("SkEvent::inflate <data name=\"%s\"> subelement missing required type attribute [S32 | scalar | string]\n", name);
185 SkDebugf("%s ", title);
189 SkDebugf("event<%s> fast32=%d", etype.c_str(), this->getFast32());
201 SkDebugf(" <%s>=", name);
207 SkDebugf("%d ", value);
213 SkDebugf("%f", SkScalarToFloat(values[0]));
215 SkDebugf(", %f", SkScalarToFloat(values[i]));
216 SkDebugf(" ");
    [all...]
  /external/skia/src/xps/
SkXPSDevice.cpp 363 SkDEBUGF(("CreateFontPackage Error %lu", result));
    [all...]

Completed in 426 milliseconds