Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkBlurTypes.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkFont.h"
#include "include/core/SkFontTypes.h"
#include "include/core/SkMaskFilter.h"
#include "include/core/SkPaint.h"
#include "include/core/SkScalar.h"
#include "include/core/SkTextBlob.h"
#include "include/core/SkTypeface.h"
#include "src/core/SkBlurMask.h"
#include "tools/ToolUtils.h"
#include "tools/fonts/FontToolUtils.h"
#include <string.h>
Go to the source code of this file.
Functions | |
DEF_SIMPLE_GM (largeglyphblur, canvas, 1920, 600) | |
DEF_SIMPLE_GM | ( | largeglyphblur | , |
canvas | , | ||
1920 | , | ||
600 | |||
) |
Definition at line 26 of file largeglyphblur.cpp.