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

  /external/chromium_org/third_party/skia/src/core/
SkError.cpp 12 #include "SkErrorInternals.h"
28 return SkNEW_ARGS(SkErrorCallbackFunction, (SkErrorInternals::DefaultErrorCallback));
60 return SkErrorInternals::GetLastError();
63 SkErrorInternals::ClearError();
66 SkErrorInternals::SetErrorCallback(cb, context);
69 return SkErrorInternals::GetLastErrorString();
74 void SkErrorInternals::SetErrorCallback(SkErrorCallbackFunction cb, void *context) {
76 THREAD_ERROR_CALLBACK = SkErrorInternals::DefaultErrorCallback;
83 void SkErrorInternals::DefaultErrorCallback(SkError code, void *context) {
87 void SkErrorInternals::ClearError()
    [all...]
SkErrorInternals.h 14 class SkErrorInternals {
SkReadBuffer.cpp 10 #include "SkErrorInternals.h"
209 SkErrorInternals::SetError(kParseError_SkError, "SkWriteBuffer::writeBitmap "
261 SkErrorInternals::SetError(kParseError_SkError,
SkBitmapProcShader.cpp 12 #include "SkErrorInternals.h"
453 SkErrorInternals::SetError( kInvalidPaint_SkError,
465 SkErrorInternals::SetError( kInternalError_SkError,
SkBitmapScaler.cpp 5 #include "SkErrorInternals.h"
264 SkErrorInternals::SetError( kInvalidArgument_SkError,
SkPath.cpp 11 #include "SkErrorInternals.h"
    [all...]
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_FactoryRegistrar.cpp 8 #include "SkErrorInternals.h"
53 SkErrorInternals::SetError(kInvalidOperation_SkError,
  /external/chromium_org/third_party/skia/src/utils/
SkCanvasStateUtils.cpp 13 #include "SkErrorInternals.h"
204 SkErrorInternals::SetError(kInvalidOperation_SkError,
  /external/chromium_org/third_party/skia/src/gpu/
SkGpuDevice.cpp 43 #include "SkErrorInternals.h"
    [all...]

Completed in 147 milliseconds