Searched defs:SkEncodedInfo (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/skia/include/private/ |
H A D | SkEncodedInfo.h | 25 struct SkEncodedInfo { struct 32 const skcms_ICCProfile* profile() const { return &fProfile; } in profile() 33 sk_sp<SkData> data() const { return fData; } in data() 37 skcms_ICCProfile fProfile; 38 sk_sp<SkData> fData; 41 enum Alpha { 58 enum Color { 107 static SkEncodedInfo Make(int width, int height, Color color, Alpha alpha, in Make() argument 112 static SkEncodedInfo Make(int width, int height, Color color, in Make() argument 118 static SkEncodedInfo Make(int width, int height, Color color, in Make() argument [all …]
|