Searched defs:DrawImagePayload (Results 1 – 1 of 1) sorted by relevance
83 struct DrawImagePayload { struct84 explicit DrawImagePayload(Bitmap& bitmap) in DrawImagePayload() function93 explicit DrawImagePayload(const SkImage* image) in DrawImagePayload() argument98 DrawImagePayload& operator=(const DrawImagePayload&) = default; argument99 DrawImagePayload& operator=(DrawImagePayload&&) = default; argument102 sk_sp<SkImage> image;103 BitmapPalette palette;105 sk_sp<SkImage> gainmapImage;106 SkGainmapInfo gainmapInfo;