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

  /external/skia/src/core/
SkErrorInternals.h 12 #include "SkError.h"
18 static void SetError(SkError code, const char *fmt, ...);
19 static SkError GetLastError();
22 static void DefaultErrorCallback(SkError code, void *context);
SkError.cpp 11 #include "SkError.h"
18 void *CreateThreadError() { return new SkError(kNoError_SkError); }
19 void DeleteThreadError(void *v) { delete reinterpret_cast<SkError *>(v); }
21 (*reinterpret_cast<SkError*>(SkTLS::Get(CreateThreadError, DeleteThreadError)))
47 SkError SkGetLastError() {
71 void SkErrorInternals::DefaultErrorCallback(SkError code, void *context) {
79 SkError SkErrorInternals::GetLastError() {
87 void SkErrorInternals::SetError(SkError code, const char *fmt, ...) {
  /external/skia/include/core/
SkError.h 12 /** \file SkError.h
15 enum SkError {
61 SkError SkGetLastError();
71 typedef void (*SkErrorCallbackFunction)(SkError, void *);
  /external/skia/src/animator/
SkScriptRuntime.h 22 enum SkError {
42 SkError fError;
  /external/skia/tests/
ErrorTest.cpp 8 #include "SkError.h"
25 static void cb(SkError err, void *context) {
34 SkError err;
CanvasStateTest.cpp 13 #include "SkError.h"
296 // we need this function to prevent SkError from printing to stdout
297 static void error_callback(SkError code, void* ctx) {}
PictureTest.cpp 16 #include "SkError.h"
864 static void assert_one_parse_error_cb(SkError error, void* context) {
    [all...]
  /external/skia/dm/
DMSrcSink.cpp 15 #include "SkError.h"
    [all...]
  /external/skia/
Android.mk 155 src/core/SkError.cpp \

Completed in 485 milliseconds