Definition at line 435 of file SkRawCodec.cpp.
◆ SkDngStream()
◆ ~SkDngStream()
SkDngStream::~SkDngStream |
( |
| ) |
|
|
inlineoverride |
◆ DoGetLength()
uint64 SkDngStream::DoGetLength |
( |
| ) |
|
|
inlineoverride |
◆ DoRead()
void SkDngStream::DoRead |
( |
void * |
data, |
|
|
uint32 |
count, |
|
|
uint64 |
offset |
|
) |
| |
|
inlineoverride |
Definition at line 444 of file SkRawCodec.cpp.
444 {
445 size_t sum;
446 if (!safe_add_to_size_t(
static_cast<uint64
>(
count),
offset, &sum) ||
448 ThrowReadFile();
449 }
450 }
virtual bool read(void *data, size_t offset, size_t length)=0
std::shared_ptr< const fml::Mapping > data
The documentation for this class was generated from the following file: