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

  /external/chromium_org/third_party/skia/src/core/
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"));
SkCanvas.cpp 942 SkDebugf("Unable to create device for layer.");
    [all...]
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_FactoryRegistrar.cpp 33 SkDEBUGF(("Unable to rewind the image stream."));
SkImageDecoder.cpp 215 SkDEBUGF(("failed to allocate pixels needed to crop the bitmap"));
223 SkDEBUGF(("SkImageDecoder::cropBitmap does not have a large enough bitmap.\n"));
SkImageDecoder_libico.cpp 131 SkDEBUGF(("Image with %ibpp not supported\n", bitCount));
211 SkDEBUGF(("Decoding %ibpp is unimplemented\n", bitCount));
SkImageDecoder_libwebp.cpp 152 SkDebugf("---- Time (ms): %s %d\n", fLabel, SkTime::GetMSecs() - fNow);
166 SkDEBUGF(("libwebp error %s [%d %d]", msg, bm.width(), bm.height()));
201 SkDebugf("Failed to rewind webp stream!");
320 SkDebugf("Failed to rewind webp stream!");
SkImageDecoder_libpng.cpp 153 SkDEBUGF(("------ png error %s\n", msg));
502 SkDebugf("----- sBIT %d %d %d %d\n", sig_bit->red, sig_bit->green,
    [all...]
  /external/chromium_org/third_party/skia/src/ports/
SkOSFile_stdio.cpp 76 SkDEBUGF(("sk_fread: ftell(%p) returned -1 feof:%d ferror:%d\n", f, feof((FILE*)f), ferror((FILE*)f)));
81 SkDEBUGF(("sk_fread: fseek(%d) tell:%d failed with feof:%d ferror:%d returned:%d\n",
SkFontHost_FreeType.cpp 283 // SkDEBUGF(("SkFaceRec: opening %s (%p)\n", key.c_str(), strm));
812 SkDEBUGF(("chooseBitmapStrike aborted due to NULL face\n"));
845 SkDEBUGF(("FT_Select_Size(%s, %d) returned 0x%x\n", face->family_name,
    [all...]
SkFontHost_FreeType_common.cpp 157 SkDEBUGF(("FT_Pixel_Mode %d", bitmap.pixel_mode));
247 SkDEBUGF(("FT_Pixel_Mode %d, SkMask::Format %d\n", srcFormat, dstFormat));
SkFontMgr_android.cpp 32 # define DEBUG_FONT(args) SkDebugf args
559 SkDEBUGF(("Use Test Config File Main %s, Fallback %s, Font Dir %s",
  /external/chromium_org/third_party/skia/src/effects/
Sk1DPathEffect.cpp 38 SkDEBUGF(("SkPath1DPathEffect can't use advance <= 0\n"));
66 SkDEBUGF(("SkPath1DPathEffect style enum out of range %d\n", style));
158 SkDEBUGF(("SkPath1DPathEffect can't use advance <= 0\n"));
  /external/chromium_org/third_party/skia/src/views/animated/
SkWidgetViews.cpp 47 SkDEBUGF(("init_skin_anim: loading skin failed <%s>\n", path));
52 SkDEBUGF(("init_skin_anim: decoding skin failed <%s>\n", path));
82 SkDEBUGF(("inflate_paint: decoding dom failed\n"));
SkImageView.cpp 174 SkDEBUGF(("SkImageView : now = %X[%12.3f], diff = %d\n", now, now/1000., diff));
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
SkiaUtils.cpp 85 SkDEBUGF(("GraphicsContext::setPlatformCompositeOperation unknown WebBlendMode %d\n", blendMode));
93 SkDEBUGF(("GraphicsContext::setPlatformCompositeOperation unknown CompositeOperator %d\n", op));
  /external/chromium_org/third_party/skia/include/core/
SkTypes.h 91 #ifndef SkDebugf
92 SK_API void SkDebugf(const char format[], ...);
101 // #define SkDEBUGF(args ) SkDebugf##args
102 #define SkDEBUGF(args ) SkDebugf args
108 #define SkDEBUGF(args)
119 // So we use the comma operator to make an SkDebugf that always returns false: we'll evaluate cond,
121 #define SkASSERTF(cond, fmt, ...) SkASSERT((cond) || (SkDebugf(fmt"\n", __VA_ARGS__), false))
  /external/chromium_org/third_party/skia/src/fonts/
SkTestScalerContext.cpp 74 SkDEBUGF(("missing '%c' (%d) from %s %d\n", (char) charCode, charCode,
  /external/chromium_org/third_party/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/chromium_org/third_party/skia/src/animator/
SkScriptTokenizer.cpp     [all...]
  /external/chromium_org/third_party/skia/src/device/xps/
SkXPSDevice.cpp 367 SkDEBUGF(("CreateFontPackage Error %lu", result));
    [all...]

Completed in 216 milliseconds