Flutter Engine
The Flutter Engine
|
#include "include/core/SkBitmap.h"
#include "include/core/SkColor.h"
#include "include/core/SkColorSpace.h"
#include "include/core/SkImageInfo.h"
#include "include/core/SkMatrix.h"
#include "include/core/SkPath.h"
#include "include/core/SkPathTypes.h"
#include "include/core/SkRect.h"
#include "include/core/SkStrokeRec.h"
#include "include/core/SkSurfaceProps.h"
#include "include/core/SkTypes.h"
#include "include/gpu/GrContextOptions.h"
#include "include/gpu/GrDirectContext.h"
#include "include/private/SkColorData.h"
#include "include/private/gpu/ganesh/GrTypesPriv.h"
#include "src/gpu/SkBackingFit.h"
#include "src/gpu/ganesh/GrDirectContextPriv.h"
#include "src/gpu/ganesh/GrFragmentProcessor.h"
#include "src/gpu/ganesh/GrPaint.h"
#include "src/gpu/ganesh/GrStyle.h"
#include "src/gpu/ganesh/SurfaceDrawContext.h"
#include "tests/CtsEnforcement.h"
#include "tests/Test.h"
#include "tools/gpu/ContextType.h"
#include <memory>
#include <utility>
Go to the source code of this file.
Functions | |
static void | only_allow_default (GrContextOptions *options) |
static SkBitmap | read_back (GrDirectContext *dContext, skgpu::ganesh::SurfaceDrawContext *sdc, int width, int height) |
static SkPath | make_path (const SkRect &outer, int inset, SkPathFillType fill) |
static void | run_test (GrDirectContext *dContext, skiatest::Reporter *reporter) |
DEF_GANESH_TEST_FOR_CONTEXTS (DefaultPathRendererTest, skgpu::IsRenderingContext, reporter, ctxInfo, only_allow_default, CtsEnforcement::kApiLevel_T) | |
Variables | |
static const int | kBigSize = 64 |
static const int | kPad = 3 |
DEF_GANESH_TEST_FOR_CONTEXTS | ( | DefaultPathRendererTest | , |
skgpu::IsRenderingContext | , | ||
reporter | , | ||
ctxInfo | , | ||
only_allow_default | , | ||
CtsEnforcement::kApiLevel_T | |||
) |
Definition at line 139 of file DefaultPathRendererTest.cpp.
|
static |
Definition at line 54 of file DefaultPathRendererTest.cpp.
|
static |
Definition at line 36 of file DefaultPathRendererTest.cpp.
|
static |
Definition at line 40 of file DefaultPathRendererTest.cpp.
|
static |
Definition at line 77 of file DefaultPathRendererTest.cpp.
|
static |
Definition at line 64 of file DefaultPathRendererTest.cpp.
|
static |
Definition at line 65 of file DefaultPathRendererTest.cpp.