Searched refs:writeDestination (Results 1 - 4 of 4) sorted by relevance

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

Completed in 199 milliseconds