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

  /external/skia/include/c/
sk_surface.h 23 @param sk_imageinfo_t* Specify the width, height, color type, and
29 SK_API sk_surface_t* sk_surface_new_raster(const sk_imageinfo_t*, const sk_surfaceprops_t*);
37 @param sk_imageinfo_t* Specify the width, height, color type, and
48 SK_API sk_surface_t* sk_surface_new_raster_direct(const sk_imageinfo_t*,
sk_image.h 22 SK_API sk_image_t* sk_image_new_raster_copy(const sk_imageinfo_t*, const void* pixels, size_t rowBytes);
sk_types.h 91 } sk_imageinfo_t; typedef in typeref:struct:__anon30772
  /external/skia/tests/
CTest.cpp 16 sk_imageinfo_t info =
58 sk_imageinfo_t info = {
  /external/skia/experimental/go-skia/
ctypes.go 54 type ImageInfo C.sk_imageinfo_t
skia.go 206 func (i *ImageInfo) cPointer() *C.sk_imageinfo_t {
207 return (*C.sk_imageinfo_t)(unsafe.Pointer(i))
  /external/skia/gm/
cgm.c 53 sk_imageinfo_t info = {
  /external/skia/experimental/c-api-example/
skia-c-example.c 17 sk_imageinfo_t info;
c.md 38 sk_imageinfo_t info;
  /external/skia/src/c/
sk_surface.cpp 81 static bool from_c_info(const sk_imageinfo_t& cinfo, SkImageInfo* info) {
221 sk_image_t* sk_image_new_raster_copy(const sk_imageinfo_t* cinfo, const void* pixels,
424 sk_surface_t* sk_surface_new_raster(const sk_imageinfo_t* cinfo,
439 sk_surface_t* sk_surface_new_raster_direct(const sk_imageinfo_t* cinfo, void* pixels,

Completed in 99 milliseconds