Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/utils/
DSkBase64.cpp36 SkBase64::Error SkBase64::decode(const void* srcPtr, size_t size, bool writeDestination) { in decode() argument
78 if (writeDestination) { in decode()
93 if (writeDestination) in decode()
98 if (writeDestination) in decode()
/third_party/flutter/skia/include/utils/
DSkBase64.h33 Error decode(const void* srcPtr, size_t length, bool writeDestination);
/third_party/skia/third_party/externals/swiftshader/src/Shader/
DPixelPipeline.hpp70 void writeDestination(Vector4s &d, const Dst &dst);
DPixelPipeline.cpp250 writeDestination(dPairing, dst); in applyShader()
255 writeDestination(d, dst); in applyShader()
1290 void PixelPipeline::writeDestination(Vector4s &d, const Dst &dst) in writeDestination() function in sw::PixelPipeline