Flutter Engine
Loading...
Searching...
No Matches
dl_text.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.h
"
6
7
#include <memory>
8
9
namespace
flutter
{
10
11
bool
DlText::operator==
(
const
DlText
& other)
const
{
12
return
GetTextBlob
() == other.
GetTextBlob
() &&
13
GetTextFrame
() == other.
GetTextFrame
();
14
}
15
16
}
// namespace flutter
flutter::DlText
Definition
dl_text.h:17
flutter::DlText::GetTextBlob
virtual const SkTextBlob * GetTextBlob() const =0
flutter::DlText::operator==
bool operator==(const DlText &other) const
Definition
dl_text.cc:11
flutter::DlText::GetTextFrame
virtual std::shared_ptr< impeller::TextFrame > GetTextFrame() const =0
dl_text.h
flutter
Definition
asset_manager.cc:10
display_list
dl_text.cc
Generated on Thu Nov 6 2025 16:11:21 for Flutter Engine by
1.9.8