Flutter Engine
The Flutter Engine
|
#include <SkChromeRemoteGlyphCache.h>
Classes | |
class | DiscardableHandleManager |
Public Member Functions | |
SK_SPI | SkStrikeServer (DiscardableHandleManager *discardableHandleManager) |
SK_SPI | ~SkStrikeServer () |
SK_API std::unique_ptr< SkCanvas > | makeAnalysisCanvas (int width, int height, const SkSurfaceProps &props, sk_sp< SkColorSpace > colorSpace, bool DFTSupport, bool DFTPerspSupport=true) |
SK_SPI void | writeStrikeData (std::vector< uint8_t > *memory) |
void | setMaxEntriesInDescriptorMapForTesting (size_t count) |
size_t | remoteStrikeMapSizeForTesting () const |
Definition at line 31 of file SkChromeRemoteGlyphCache.h.
|
explicit |
Definition at line 515 of file SkChromeRemoteGlyphCache.cpp.
|
default |
std::unique_ptr< SkCanvas > SkStrikeServer::makeAnalysisCanvas | ( | int | width, |
int | height, | ||
const SkSurfaceProps & | props, | ||
sk_sp< SkColorSpace > | colorSpace, | ||
bool | DFTSupport, | ||
bool | DFTPerspSupport = true |
||
) |
Definition at line 520 of file SkChromeRemoteGlyphCache.cpp.
size_t SkStrikeServer::remoteStrikeMapSizeForTesting | ( | ) | const |
Definition at line 564 of file SkChromeRemoteGlyphCache.cpp.
void SkStrikeServer::setMaxEntriesInDescriptorMapForTesting | ( | size_t | count | ) |
Definition at line 561 of file SkChromeRemoteGlyphCache.cpp.
void SkStrikeServer::writeStrikeData | ( | std::vector< uint8_t > * | memory | ) |
Definition at line 555 of file SkChromeRemoteGlyphCache.cpp.