Flutter Engine
The Flutter Engine
|
#include "include/core/SkAlphaType.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkColorSpace.h"
#include "include/core/SkImage.h"
#include "include/core/SkImageInfo.h"
#include "include/core/SkPicture.h"
#include "include/core/SkPixmap.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/ganesh/SkSurfaceGanesh.h"
#include "tests/CtsEnforcement.h"
#include "tests/Test.h"
#include "tools/DecodeUtils.h"
#include "tools/Resources.h"
#include <cstdint>
#include <initializer_list>
#include "include/core/SkPictureRecorder.h"
Go to the source code of this file.
Functions | |
static void | check_isopaque (skiatest::Reporter *reporter, const sk_sp< SkSurface > &surface, bool expectedOpaque) |
DEF_TEST (ImageIsOpaqueTest, reporter) | |
DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS (ImageIsOpaqueTest_Gpu, reporter, ctxInfo, CtsEnforcement::kApiLevel_T) | |
static sk_sp< SkPicture > | make_picture () |
DEF_TEST (Image_isAlphaOnly, reporter) | |
|
static |
Definition at line 32 of file ImageIsOpaqueTest.cpp.
DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS | ( | ImageIsOpaqueTest_Gpu | , |
reporter | , | ||
ctxInfo | , | ||
CtsEnforcement::kApiLevel_T | |||
) |
Definition at line 48 of file ImageIsOpaqueTest.cpp.
DEF_TEST | ( | Image_isAlphaOnly | , |
reporter | |||
) |
Definition at line 74 of file ImageIsOpaqueTest.cpp.
DEF_TEST | ( | ImageIsOpaqueTest | , |
reporter | |||
) |
Definition at line 38 of file ImageIsOpaqueTest.cpp.
Definition at line 67 of file ImageIsOpaqueTest.cpp.