Flutter Engine
The Flutter Engine
std
hash< impeller::Font::Metrics >
Public Member Functions
|
List of all members
std::hash< impeller::Font::Metrics > Struct Reference
#include <
font.h
>
Public Member Functions
constexpr std::size_t
operator()
(const
impeller::Font::Metrics
&m) const
Detailed Description
Definition at line
94
of file
font.h
.
Member Function Documentation
◆
operator()()
constexpr std::size_t
std::hash
<
impeller::Font::Metrics
>::operator()
(
const
impeller::Font::Metrics
&
m
)
const
inline
constexpr
Definition at line
95
of file
font.h
.
95
{
96
return
fml::HashCombine
(
m
.point_size,
m
.skewX,
m
.scaleX);
97
}
dart_profiler_symbols.m
m
Definition:
dart_profiler_symbols.py:64
fml::HashCombine
constexpr std::size_t HashCombine()
Definition:
hash_combine.h:25
The documentation for this struct was generated from the following file:
impeller/typographer/
font.h
Generated on Sun Jun 23 2024 22:00:53 for Flutter Engine by
1.9.4