Searched defs:DrawImage (Results 1 – 2 of 2) sorted by relevance
57 DrawImage, enumerator
342 struct DrawImage final : Op { struct343 static const auto kType = Type::DrawImage;344 DrawImage(DrawImagePayload&& payload, SkScalar x, SkScalar y, const SkSamplingOptions& sampling, in DrawImage() function357 sk_sp<const SkImage> image;358 SkScalar x, y;359 SkSamplingOptions sampling;360 SkPaint paint;361 BitmapPalette palette;362 sk_sp<const SkImage> gainmap;363 SkGainmapInfo gainmapInfo;[all …]