HomeSort by relevance Sort by last modified time
    Searched full:sk_data_unref (Results 1 - 6 of 6) 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/skia/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/skia/src/c/
sk_surface.cpp 701 void sk_data_unref(const sk_data_t* cdata) { function

Completed in 959 milliseconds