Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBitmap.cpp459 static bool copy_pixels_to(const SkPixmap& src, void* const dst, size_t dstSize, in copy_pixels_to() function
509 return copy_pixels_to(result.pixmap(), dst, dstSize, dstRB, preserveDstPad); in copyPixelsTo()