HomeSort by relevance Sort by last modified time
    Searched full:sk_data_unref (Results 1 - 14 of 14) sorted by null

  /external/skia/include/c/
sk_data.h 20 sk_data_unref().
25 This call must be balanced with a call to sk_data_unref().
36 This call must be balanced with a call to sk_data_unref().
42 call to sk_data_unref().
48 balanced by a call to sk_data_unref().
57 SK_API void sk_data_unref(const sk_data_t*);
sk_image.h 35 * sk_data_t, which the caller must manage: call sk_data_unref() when
  /external/skqp/include/c/
sk_data.h 20 sk_data_unref().
25 This call must be balanced with a call to sk_data_unref().
36 This call must be balanced with a call to sk_data_unref().
42 call to sk_data_unref().
48 balanced by a call to sk_data_unref().
57 SK_API void sk_data_unref(const sk_data_t*);
sk_image.h 35 * sk_data_t, which the caller must manage: call sk_data_unref() when
  /external/skia/gm/
cgm.c 69 sk_data_unref(data);
  /external/skqp/gm/
cgm.c 69 sk_data_unref(data);
  /external/skia/experimental/c-api-example/
skia-c-example.c 32 sk_data_unref(data);
c.md 53 sk_data_unref(data);
  /external/skqp/experimental/c-api-example/
skia-c-example.c 32 sk_data_unref(data);
c.md 53 sk_data_unref(data);
  /external/skia/experimental/go-skia/
skia.go 81 defer C.sk_data_unref(data)
  /external/skqp/experimental/go-skia/
skia.go 81 defer C.sk_data_unref(data)
  /external/skia/src/c/
sk_surface.cpp 522 void sk_data_unref(const sk_data_t* cdata) { function
  /external/skqp/src/c/
sk_surface.cpp 522 void sk_data_unref(const sk_data_t* cdata) { function

Completed in 434 milliseconds