Home
last modified time | relevance | path

Searched refs:sk_data_unref (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/include/c/
Dsk_data.h52 SK_API void sk_data_unref(const sk_data_t*);
/third_party/skia/gm/
Dcgm.c74 sk_data_unref(data); in sk_test_c_api()
/third_party/skia/experimental/c-api-example/
Dskia-c-example.c32 sk_data_unref(data); in emit_png()
Dc.md53 sk_data_unref(data);
/third_party/skia/src/c/
Dsk_surface.cpp462 void sk_data_unref(const sk_data_t* cdata) { in sk_data_unref() function