Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkBitmap.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkFont.h"
#include "include/core/SkFontArguments.h"
#include "include/core/SkFontMgr.h"
#include "include/core/SkFontTypes.h"
#include "include/core/SkImageInfo.h"
#include "include/core/SkPaint.h"
#include "include/core/SkPathEffect.h"
#include "include/core/SkPoint.h"
#include "include/core/SkScalar.h"
#include "include/core/SkStream.h"
#include "include/core/SkTextBlob.h"
#include "include/core/SkTypeface.h"
#include "include/core/SkTypes.h"
#include "include/effects/SkDashPathEffect.h"
#include "tools/Resources.h"
#include "tools/ToolUtils.h"
#include "tools/fonts/FontToolUtils.h"
Go to the source code of this file.
Functions | |
static void | test_nulldev (SkCanvas *canvas) |
static void | draw_text_stroked (SkCanvas *canvas, const SkPaint &paint, const SkFont &font, SkScalar strokeWidth) |
static void | draw_text_set (SkCanvas *canvas, const SkPaint &paint, const SkFont &font) |
DEF_SIMPLE_GM (stroketext, canvas, 1200, 480) | |
DEF_SIMPLE_GM_CAN_FAIL (stroketext_native, canvas, msg, 650, 420) | |
DEF_SIMPLE_GM | ( | stroketext | , |
canvas | , | ||
1200 | , | ||
480 | |||
) |
Definition at line 88 of file stroketext.cpp.
DEF_SIMPLE_GM_CAN_FAIL | ( | stroketext_native | , |
canvas | , | ||
msg | , | ||
650 | , | ||
420 | |||
) |
Definition at line 102 of file stroketext.cpp.
Definition at line 64 of file stroketext.cpp.
|
static |
Definition at line 45 of file stroketext.cpp.
|
static |
Definition at line 30 of file stroketext.cpp.