Home
last modified time | relevance | path

Searched refs:writeDestination (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/utils/
DSkBase64.cpp37 SkBase64::Error SkBase64::decode(const void* srcPtr, size_t size, bool writeDestination) { in decode() argument
79 if (writeDestination) { in decode()
94 if (writeDestination) in decode()
99 if (writeDestination) in decode()
DSkBase64.h32 Error decode(const void* srcPtr, size_t length, bool writeDestination);