Flutter Engine
The Flutter Engine
|
#include "gm/gm.h"
#include "include/core/SkBlurTypes.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkFont.h"
#include "include/core/SkImage.h"
#include "include/core/SkImageFilter.h"
#include "include/core/SkMaskFilter.h"
#include "include/core/SkPaint.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkString.h"
#include "include/core/SkTypeface.h"
#include "include/effects/SkImageFilters.h"
#include "tools/DecodeUtils.h"
#include "tools/Resources.h"
#include "tools/ToolUtils.h"
#include "tools/fonts/FontToolUtils.h"
#include <stdio.h>
Go to the source code of this file.
Functions | |
DEF_SIMPLE_GM (blurimagevmask, canvas, 700, 1200) | |
DEF_SIMPLE_GM_CAN_FAIL (blur_image, canvas, errorMsg, 500, 500) | |
DEF_SIMPLE_GM | ( | blurimagevmask | , |
canvas | , | ||
700 | , | ||
1200 | |||
) |
Definition at line 29 of file blurimagevmask.cpp.
DEF_SIMPLE_GM_CAN_FAIL | ( | blur_image | , |
canvas | , | ||
errorMsg | , | ||
500 | , | ||
500 | |||
) |
Definition at line 69 of file blurimagevmask.cpp.