#include <functional>
#include <memory>
#include <optional>
#include "flutter/fml/build_config.h"
#include "flutter/third_party/abseil-cpp/absl/container/flat_hash_map.h"
#include "impeller/core/texture.h"
#include "impeller/geometry/rect.h"
#include "impeller/typographer/font_glyph_pair.h"
#include "impeller/typographer/rectangle_packer.h"
Go to the source code of this file.
Classes | |
struct | impeller::AbslHashAdapterCombiner< T > |
Helper for AbslHashAdapter. Tallies a hash value with fml::HashCombine. More... | |
struct | impeller::AbslHashAdapter< T > |
struct | impeller::FrameBounds |
class | impeller::GlyphAtlas |
A texture containing the bitmap representation of glyphs in different fonts along with the ability to query the location of specific font glyphs within the texture. More... | |
class | impeller::GlyphAtlasContext |
A container for caching a glyph atlas across frames. More... | |
class | impeller::FontGlyphAtlas |
An object that can look up glyph locations within the GlyphAtlas for a particular typeface. More... | |
Namespaces | |
impeller | |