Flutter Engine
The Flutter Engine
|
#include "include/core/SkBitmap.h"
#include "include/core/SkBlendMode.h"
#include "include/core/SkBlender.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkImageInfo.h"
#include "include/core/SkPaint.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkShader.h"
#include "include/core/SkSurface.h"
#include "include/core/SkTypes.h"
#include "include/gpu/GpuTypes.h"
#include "include/gpu/GrDirectContext.h"
#include "include/gpu/ganesh/SkSurfaceGanesh.h"
#include "tests/CtsEnforcement.h"
#include "tests/Test.h"
#include "tools/RuntimeBlendUtils.h"
#include <cmath>
#include <initializer_list>
#include <vector>
Go to the source code of this file.
Functions | |
static bool | nearly_equal (const SkColor &x, const SkColor &y) |
static void | test_blend (skiatest::Reporter *r, SkSurface *surface) |
DEF_TEST (SkRuntimeBlender_CPU, r) | |
DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS (SkRuntimeBlender_GPU, r, ctxInfo, CtsEnforcement::kApiLevel_T) | |
DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS | ( | SkRuntimeBlender_GPU | , |
r | , | ||
ctxInfo | , | ||
CtsEnforcement::kApiLevel_T | |||
) |
Definition at line 109 of file RuntimeBlendTest.cpp.
DEF_TEST | ( | SkRuntimeBlender_CPU | , |
r | |||
) |
Definition at line 102 of file RuntimeBlendTest.cpp.
Definition at line 33 of file RuntimeBlendTest.cpp.
|
static |
Definition at line 41 of file RuntimeBlendTest.cpp.