Flutter Engine Uber Docs
Docs for the entire Flutter Engine repo.
Loading...
Searching...
No Matches
dl_text_skia.cc
Go to the documentation of this file.
1
// Copyright 2013 The Flutter Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#include "
flutter/display_list/dl_text_skia.h
"
6
7
namespace
flutter
{
8
std::shared_ptr<DlTextSkia>
DlTextSkia::Make
(
const
sk_sp<SkTextBlob>& blob) {
9
return
std::make_shared<DlTextSkia>(blob);
10
}
11
12
DlTextSkia::DlTextSkia
(
const
sk_sp<SkTextBlob>& blob) : blob_(blob) {}
13
14
}
// namespace flutter
flutter::DlTextSkia::Make
static std::shared_ptr< DlTextSkia > Make(const sk_sp< SkTextBlob > &blob)
Definition
dl_text_skia.cc:8
flutter::DlTextSkia::DlTextSkia
DlTextSkia(const sk_sp< SkTextBlob > &blob)
Definition
dl_text_skia.cc:12
dl_text_skia.h
flutter
Definition
asset_manager.cc:10
display_list
dl_text_skia.cc
Generated on Tue Dec 2 2025 04:46:37 for Flutter Engine Uber Docs by
1.9.8