Flutter Engine
The Flutter Engine
|
#include "include/core/SkCanvas.h"
#include "include/core/SkColor.h"
#include "include/core/SkData.h"
#include "include/core/SkFont.h"
#include "include/core/SkFontStyle.h"
#include "include/core/SkFontTypes.h"
#include "include/core/SkImage.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/SkSerialProcs.h"
#include "include/core/SkSurface.h"
#include "include/core/SkTextBlob.h"
#include "include/core/SkTypeface.h"
#include "include/core/SkTypes.h"
#include "include/private/base/SkTArray.h"
#include "include/private/base/SkTemplates.h"
#include "include/private/base/SkTo.h"
#include "src/core/SkFontPriv.h"
#include "src/core/SkTextBlobPriv.h"
#include "tests/Test.h"
#include "tools/ToolUtils.h"
#include "tools/fonts/FontToolUtils.h"
#include <algorithm>
#include <cstdint>
#include <cstring>
#include <string>
Go to the source code of this file.
Classes | |
class | TextBlobTester |
Functions | |
DEF_TEST (TextBlob_builder, reporter) | |
DEF_TEST (TextBlob_paint, reporter) | |
DEF_TEST (TextBlob_extended, reporter) | |
static void | add_run (SkTextBlobBuilder *builder, const char text[], SkScalar x, SkScalar y, sk_sp< SkTypeface > tf) |
static sk_sp< SkImage > | render (const SkTextBlob *blob) |
static sk_sp< SkData > | SerializeTypeface (SkTypeface *tf, void *ctx) |
static sk_sp< SkTypeface > | DeserializeTypeface (const void *data, size_t length, void *ctx) |
DEF_TEST (TextBlob_serialize, reporter) | |
DEF_TEST (TextBlob_MakeAsDrawText, reporter) | |
DEF_TEST (TextBlob_iter, reporter) | |
DEF_TEST (TextBlob_getIntercepts, reporter) | |
|
static |
Definition at line 370 of file TextBlobTest.cpp.
DEF_TEST | ( | TextBlob_builder | , |
reporter | |||
) |
Definition at line 325 of file TextBlobTest.cpp.
DEF_TEST | ( | TextBlob_extended | , |
reporter | |||
) |
Definition at line 334 of file TextBlobTest.cpp.
DEF_TEST | ( | TextBlob_getIntercepts | , |
reporter | |||
) |
Definition at line 513 of file TextBlobTest.cpp.
DEF_TEST | ( | TextBlob_iter | , |
reporter | |||
) |
Definition at line 481 of file TextBlobTest.cpp.
DEF_TEST | ( | TextBlob_MakeAsDrawText | , |
reporter | |||
) |
Definition at line 467 of file TextBlobTest.cpp.
DEF_TEST | ( | TextBlob_paint | , |
reporter | |||
) |
Definition at line 330 of file TextBlobTest.cpp.
DEF_TEST | ( | TextBlob_serialize | , |
reporter | |||
) |
Definition at line 434 of file TextBlobTest.cpp.
|
static |
Definition at line 410 of file TextBlobTest.cpp.
|
static |
Definition at line 385 of file TextBlobTest.cpp.
|
static |
Definition at line 398 of file TextBlobTest.cpp.