OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sk_imageinfo_t
(Results
1 - 7
of
7
) 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:__anon29449
/external/skia/tests/
CTest.cpp
16
sk_imageinfo_t
info =
58
sk_imageinfo_t
info = {
/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;
/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 77 milliseconds