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

  /external/skia/tests/
BitmapCopyTest.cpp 95 // Utility functions for copyPixelsTo()/copyPixelsFrom() tests.
355 // Tests for getSafeSize(), getSafeSize64(), copyPixelsTo(),
451 // for subsequent calls to copyPixelsTo/From.
511 subset.copyPixelsTo(buf, bufSize, bufBm.rowBytes() * 3)
516 "copyPixelsTo(buf, bufSize, 1.5*maxRowBytes)",
530 subset.copyPixelsTo(buf, bufSize) ==
534 "copyPixelsTo(buf, bufSize)", reporter);
544 subset.copyPixelsTo(buf, bufSize,
548 "copyPixelsTo(buf, bufSize, rowBytes+1)", reporter);
558 subset.copyPixelsTo(buf, bufSize, bufBm.rowBytes()-1
    [all...]
  /external/chromium_org/chrome/browser/ui/views/panels/
taskbar_window_thumbnailer_win.cc 34 bitmap.copyPixelsTo(bits, width * height * 4, width * 4);
  /external/chromium_org/chrome/renderer/pepper/
pepper_pdf_host.cc 393 pixels_to_write.copyPixelsTo(bitmap->getPixels(),
  /external/chromium_org/third_party/skia/include/core/
SkBitmap.h 282 bool copyPixelsTo(void* const dst, size_t dstSize, size_t dstRowBytes = 0,
  /external/skia/include/core/
SkBitmap.h 282 bool copyPixelsTo(void* const dst, size_t dstSize, size_t dstRowBytes = 0,
  /external/chromium_org/cc/output/
software_renderer.cc 500 subset_bitmap.copyPixelsTo(pixels,
  /external/chromium_org/third_party/skia/src/core/
SkBitmap.cpp 467 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 162 milliseconds