Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
skia::textlayout::ParagraphCache::Entry Struct Reference

Public Member Functions

 Entry (ParagraphCacheValue *value)
 

Public Attributes

std::unique_ptr< ParagraphCacheValuefValue
 

Detailed Description

Definition at line 235 of file ParagraphCache.cpp.

Constructor & Destructor Documentation

◆ Entry()

skia::textlayout::ParagraphCache::Entry::Entry ( ParagraphCacheValue value)
inline

Definition at line 237 of file ParagraphCache.cpp.

237: fValue(value) {}
std::unique_ptr< ParagraphCacheValue > fValue

Member Data Documentation

◆ fValue

std::unique_ptr<ParagraphCacheValue> skia::textlayout::ParagraphCache::Entry::fValue

Definition at line 238 of file ParagraphCache.cpp.


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