Flutter Engine
The Flutter Engine
|
#include "include/core/SkAlphaType.h"
#include "include/core/SkBitmap.h"
#include "include/core/SkBlendMode.h"
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkColorType.h"
#include "include/core/SkDataTable.h"
#include "include/core/SkFont.h"
#include "include/core/SkFontMgr.h"
#include "include/core/SkFontStyle.h"
#include "include/core/SkFontTypes.h"
#include "include/core/SkImageInfo.h"
#include "include/core/SkPaint.h"
#include "include/core/SkPoint.h"
#include "include/core/SkRect.h"
#include "include/core/SkRefCnt.h"
#include "include/core/SkScalar.h"
#include "include/core/SkStream.h"
#include "include/core/SkString.h"
#include "include/core/SkSurface.h"
#include "include/core/SkSurfaceProps.h"
#include "include/core/SkTextBlob.h"
#include "include/core/SkTypeface.h"
#include "include/core/SkTypes.h"
#include "include/encode/SkPngEncoder.h"
#include "include/gpu/GpuTypes.h"
#include "include/gpu/GrDirectContext.h"
#include "include/gpu/ganesh/SkSurfaceGanesh.h"
#include "include/private/base/SkTArray.h"
#include "include/private/base/SkTemplates.h"
#include "include/private/base/SkTo.h"
#include "src/base/SkSpinlock.h"
#include "src/gpu/ganesh/GrDirectContextPriv.h"
#include "src/gpu/ganesh/text/GrAtlasManager.h"
#include "src/text/gpu/TextBlobRedrawCoordinator.h"
#include "tests/CtsEnforcement.h"
#include "tests/Test.h"
#include "tools/fonts/FontToolUtils.h"
#include "tools/fonts/RandomScalerContext.h"
#include "tools/gpu/ganesh/GrAtlasTools.h"
#include <algorithm>
#include <cstdint>
#include <cstring>
#include <string>
Go to the source code of this file.
Classes | |
class | GrTextBlobTestingPeer |
Variables | |
static const int | kWidth = 1024 |
static const int | kHeight = 768 |
static const int | kScreenDim = 160 |
static const bool | kDumpPngs = true |
Definition at line 234 of file TextBlobCacheTest.cpp.
DEF_GANESH_TEST_FOR_MOCK_CONTEXT | ( | TextBlobAbnormal | , |
reporter | , | ||
ctxInfo | |||
) |
Definition at line 208 of file TextBlobCacheTest.cpp.
DEF_GANESH_TEST_FOR_MOCK_CONTEXT | ( | TextBlobCache | , |
reporter | , | ||
ctxInfo | |||
) |
Definition at line 200 of file TextBlobCacheTest.cpp.
DEF_GANESH_TEST_FOR_MOCK_CONTEXT | ( | TextBlobStressAbnormal | , |
reporter | , | ||
ctxInfo | |||
) |
Definition at line 212 of file TextBlobCacheTest.cpp.
DEF_GANESH_TEST_FOR_MOCK_CONTEXT | ( | TextBlobStressCache | , |
reporter | , | ||
ctxInfo | |||
) |
Definition at line 204 of file TextBlobCacheTest.cpp.
DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS | ( | TextBlobJaggedGlyph | , |
reporter | , | ||
ctxInfo | , | ||
CtsEnforcement::kApiLevel_T | |||
) |
Definition at line 327 of file TextBlobCacheTest.cpp.
DEF_GANESH_TEST_FOR_RENDERING_CONTEXTS | ( | TextBlobSmoothScroll | , |
reporter | , | ||
ctxInfo | , | ||
CtsEnforcement::kApiLevel_T | |||
) |
Definition at line 386 of file TextBlobCacheTest.cpp.
|
static |
Definition at line 62 of file TextBlobCacheTest.cpp.
|
static |
Definition at line 218 of file TextBlobCacheTest.cpp.
|
static |
Definition at line 249 of file TextBlobCacheTest.cpp.
|
static |
Definition at line 78 of file TextBlobCacheTest.cpp.
|
static |
Definition at line 92 of file TextBlobCacheTest.cpp.
void write_png | ( | const std::string & | filename, |
const SkBitmap & | bitmap | ||
) |
Definition at line 321 of file TextBlobCacheTest.cpp.
|
static |
Definition at line 317 of file TextBlobCacheTest.cpp.
|
static |
Definition at line 76 of file TextBlobCacheTest.cpp.
|
static |
Definition at line 216 of file TextBlobCacheTest.cpp.
|
static |
Definition at line 75 of file TextBlobCacheTest.cpp.