OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sk_image_unref
(Results
1 - 4
of
4
) sorted by null
/external/skia/include/c/
sk_image.h
20
* Balance with a call to
sk_image_unref
().
44
* balanced by a call to
sk_image_unref
().
53
SK_API void
sk_image_unref
(const sk_image_t*);
/external/skia/gm/
cgm.c
66
sk_image_unref
(img0);
73
sk_image_unref
(img1);
/external/skia/experimental/c-api-example/
skia-c-example.c
28
sk_image_unref
(image);
/external/skia/src/c/
sk_surface.cpp
243
void
sk_image_unref
(const sk_image_t* cimage) {
function
Completed in 63 milliseconds