Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkBitmap.cpp490 size_t dstRowBytes, bool preserveDstPad) { in copy_pixels_to() argument
500 if (!preserveDstPad && static_cast<uint32_t>(dstRowBytes) == src.rowBytes()) { in copy_pixels_to()
531 bool SkBitmap::copyPixelsTo(void* dst, size_t dstSize, size_t dstRB, bool preserveDstPad) const { in copyPixelsTo()
539 return copy_pixels_to(result.pixmap(), dst, dstSize, dstRB, preserveDstPad); in copyPixelsTo()
/external/skia/include/core/
DSkBitmap.h359 bool preserveDstPad = false) const;