HomeSort by relevance Sort by last modified time
    Searched refs:sk_alphatype_t (Results 1 - 6 of 6) sorted by null

  /external/skia/include/c/
sk_imageinfo.h 32 } sk_alphatype_t; typedef in typeref:enum:__anon37810
38 sk_imageinfo_t* sk_imageinfo_new(int width, int height, sk_colortype_t ct, sk_alphatype_t at,
50 sk_alphatype_t sk_imageinfo_get_alphatype(sk_imageinfo_t*);
  /external/skqp/include/c/
sk_imageinfo.h 32 } sk_alphatype_t; typedef in typeref:enum:__anon38616
38 sk_imageinfo_t* sk_imageinfo_new(int width, int height, sk_colortype_t ct, sk_alphatype_t at,
50 sk_alphatype_t sk_imageinfo_get_alphatype(sk_imageinfo_t*);
  /external/skia/src/c/
sk_imageinfo.cpp 28 sk_alphatype_t fC;
60 static bool from_c_alphatype(sk_alphatype_t cAT, SkAlphaType* skAT) {
72 static bool to_c_alphatype(SkAlphaType skAT, sk_alphatype_t* cAT) {
90 sk_imageinfo_t* sk_imageinfo_new(int w, int h, sk_colortype_t cct, sk_alphatype_t cat,
120 sk_alphatype_t sk_imageinfo_get_alphatype(const sk_imageinfo_t* cinfo) {
121 sk_alphatype_t at;
  /external/skqp/src/c/
sk_imageinfo.cpp 28 sk_alphatype_t fC;
60 static bool from_c_alphatype(sk_alphatype_t cAT, SkAlphaType* skAT) {
72 static bool to_c_alphatype(SkAlphaType skAT, sk_alphatype_t* cAT) {
90 sk_imageinfo_t* sk_imageinfo_new(int w, int h, sk_colortype_t cct, sk_alphatype_t cat,
120 sk_alphatype_t sk_imageinfo_get_alphatype(const sk_imageinfo_t* cinfo) {
121 sk_alphatype_t at;
  /external/skia/experimental/go-skia/
ctypes.go 36 type AlphaType C.sk_alphatype_t
  /external/skqp/experimental/go-skia/
ctypes.go 36 type AlphaType C.sk_alphatype_t

Completed in 1761 milliseconds