Flutter Engine
The Flutter Engine
|
#include "tests/Test.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkImageInfo.h"
#include "include/core/SkMatrix.h"
#include "include/core/SkPaint.h"
#include "include/core/SkPath.h"
#include "include/core/SkPathEffect.h"
#include "include/core/SkPathTypes.h"
#include "include/core/SkRRect.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkScalar.h"
#include "include/core/SkSurface.h"
#include "include/core/SkTypes.h"
#include "include/effects/SkDashPathEffect.h"
#include "include/gpu/GpuTypes.h"
#include "include/gpu/GrDirectContext.h"
#include "include/gpu/GrTypes.h"
#include "include/gpu/ganesh/SkSurfaceGanesh.h"
#include "tests/CtsEnforcement.h"
#include <initializer_list>
Go to the source code of this file.
Functions | |
static void | test_drawPathEmpty (skiatest::Reporter *, SkCanvas *canvas) |
static void | fill_and_stroke (SkCanvas *canvas, const SkPath &p1, const SkPath &p2, sk_sp< SkPathEffect > effect) |
static void | test_drawSameRectOvals (skiatest::Reporter *, SkCanvas *canvas) |
DEF_GANESH_TEST_FOR_GL_CONTEXT (GpuDrawPath, reporter, ctxInfo, CtsEnforcement::kNever) | |
DEF_GANESH_TEST_FOR_ALL_CONTEXTS (GrDrawCollapsedPath, reporter, ctxInfo, CtsEnforcement::kApiLevel_T) | |
DEF_GANESH_TEST_FOR_ALL_CONTEXTS (PathTest_CrBug1232834, reporter, ctxInfo, CtsEnforcement::kApiLevel_T) | |
DEF_GANESH_TEST_FOR_ALL_CONTEXTS | ( | GrDrawCollapsedPath | , |
reporter | , | ||
ctxInfo | , | ||
CtsEnforcement::kApiLevel_T | |||
) |
Definition at line 99 of file GpuDrawPathTest.cpp.
DEF_GANESH_TEST_FOR_ALL_CONTEXTS | ( | PathTest_CrBug1232834 | , |
reporter | , | ||
ctxInfo | , | ||
CtsEnforcement::kApiLevel_T | |||
) |
Definition at line 128 of file GpuDrawPathTest.cpp.
DEF_GANESH_TEST_FOR_GL_CONTEXT | ( | GpuDrawPath | , |
reporter | , | ||
ctxInfo | , | ||
CtsEnforcement::kNever | |||
) |
Definition at line 85 of file GpuDrawPathTest.cpp.
|
static |
Definition at line 57 of file GpuDrawPathTest.cpp.
|
static |
Definition at line 34 of file GpuDrawPathTest.cpp.
|
static |
Definition at line 71 of file GpuDrawPathTest.cpp.