Searched refs:copyPixelsTo (Results 1 - 3 of 3) sorted by relevance

/external/skia/tests/
H A DBitmapCopyTest.cpp96 // Utility functions for copyPixelsTo()/copyPixelsFrom() tests.
350 // Tests for getSafeSize(), getSafeSize64(), copyPixelsTo(),
428 // for subsequent calls to copyPixelsTo/From.
486 subset.copyPixelsTo(buf, bufSize, bufBm.rowBytes() * 3)
491 "copyPixelsTo(buf, bufSize, 1.5*maxRowBytes)",
503 subset.copyPixelsTo(buf, bufSize) ==
507 "copyPixelsTo(buf, bufSize)", reporter);
515 subset.copyPixelsTo(buf, bufSize,
519 "copyPixelsTo(buf, bufSize, rowBytes+1)", reporter);
528 subset.copyPixelsTo(bu
[all...]
/external/skia/include/core/
H A DSkBitmap.h358 bool copyPixelsTo(void* const dst, size_t dstSize, size_t dstRowBytes = 0,
/external/skia/src/core/
H A DSkBitmap.cpp531 bool SkBitmap::copyPixelsTo(void* dst, size_t dstSize, size_t dstRB, bool preserveDstPad) const { function in class:SkBitmap

Completed in 118 milliseconds