Searched refs:encode_pixmap_and_make_image (Results 1 – 1 of 1) sorted by relevance
35 static inline sk_sp<SkImage> encode_pixmap_and_make_image(const SkPixmap& src, in encode_pixmap_and_make_image() function69 auto img0 = encode_pixmap_and_make_image(src, SkJpegEncoder::AlphaOption::kIgnore); in onDraw()70 auto img1 = encode_pixmap_and_make_image(src, SkJpegEncoder::AlphaOption::kBlendOnBlack); in onDraw()77 img0 = encode_pixmap_and_make_image(src, SkJpegEncoder::AlphaOption::kIgnore); in onDraw()78 img1 = encode_pixmap_and_make_image(src, SkJpegEncoder::AlphaOption::kBlendOnBlack); in onDraw()86 img0 = encode_pixmap_and_make_image(src, SkJpegEncoder::AlphaOption::kIgnore); in onDraw()87 img1 = encode_pixmap_and_make_image(src, SkJpegEncoder::AlphaOption::kBlendOnBlack); in onDraw()94 img0 = encode_pixmap_and_make_image(src, SkJpegEncoder::AlphaOption::kIgnore); in onDraw()95 img1 = encode_pixmap_and_make_image(src, SkJpegEncoder::AlphaOption::kBlendOnBlack); in onDraw()