Home
last modified time | relevance | path

Searched refs:SkSetErrorCallback (Results 1 – 6 of 6) sorted by relevance

/external/skia/include/core/
DSkError.h82 void SkSetErrorCallback(SkErrorCallbackFunction cb, void *context);
/external/skia/tests/
DErrorTest.cpp41 SkSetErrorCallback(cb, &context); in DEF_TEST()
DCanvasStateTest.cpp295 SkSetErrorCallback(error_callback, NULL); in DEF_TEST()
DPictureTest.cpp888 SkSetErrorCallback(assert_one_parse_error_cb, &context); in test_bitmap_with_encoded_data()
894 SkSetErrorCallback(NULL, NULL); in test_bitmap_with_encoded_data()
/external/skia/src/core/
DSkError.cpp65 void SkSetErrorCallback(SkErrorCallbackFunction cb, void *context) { in SkSetErrorCallback() function
/external/skia/dm/
DDMSrcSink.cpp353 SkSetErrorCallback(&PreAbandonGpuContextErrorHandler, NULL); in draw()