Home
last modified time | relevance | path

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

/external/skia/include/c/
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_image.h22 SK_API sk_image_t* sk_image_new_raster_copy(const sk_imageinfo_t*, const void* pixels, size_t rowBy…
Dsk_types.h91 } sk_imageinfo_t; typedef
/external/skia/tests/
DCTest.cpp16 sk_imageinfo_t info = in shader_test()
58 sk_imageinfo_t info = { in test_c()
/external/skia/src/c/
Dsk_surface.cpp81 static bool from_c_info(const sk_imageinfo_t& cinfo, SkImageInfo* info) { in from_c_info()
221 sk_image_t* sk_image_new_raster_copy(const sk_imageinfo_t* cinfo, const void* pixels, in sk_image_new_raster_copy()
424 sk_surface_t* sk_surface_new_raster(const sk_imageinfo_t* cinfo, in sk_surface_new_raster()
439 sk_surface_t* sk_surface_new_raster_direct(const sk_imageinfo_t* cinfo, void* pixels, in sk_surface_new_raster_direct()
/external/skia/experimental/go-skia/
Dctypes.go54 type ImageInfo C.sk_imageinfo_t
Dskia.go206 func (i *ImageInfo) cPointer() *C.sk_imageinfo_t {
207 return (*C.sk_imageinfo_t)(unsafe.Pointer(i))
/external/skia/gm/
Dcgm.c53 sk_imageinfo_t info = { in sk_test_c_api()
/external/skia/experimental/c-api-example/
Dskia-c-example.c17 sk_imageinfo_t info; in make_surface()
Dc.md38 sk_imageinfo_t info;