#include <raster_cache_key.h>
Definition at line 76 of file raster_cache_key.h.
◆ Map
◆ RasterCacheKey() [1/2]
| flutter::RasterCacheKey::RasterCacheKey |
( |
uint64_t |
unique_id, |
|
|
RasterCacheKeyType |
type, |
|
|
const SkMatrix & |
ctm |
|
) |
| |
|
inline |
Definition at line 78 of file raster_cache_key.h.
RasterCacheKey(uint64_t unique_id, RasterCacheKeyType type, const SkMatrix &ctm)
◆ RasterCacheKey() [2/2]
| flutter::RasterCacheKey::RasterCacheKey |
( |
RasterCacheKeyID |
id, |
|
|
const SkMatrix & |
ctm |
|
) |
| |
|
inline |
Definition at line 83 of file raster_cache_key.h.
84 : id_(std::move(id)), matrix_(ctm) {
85 matrix_[SkMatrix::kMTransX] = 0;
86 matrix_[SkMatrix::kMTransY] = 0;
87 }
◆ id()
◆ kind()
◆ matrix()
| const SkMatrix & flutter::RasterCacheKey::matrix |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: