HomeSort by relevance Sort by last modified time
    Searched full:copypixelsto (Results 1 - 8 of 8) sorted by null

  /external/skia/tests/
BitmapCopyTest.cpp 95 // Utility functions for copyPixelsTo()/copyPixelsFrom() tests.
360 // Tests for getSafeSize(), getSafeSize64(), copyPixelsTo(),
460 // for subsequent calls to copyPixelsTo/From.
520 subset.copyPixelsTo(buf, bufSize, bufBm.rowBytes() * 3)
525 "copyPixelsTo(buf, bufSize, 1.5*maxRowBytes)",
539 subset.copyPixelsTo(buf, bufSize) ==
543 "copyPixelsTo(buf, bufSize)", reporter);
553 subset.copyPixelsTo(buf, bufSize,
557 "copyPixelsTo(buf, bufSize, rowBytes+1)", reporter);
567 subset.copyPixelsTo(buf, bufSize, bufBm.rowBytes()-1
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/chromium/
PlatformImage.cpp 75 skiaBitmap->copyPixelsTo(m_pixelData.get(), bufferSize);
  /frameworks/base/media/mca/filterfw/native/core/
gl_frame.cpp 168 ? CopyPixelsTo(buffer)
172 bool GLFrame::CopyPixelsTo(uint8_t* buffer) {
gl_frame.h 142 bool CopyPixelsTo(uint8_t* buffer);
  /external/skia/include/core/
SkBitmap.h 285 bool copyPixelsTo(void* const dst, size_t dstSize, int dstRowBytes = -1,
  /external/skia/legacy/include/core/
SkBitmap.h 256 bool copyPixelsTo(void* const dst, size_t dstSize, int dstRowBytes = -1,
    [all...]
  /external/skia/legacy/src/core/
SkBitmap.cpp 460 bool SkBitmap::copyPixelsTo(void* const dst, size_t dstSize,
    [all...]
  /external/skia/src/core/
SkBitmap.cpp 467 bool SkBitmap::copyPixelsTo(void* const dst, size_t dstSize,
    [all...]

Completed in 238 milliseconds