Flutter Engine
The Flutter Engine
Image_DeferredFromEncodedData.cpp
Go to the documentation of this file.
1// Copyright 2019 Google LLC.
2// Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
4REG_FIDDLE(Image_DeferredFromEncodedData, 256, 256, false, 3) {
5 void draw(SkCanvas * canvas) {
6 int x = 0;
7 for (int quality : {100, 50, 10, 1}) {
9 options.fQuality = quality;
12 canvas->drawImage(image, x, 0);
13 x += 64;
14 }
15 }
16} // END FIDDLE
const char * options
REG_FIDDLE(Image_DeferredFromEncodedData, 256, 256, false, 3)
static void draw(SkCanvas *canvas, SkRect &target, int x, int y)
Definition: aaclip.cpp:27
void drawImage(const SkImage *image, SkScalar left, SkScalar top)
Definition: SkCanvas.h:1528
T * get() const
Definition: SkRefCnt.h:303
double x
SK_API sk_sp< SkImage > DeferredFromEncodedData(sk_sp< SkData > encoded, std::optional< SkAlphaType > alphaType=std::nullopt)
SK_API bool Encode(SkWStream *dst, const SkPixmap &src, const Options &options)
sk_sp< const SkImage > image
Definition: SkRecords.h:269
std::shared_ptr< const fml::Mapping > data
Definition: texture_gles.cc:63