Home
last modified time | relevance | path

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

/external/skia/tests/
DBitmapCopyTest.cpp520 subset.copyPixelsTo(buf, bufSize, bufBm.rowBytes() * 3) in TestBitmapCopy()
539 subset.copyPixelsTo(buf, bufSize) == in TestBitmapCopy()
553 subset.copyPixelsTo(buf, bufSize, in TestBitmapCopy()
567 subset.copyPixelsTo(buf, bufSize, bufBm.rowBytes()-1) in TestBitmapCopy()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DPlatformImage.cpp75 skiaBitmap->copyPixelsTo(m_pixelData.get(), bufferSize); in updateFromImage()
/external/skia/include/core/
DSkBitmap.h285 bool copyPixelsTo(void* const dst, size_t dstSize, int dstRowBytes = -1,
/external/skia/legacy/include/core/
DSkBitmap.h256 bool copyPixelsTo(void* const dst, size_t dstSize, int dstRowBytes = -1,
/external/skia/legacy/src/core/
DSkBitmap.cpp460 bool SkBitmap::copyPixelsTo(void* const dst, size_t dstSize, in copyPixelsTo() function in SkBitmap
/external/skia/src/core/
DSkBitmap.cpp467 bool SkBitmap::copyPixelsTo(void* const dst, size_t dstSize, in copyPixelsTo() function in SkBitmap