Flutter Engine
The Flutter Engine
|
#include "include/core/SkAlphaType.h"
#include "include/core/SkBitmap.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkColorType.h"
#include "include/core/SkImageInfo.h"
#include "include/core/SkPaint.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkSurface.h"
#include "include/core/SkTypes.h"
#include "include/gpu/GpuTypes.h"
#include "include/gpu/GrDirectContext.h"
#include "include/gpu/GrTypes.h"
#include "include/gpu/ganesh/SkSurfaceGanesh.h"
#include "include/private/base/SkDebug.h"
#include "tests/CtsEnforcement.h"
#include "tests/Test.h"
#include <cstdint>
Go to the source code of this file.
Functions | |
static SkBitmap | read_pixels (sk_sp< SkSurface > surface, SkColor initColor) |
static sk_sp< SkSurface > | make_surface (GrRecordingContext *rContext) |
static void | test_bug_6653 (GrDirectContext *dContext, skiatest::Reporter *reporter, const char *label) |
DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS (skbug6653, reporter, ctxInfo, CtsEnforcement::kApiLevel_T) | |
DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS | ( | skbug6653 | , |
reporter | , | ||
ctxInfo | , | ||
CtsEnforcement::kApiLevel_T | |||
) |
Definition at line 115 of file Skbug6653.cpp.
|
static |
Definition at line 42 of file Skbug6653.cpp.
Definition at line 32 of file Skbug6653.cpp.
|
static |
Definition at line 48 of file Skbug6653.cpp.