Flutter Engine
The Flutter Engine
|
#include "include/core/SkBitmap.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/SkPathUtils.h"
#include "include/core/SkPoint.h"
#include "include/core/SkRRect.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkScalar.h"
#include "include/core/SkStrokeRec.h"
#include "include/core/SkSurface.h"
#include "include/core/SkTypes.h"
#include "include/effects/SkDashPathEffect.h"
#include "tests/Test.h"
#include <cstdint>
Go to the source code of this file.
Functions | |
static void | test_big_aa_rect (skiatest::Reporter *reporter) |
static void | moveToH (SkPath *path, const uint32_t raw[]) |
static void | cubicToH (SkPath *path, const uint32_t raw[]) |
static void | test_crbug131181 () |
static void | test_crbug_140803 () |
static void | test_crbug_1239558 (skiatest::Reporter *reporter) |
static void | test_inversepathwithclip () |
static void | test_bug533 () |
static void | test_crbug_140642 () |
static void | test_crbug_124652 () |
static void | test_bigcubic () |
static void | test_halfway () |
static void | test_giantaa () |
static void | test_infinite_dash (skiatest::Reporter *reporter) |
static void | test_crbug_165432 (skiatest::Reporter *reporter) |
static void | test_crbug_472147_simple (skiatest::Reporter *reporter) |
static void | test_crbug_472147_actual (skiatest::Reporter *reporter) |
DEF_TEST (DrawPath, reporter) | |
|
static |
Definition at line 74 of file DrawPathTest.cpp.
DEF_TEST | ( | DrawPath | , |
reporter | |||
) |
Definition at line 409 of file DrawPathTest.cpp.
|
static |
Definition at line 69 of file DrawPathTest.cpp.
|
static |
Definition at line 32 of file DrawPathTest.cpp.
|
static |
Definition at line 268 of file DrawPathTest.cpp.
|
static |
Definition at line 221 of file DrawPathTest.cpp.
|
static |
Definition at line 90 of file DrawPathTest.cpp.
|
static |
Definition at line 133 of file DrawPathTest.cpp.
|
static |
Definition at line 258 of file DrawPathTest.cpp.
|
static |
Definition at line 238 of file DrawPathTest.cpp.
|
static |
Definition at line 123 of file DrawPathTest.cpp.
|
static |
Definition at line 358 of file DrawPathTest.cpp.
|
static |
Definition at line 393 of file DrawPathTest.cpp.
|
static |
Definition at line 378 of file DrawPathTest.cpp.
|
static |
Definition at line 322 of file DrawPathTest.cpp.
|
static |
Definition at line 281 of file DrawPathTest.cpp.
|
static |
Definition at line 338 of file DrawPathTest.cpp.
|
static |
Definition at line 186 of file DrawPathTest.cpp.