#include <SkEncodedInfo.h>
Definition at line 27 of file SkEncodedInfo.h.
◆ data()
sk_sp< SkData > SkEncodedInfo::ICCProfile::data |
( |
| ) |
const |
|
inline |
◆ Make() [1/2]
Definition at line 22 of file SkEncodedInfo.cpp.
23 {
24 return std::unique_ptr<ICCProfile>(
new ICCProfile(
profile));
25}
const skcms_ICCProfile * profile() const
◆ Make() [2/2]
Definition at line 12 of file SkEncodedInfo.cpp.
12 {
16 return std::unique_ptr<ICCProfile>(
new ICCProfile(
profile, std::move(
data)));
17 }
18 }
19 return nullptr;
20}
const void * data() const
sk_sp< SkData > data() const
static bool skcms_Parse(const void *buf, size_t len, skcms_ICCProfile *profile)
◆ profile()
The documentation for this class was generated from the following files: