OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkErrorInternals
(Results
1 - 10
of
10
) sorted by null
/external/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"
431
SkErrorInternals
::SetError( kInvalidPaint_SkError,
443
SkErrorInternals
::SetError( kInternalError_SkError,
SkCanvas.cpp
17
#include "
SkErrorInternals
.h"
[
all
...]
SkPath.cpp
9
#include "
SkErrorInternals
.h"
[
all
...]
/external/skia/src/images/
SkImageDecoder_FactoryRegistrar.cpp
8
#include "
SkErrorInternals
.h"
53
SkErrorInternals
::SetError(kInvalidOperation_SkError,
/external/skia/src/utils/
SkCanvasStateUtils.cpp
13
#include "
SkErrorInternals
.h"
204
SkErrorInternals
::SetError(kInvalidOperation_SkError,
/external/skia/src/gpu/
SkGr.cpp
14
#include "
SkErrorInternals
.h"
572
SkErrorInternals
::SetError( kInternalError_SkError,
SkGpuDevice.cpp
21
#include "
SkErrorInternals
.h"
[
all
...]
Completed in 326 milliseconds