![]() |
Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkBlendMode.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkColorFilter.h"
#include "include/core/SkFont.h"
#include "include/core/SkFontMgr.h"
#include "include/core/SkFontTypes.h"
#include "include/core/SkImage.h"
#include "include/core/SkImageInfo.h"
#include "include/core/SkPaint.h"
#include "include/core/SkPath.h"
#include "include/core/SkPathMeasure.h"
#include "include/core/SkPoint.h"
#include "include/core/SkRSXform.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/SkStream.h"
#include "include/core/SkString.h"
#include "include/core/SkSurface.h"
#include "include/core/SkTextBlob.h"
#include "include/core/SkTileMode.h"
#include "include/core/SkTypeface.h"
#include "include/core/SkTypes.h"
#include "include/core/SkVertices.h"
#include "include/effects/SkGradientShader.h"
#include "include/private/base/SkTemplates.h"
#include "src/base/SkAutoMalloc.h"
#include "src/core/SkFontPriv.h"
#include "tools/DecodeUtils.h"
#include "tools/Resources.h"
#include "tools/ToolUtils.h"
#include "tools/fonts/FontToolUtils.h"
#include <initializer_list>
Go to the source code of this file.
Classes | |
class | DrawAtlasGM |
Functions | |
static void | draw_text_on_path (SkCanvas *canvas, const void *text, size_t length, const SkPoint xy[], const SkPath &path, const SkFont &font, const SkPaint &paint, float baseline_offset) |
static sk_sp< SkShader > | make_shader () |
static void | drawTextPath (SkCanvas *canvas, bool doStroke) |
DEF_SIMPLE_GM (drawTextRSXform, canvas, 430, 860) | |
DEF_SIMPLE_GM (blob_rsxform, canvas, 500, 100) | |
DEF_SIMPLE_GM (blob_rsxform_distortable, canvas, 500, 100) | |
static sk_sp< SkVertices > | make_vertices (sk_sp< SkImage > image, const SkRect &r, SkColor color) |
DEF_SIMPLE_GM (compare_atlas_vertices, canvas, 560, 585) | |
DEF_SIMPLE_GM | ( | blob_rsxform | , |
canvas | , | ||
500 | , | ||
100 | |||
) |
Definition at line 237 of file drawatlas.cpp.
DEF_SIMPLE_GM | ( | blob_rsxform_distortable | , |
canvas | , | ||
500 | , | ||
100 | |||
) |
Definition at line 264 of file drawatlas.cpp.
DEF_SIMPLE_GM | ( | compare_atlas_vertices | , |
canvas | , | ||
560 | , | ||
585 | |||
) |
Definition at line 324 of file drawatlas.cpp.
DEF_SIMPLE_GM | ( | drawTextRSXform | , |
canvas | , | ||
430 | , | ||
860 | |||
) |
Definition at line 227 of file drawatlas.cpp.
|
static |
Definition at line 132 of file drawatlas.cpp.
|
static |
Definition at line 187 of file drawatlas.cpp.
Definition at line 181 of file drawatlas.cpp.
|
static |
Definition at line 304 of file drawatlas.cpp.