Searched refs:preserveDstPad (Results 1 – 2 of 2) sorted by relevance
490 size_t dstRowBytes, bool preserveDstPad) { in copy_pixels_to() argument500 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()
359 bool preserveDstPad = false) const;