#include <dl_text_skia.h>
|
| static std::shared_ptr< DlTextSkia > | Make (const sk_sp< SkTextBlob > &blob) |
| |
Definition at line 13 of file dl_text_skia.h.
◆ ~DlTextSkia()
| flutter::DlTextSkia::~DlTextSkia |
( |
| ) |
|
|
default |
◆ DlTextSkia()
| flutter::DlTextSkia::DlTextSkia |
( |
const sk_sp< SkTextBlob > & |
blob | ) |
|
|
explicit |
◆ GetBounds()
| DlRect flutter::DlTextSkia::GetBounds |
( |
| ) |
const |
|
inlinevirtual |
◆ GetTextBlob()
| const SkTextBlob * flutter::DlTextSkia::GetTextBlob |
( |
| ) |
const |
|
inlinevirtual |
◆ GetTextFrame()
◆ Make()
| std::shared_ptr< DlTextSkia > flutter::DlTextSkia::Make |
( |
const sk_sp< SkTextBlob > & |
blob | ) |
|
|
static |
Definition at line 8 of file dl_text_skia.cc.
8 {
9 return std::make_shared<DlTextSkia>(blob);
10}
Referenced by flutter::testing::BM_DrawTextBlob(), flutter::testing::CreateAllRenderingOps(), flutter::testing::TEST(), flutter::testing::TEST(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), impeller::testing::TEST_P(), impeller::testing::TEST_P(), impeller::testing::TEST_P(), impeller::testing::TEST_P(), impeller::testing::TEST_P(), and impeller::testing::TEST_P().
The documentation for this class was generated from the following files: