Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
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 76 of file font.h.

Member Function Documentation

◆ operator()()

constexpr std::size_t std::hash< impeller::Font::Metrics >::operator() ( const impeller::Font::Metrics m) const
inlineconstexpr

Definition at line 77 of file font.h.

77 {
78 return fml::HashCombine(m.point_size, m.skewX, m.scaleX);
79 }
constexpr std::size_t HashCombine()

The documentation for this struct was generated from the following file: