Searched refs:copyPixelsTo (Results 1 – 6 of 6) sorted by relevance
/external/skia/tests/ |
D | BitmapCopyTest.cpp | 520 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/ |
D | PlatformImage.cpp | 75 skiaBitmap->copyPixelsTo(m_pixelData.get(), bufferSize); in updateFromImage()
|
/external/skia/include/core/ |
D | SkBitmap.h | 285 bool copyPixelsTo(void* const dst, size_t dstSize, int dstRowBytes = -1,
|
/external/skia/legacy/include/core/ |
D | SkBitmap.h | 256 bool copyPixelsTo(void* const dst, size_t dstSize, int dstRowBytes = -1,
|
/external/skia/legacy/src/core/ |
D | SkBitmap.cpp | 460 bool SkBitmap::copyPixelsTo(void* const dst, size_t dstSize, in copyPixelsTo() function in SkBitmap
|
/external/skia/src/core/ |
D | SkBitmap.cpp | 467 bool SkBitmap::copyPixelsTo(void* const dst, size_t dstSize, in copyPixelsTo() function in SkBitmap
|