Searched refs:sourceBitmap (Results 1 - 5 of 5) sorted by relevance

/external/skia/src/pdf/
H A DSkBitSet.cpp78 uint32_t* sourceBitmap = source.internalGet(0); local
80 targetBitmap[i] |= sourceBitmap[i];
/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestShell.cpp547 const SkBitmap& sourceBitmap = canvas->getTopDevice()->accessBitmap(false); local
548 SkAutoLockPixels sourceBitmapLock(sourceBitmap);
553 digester.addBytes(reinterpret_cast<const uint8_t*>(sourceBitmap.getPixels()), sourceBitmap.getSize());
568 webkit_support::EncodeBGRAPNGWithChecksum(reinterpret_cast<const unsigned char*>(sourceBitmap.getPixels()), sourceBitmap.width(),
569 sourceBitmap.height(), static_cast<int>(sourceBitmap.rowBytes()), discardTransparency, md5hash, &png);
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DGLUtils.h88 static bool deepCopyBitmapSubset(const SkBitmap& sourceBitmap,
H A DGLUtils.cpp624 bool GLUtils::deepCopyBitmapSubset(const SkBitmap& sourceBitmap, argument
627 sourceBitmap.lockPixels();
629 char* srcPixels = (char*) sourceBitmap.getPixels();
635 sourceBitmap.unlockPixels();
638 int srcRowSize = sourceBitmap.rowBytes();
642 srcOffset += (leftOffset * sourceBitmap.bytesPerPixel());
647 sourceBitmap.unlockPixels();
H A DSurface.cpp444 SkBitmap sourceBitmap = prerenderedInval->bitmap;
464 subset.setConfig(sourceBitmap.config(), enclosingScreenDirty.width(),
470 if (!GLUtils::deepCopyBitmapSubset(sourceBitmap, subset, leftOffset, topOffset))

Completed in 87 milliseconds