Flutter Engine
The Flutter Engine
std
equal_to< impeller::Glyph >
Public Member Functions
|
List of all members
std::equal_to< impeller::Glyph > Struct Reference
#include <
glyph.h
>
Public Member Functions
constexpr bool
operator()
(const
impeller::Glyph
&lhs, const
impeller::Glyph
&rhs) const
Detailed Description
Definition at line
48
of file
glyph.h
.
Member Function Documentation
◆
operator()()
constexpr bool std::equal_to<
impeller::Glyph
>::operator()
(
const
impeller::Glyph
&
lhs
,
const
impeller::Glyph
&
rhs
)
const
inline
constexpr
Definition at line
49
of file
glyph.h
.
50
{
51
return
lhs.
index
== rhs.
index
&& lhs.
type
== rhs.
type
;
52
}
impeller::Glyph::index
uint16_t index
Definition:
glyph.h:22
impeller::Glyph::type
Type type
Whether the glyph is a path or a bitmap.
Definition:
glyph.h:27
The documentation for this struct was generated from the following file:
impeller/typographer/
glyph.h
Generated on Sun Jun 23 2024 22:00:53 for Flutter Engine by
1.9.4