Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libgifcodec/
DSkLibGifCodec.cpp404 static void blend_line(void* dstAsVoid, const void* srcAsVoid, int width) { in blend_line() argument
406 const T* src = reinterpret_cast<const T*>(srcAsVoid); in blend_line()
/third_party/flutter/skia/src/codec/
DSkGifCodec.cpp399 static void blend_line(void* dstAsVoid, const void* srcAsVoid, int width) { in blend_line() argument
401 const T* src = reinterpret_cast<const T*>(srcAsVoid); in blend_line()