Flutter Engine
The Flutter Engine
|
Go to the source code of this file.
Functions | |
bool | SkParseEncodedOrigin (const void *data, size_t data_length, SkEncodedOrigin *out) |
bool SkParseEncodedOrigin | ( | const void * | data, |
size_t | data_length, | ||
SkEncodedOrigin * | out | ||
) |
If |data| is an EXIF tag representing an SkEncodedOrigin, return true and set |out| appropriately. Otherwise return false.
Definition at line 17 of file SkParseEncodedOrigin.cpp.