Searched refs:installPixels (Results 1 - 25 of 70) sorted by relevance

123

/external/chromium_org/cc/test/
H A Dskia_common.cc21 bitmap.installPixels(info, buffer, info.minRowBytes());
/external/chromium_org/third_party/skia/tests/
H A DBitmapGetColorTest.cpp40 bm.installPixels(info, storage, info.minRowBytes());
H A DBitmapCopyTest.cpp457 bufBm.installPixels(info, buf, info.minRowBytes() * 2);
476 bufBm.installPixels(info, buf, subset.rowBytes());
488 bufBm.installPixels(info, buf, subset.rowBytes()+1);
500 bufBm.installPixels(info, buf, info.minRowBytes());
515 bufBm.installPixels(info, buf, info.minRowBytes());
526 bufBm.installPixels(info, buf, info.minRowBytes());
589 srcBM.installPixels(srcInfo, srcPixels, rowBytes);
/external/skia/tests/
H A DBitmapGetColorTest.cpp40 bm.installPixels(info, storage, info.minRowBytes());
H A DBitmapCopyTest.cpp455 bufBm.installPixels(info, buf, info.minRowBytes() * 2);
474 bufBm.installPixels(info, buf, subset.rowBytes());
486 bufBm.installPixels(info, buf, subset.rowBytes()+1);
498 bufBm.installPixels(info, buf, info.minRowBytes());
513 bufBm.installPixels(info, buf, info.minRowBytes());
524 bufBm.installPixels(info, buf, info.minRowBytes());
/external/chromium_org/third_party/skia/gm/
H A Dpeekpixels.cpp49 if (addr && bitmap.installPixels(info, const_cast<void*>(addr), rowBytes)) {
/external/skia/gm/
H A Dpeekpixels.cpp49 if (addr && bitmap.installPixels(info, const_cast<void*>(addr), rowBytes)) {
/external/skia/include/core/
H A DSkBitmap.h325 bool installPixels(const SkImageInfo&, void* pixels, size_t rowBytes, SkColorTable*,
329 bool installPixels(const SkImageInfo& info, void* pixels, size_t rowBytes, function in class:SkBitmap
332 return this->installPixels(info, pixels, rowBytes, NULL, releaseProc, context);
337 * Call installPixels with no ReleaseProc specified. This means that the
341 bool installPixels(const SkImageInfo& info, void* pixels, size_t rowBytes) { function in class:SkBitmap
342 return this->installPixels(info, pixels, rowBytes, NULL, NULL, NULL);
346 * Calls installPixels() with the value in the SkMask. The caller must
/external/chromium_org/content/renderer/gpu/
H A Dcompositor_software_output_device.cc156 bitmap.installPixels(info, current->memory(), info.minRowBytes());
177 back_bitmap.installPixels(info, previous->memory(), info.minRowBytes());
/external/chromium_org/third_party/skia/include/core/
H A DSkBitmap.h285 bool installPixels(const SkImageInfo&, void* pixels, size_t rowBytes, SkColorTable*,
289 * Call installPixels with no ReleaseProc specified. This means that the
293 bool installPixels(const SkImageInfo& info, void* pixels, size_t rowBytes) { function in class:SkBitmap
294 return this->installPixels(info, pixels, rowBytes, NULL, NULL, NULL);
298 * Calls installPixels() with the value in the SkMask. The caller must
/external/chromium_org/android_webview/native/
H A Djava_browser_view_renderer_helper.cc168 bitmap.installPixels(info, pixels, bitmap_info.stride);
/external/chromium_org/remoting/host/chromeos/
H A Daura_desktop_capturer_unittest.cc52 bitmap->installPixels(info, const_cast<unsigned char*>(frame_data), 12);
/external/chromium_org/third_party/skia/platform_tools/nacl/src/
H A Dnacl_debugger.cpp171 fBitmap.installPixels(info, fImage.data(), info.minRowBytes());
/external/chromium_org/third_party/skia/src/image/
H A DSkSurface_Raster.cpp86 fBitmap.installPixels(info, pixels, rb, NULL, releaseProc, context);
H A DSkImage_Raster.cpp110 fBitmap.installPixels(info, addr, rowBytes, ctable, release_data, data);
/external/skia/platform_tools/nacl/src/
H A Dnacl_debugger.cpp171 fBitmap.installPixels(info, fImage.data(), info.minRowBytes());
/external/skia/src/image/
H A DSkSurface_Raster.cpp82 fBitmap.installPixels(info, pixels, rb);
/external/chromium_org/cc/resources/
H A Draster_worker_pool.cc213 bitmap->installPixels(info, buffer, stride);
/external/chromium_org/media/video/capture/
H A Dfake_video_capture_device.cc110 bitmap.installPixels(info, fake_frame_.get(), info.width());
/external/chromium_org/skia/ext/
H A Dbitmap_platform_device_cairo.cc40 return dst->installPixels(info,
H A Dbitmap_platform_device_win.cc111 return bitmap->installPixels(info, data, rowBytes, color_table,
/external/chromium_org/third_party/skia/samplecode/
H A DSampleHairline.cpp232 bm2.installPixels(SkImageInfo::MakeN32Premul(WIDTH, HEIGHT),
H A DSampleXfermodesBlur.cpp78 fBG.installPixels(SkImageInfo::Make(2, 2, kARGB_4444_SkColorType, kPremul_SkAlphaType),
/external/chromium_org/third_party/skia/src/core/
H A DSkConfig8888.cpp243 if (!bm.installPixels(srcInfo, const_cast<void*>(srcPixels), srcRB, ctable, NULL, NULL)) {
H A DSkMipMap.cpp192 dstBM.installPixels(SkImageInfo::Make(width, height, ct, at), addr, rowBytes);

Completed in 5103 milliseconds

123