Searched defs:DrawImage (Results 1 – 2 of 2) sorted by relevance
57 DrawImage, enumerator
338 struct DrawImage final : Op { struct339 static const auto kType = Type::DrawImage;340 DrawImage(DrawImagePayload&& payload, SkScalar x, SkScalar y, const SkSamplingOptions& sampling, in DrawImage() function353 sk_sp<const SkImage> image;354 SkScalar x, y;355 SkSamplingOptions sampling;356 SkPaint paint;357 BitmapPalette palette;358 sk_sp<const SkImage> gainmap;359 SkGainmapInfo gainmapInfo;[all …]