Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Classes | Variables
XferSlide.cpp File Reference
#include "include/core/SkCanvas.h"
#include "include/core/SkDrawable.h"
#include "include/core/SkFont.h"
#include "include/core/SkPath.h"
#include "include/core/SkRSXform.h"
#include "include/core/SkSamplingOptions.h"
#include "include/core/SkString.h"
#include "include/core/SkSurface.h"
#include "include/effects/SkGradientShader.h"
#include "include/utils/SkTextUtils.h"
#include "src/base/SkRandom.h"
#include "tools/DecodeUtils.h"
#include "tools/fonts/FontToolUtils.h"
#include "tools/viewer/ClickHandlerSlide.h"
#include "tools/Resources.h"

Go to the source code of this file.

Classes

struct  ModeButton
 
class  ModeDrawable
 
class  CircDrawable
 
class  XferSlide
 
class  CubicResamplerSlide
 

Variables

const SkBlendMode gModes []
 
const int N_Modes = std::size(gModes)
 
static SkRandom gRand
 

Variable Documentation

◆ gModes

const SkBlendMode gModes[]

◆ gRand

SkRandom gRand
static

Definition at line 36 of file XferSlide.cpp.

◆ N_Modes

const int N_Modes = std::size(gModes)

Definition at line 34 of file XferSlide.cpp.