Searched defs:DrawImagePayload (Results 1 – 1 of 1) sorted by relevance
72 struct DrawImagePayload { struct73 explicit DrawImagePayload(Bitmap& bitmap) in DrawImagePayload() argument82 explicit DrawImagePayload(const SkImage* image) in DrawImagePayload() argument87 DrawImagePayload& operator=(const DrawImagePayload&) = default; argument88 DrawImagePayload& operator=(DrawImagePayload&&) = default; argument91 sk_sp<SkImage> image;92 BitmapPalette palette;94 sk_sp<SkImage> gainmapImage;95 SkGainmapInfo gainmapInfo;