Home
last modified time | relevance | path

Searched refs:sk_imageinfo_t (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/include/c/
Dsk_imageinfo.h38 SK_API sk_imageinfo_t* sk_imageinfo_new(int width, int height, sk_colortype_t ct, sk_alphatype_t at,
45 SK_API void sk_imageinfo_delete(sk_imageinfo_t*);
47 SK_API int32_t sk_imageinfo_get_width(const sk_imageinfo_t*);
48 SK_API int32_t sk_imageinfo_get_height(const sk_imageinfo_t*);
49 SK_API sk_colortype_t sk_imageinfo_get_colortype(const sk_imageinfo_t*);
50 SK_API sk_alphatype_t sk_imageinfo_get_alphatype(const sk_imageinfo_t*);
58 SK_API sk_colorspace_t* sk_imageinfo_get_colorspace(const sk_imageinfo_t*);
Dsk_surface.h29 SK_API sk_surface_t* sk_surface_new_raster(const sk_imageinfo_t*, const sk_surfaceprops_t*);
48 SK_API sk_surface_t* sk_surface_new_raster_direct(const sk_imageinfo_t*,
Dsk_types.h174 typedef struct sk_imageinfo_t sk_imageinfo_t; typedef
Dsk_image.h22 SK_API sk_image_t* sk_image_new_raster_copy(const sk_imageinfo_t*, const void* pixels, size_t rowBy…
/third_party/flutter/skia/include/c/
Dsk_imageinfo.h38 SK_API sk_imageinfo_t* sk_imageinfo_new(int width, int height, sk_colortype_t ct, sk_alphatype_t at,
45 SK_API void sk_imageinfo_delete(sk_imageinfo_t*);
47 SK_API int32_t sk_imageinfo_get_width(const sk_imageinfo_t*);
48 SK_API int32_t sk_imageinfo_get_height(const sk_imageinfo_t*);
49 SK_API sk_colortype_t sk_imageinfo_get_colortype(const sk_imageinfo_t*);
50 SK_API sk_alphatype_t sk_imageinfo_get_alphatype(const sk_imageinfo_t*);
58 SK_API sk_colorspace_t* sk_imageinfo_get_colorspace(const sk_imageinfo_t*);
Dsk_surface.h29 SK_API sk_surface_t* sk_surface_new_raster(const sk_imageinfo_t*, const sk_surfaceprops_t*);
48 SK_API sk_surface_t* sk_surface_new_raster_direct(const sk_imageinfo_t*,
Dsk_types.h174 typedef struct sk_imageinfo_t sk_imageinfo_t; typedef
Dsk_image.h22 SK_API sk_image_t* sk_image_new_raster_copy(const sk_imageinfo_t*, const void* pixels, size_t rowBy…
/third_party/flutter/skia/src/c/
Dsk_imageinfo.cpp84 const SkImageInfo* ToImageInfo(const sk_imageinfo_t* cinfo) { in ToImageInfo()
90 sk_imageinfo_t* sk_imageinfo_new(int w, int h, sk_colortype_t cct, sk_alphatype_t cat, in sk_imageinfo_new()
100 return reinterpret_cast<sk_imageinfo_t*>(info); in sk_imageinfo_new()
103 void sk_imageinfo_delete(sk_imageinfo_t* cinfo) { in sk_imageinfo_delete()
107 int32_t sk_imageinfo_get_width(const sk_imageinfo_t* cinfo) { in sk_imageinfo_get_width()
111 int32_t sk_imageinfo_get_height(const sk_imageinfo_t* cinfo) { in sk_imageinfo_get_height()
115 sk_colortype_t sk_imageinfo_get_colortype(const sk_imageinfo_t* cinfo) { in sk_imageinfo_get_colortype()
120 sk_alphatype_t sk_imageinfo_get_alphatype(const sk_imageinfo_t* cinfo) { in sk_imageinfo_get_alphatype()
126 sk_colorspace_t* sk_imageinfo_get_colorspace(const sk_imageinfo_t* cinfo) { in sk_imageinfo_get_colorspace()
Dsk_surface.cpp139 sk_image_t* sk_image_new_raster_copy(const sk_imageinfo_t* cinfo, const void* pixels, in sk_image_new_raster_copy()
339 sk_surface_t* sk_surface_new_raster(const sk_imageinfo_t* cinfo, in sk_surface_new_raster()
351 sk_surface_t* sk_surface_new_raster_direct(const sk_imageinfo_t* cinfo, void* pixels, in sk_surface_new_raster_direct()
/third_party/skia/src/c/
Dsk_imageinfo.cpp84 const SkImageInfo* ToImageInfo(const sk_imageinfo_t* cinfo) { in ToImageInfo()
90 sk_imageinfo_t* sk_imageinfo_new(int w, int h, sk_colortype_t cct, sk_alphatype_t cat, in sk_imageinfo_new()
100 return reinterpret_cast<sk_imageinfo_t*>(info); in sk_imageinfo_new()
103 void sk_imageinfo_delete(sk_imageinfo_t* cinfo) { in sk_imageinfo_delete()
107 int32_t sk_imageinfo_get_width(const sk_imageinfo_t* cinfo) { in sk_imageinfo_get_width()
111 int32_t sk_imageinfo_get_height(const sk_imageinfo_t* cinfo) { in sk_imageinfo_get_height()
115 sk_colortype_t sk_imageinfo_get_colortype(const sk_imageinfo_t* cinfo) { in sk_imageinfo_get_colortype()
120 sk_alphatype_t sk_imageinfo_get_alphatype(const sk_imageinfo_t* cinfo) { in sk_imageinfo_get_alphatype()
126 sk_colorspace_t* sk_imageinfo_get_colorspace(const sk_imageinfo_t* cinfo) { in sk_imageinfo_get_colorspace()
Dsk_surface.cpp143 sk_image_t* sk_image_new_raster_copy(const sk_imageinfo_t* cinfo, const void* pixels, in sk_image_new_raster_copy()
370 sk_surface_t* sk_surface_new_raster(const sk_imageinfo_t* cinfo, in sk_surface_new_raster()
382 sk_surface_t* sk_surface_new_raster_direct(const sk_imageinfo_t* cinfo, void* pixels, in sk_surface_new_raster_direct()
/third_party/skia/tests/
DCTest.cpp20 sk_imageinfo_t* info = sk_imageinfo_new(64, 64, RGBA_8888_SK_COLORTYPE, PREMUL_SK_ALPHATYPE, in shader_test()
61 sk_imageinfo_t* info = sk_imageinfo_new(1, 1, RGBA_8888_SK_COLORTYPE, PREMUL_SK_ALPHATYPE, in test_c()
/third_party/flutter/skia/tests/
DCTest.cpp20 sk_imageinfo_t* info = sk_imageinfo_new(64, 64, RGBA_8888_SK_COLORTYPE, PREMUL_SK_ALPHATYPE, in shader_test()
61 sk_imageinfo_t* info = sk_imageinfo_new(1, 1, RGBA_8888_SK_COLORTYPE, PREMUL_SK_ALPHATYPE, in test_c()
/third_party/flutter/skia/gm/
Dcgm.c58 sk_imageinfo_t* info = sk_imageinfo_new(W, H, RGBA_8888_SK_COLORTYPE, OPAQUE_SK_ALPHATYPE, in sk_test_c_api()
/third_party/skia/gm/
Dcgm.c58 sk_imageinfo_t* info = sk_imageinfo_new(W, H, RGBA_8888_SK_COLORTYPE, OPAQUE_SK_ALPHATYPE, in sk_test_c_api()
/third_party/flutter/skia/experimental/c-api-example/
Dskia-c-example.c18 sk_imageinfo_t* info = sk_imageinfo_new(w, h, RGBA_8888_SK_COLORTYPE, in make_surface()
Dc.md38 sk_imageinfo_t info;
/third_party/skia/experimental/c-api-example/
Dskia-c-example.c18 sk_imageinfo_t* info = sk_imageinfo_new(w, h, RGBA_8888_SK_COLORTYPE, in make_surface()
Dc.md38 sk_imageinfo_t info;