Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Functions
Image_DeferredFromEncodedData.cpp File Reference
#include "tools/fiddle/examples.h"

Go to the source code of this file.

Functions

 REG_FIDDLE (Image_DeferredFromEncodedData, 256, 256, false, 3)
 

Function Documentation

◆ REG_FIDDLE()

REG_FIDDLE ( Image_DeferredFromEncodedData  ,
256  ,
256  ,
false  ,
 
)

Definition at line 5 of file Image_DeferredFromEncodedData.cpp.

5 {
6 void draw(SkCanvas * canvas) {
7 int x = 0;
8 for (int quality : {100, 50, 10, 1}) {
10 options.fQuality = quality;
13 canvas->drawImage(image, x, 0);
14 x += 64;
15 }
16 }
17} // END FIDDLE
const char * options
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
sk_sp< SkImage > image
Definition examples.cpp:29
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)
DEF_SWITCHES_START aot vmservice shared library Name of the *so containing AOT compiled Dart assets for launching the service isolate vm snapshot data
Definition switches.h:41