Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkFont.h"
#include "include/core/SkFontTypes.h"
#include "include/core/SkImage.h"
#include "include/core/SkImageFilter.h"
#include "include/core/SkPaint.h"
#include "include/core/SkPoint.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkScalar.h"
#include "include/core/SkShader.h"
#include "include/core/SkSize.h"
#include "include/core/SkString.h"
#include "include/core/SkSurface.h"
#include "include/core/SkTileMode.h"
#include "include/core/SkTypeface.h"
#include "include/core/SkTypes.h"
#include "include/effects/SkGradientShader.h"
#include "include/effects/SkImageFilters.h"
#include "include/effects/SkRuntimeEffect.h"
#include "tools/ToolUtils.h"
#include "tools/fonts/FontToolUtils.h"
#include <utility>
#include "include/effects/SkBlenders.h"
Go to the source code of this file.
Classes | |
class | ArithmodeGM |
class | ArithmodeBlenderGM |
Functions | |
static sk_sp< SkImage > | make_src (int w, int h) |
static sk_sp< SkImage > | make_dst (int w, int h) |
static void | show_k_text (SkCanvas *canvas, SkScalar x, SkScalar y, const SkScalar k[]) |
Definition at line 51 of file arithmode.cpp.
Definition at line 35 of file arithmode.cpp.
Definition at line 67 of file arithmode.cpp.