Searched refs:sourceBitmap (Results 1 – 5 of 5) sorted by relevance
/external/webkit/Tools/DumpRenderTree/chromium/ |
D | TestShell.cpp | 547 const SkBitmap& sourceBitmap = canvas->getTopDevice()->accessBitmap(false); in dumpImage() local 548 SkAutoLockPixels sourceBitmapLock(sourceBitmap); in dumpImage() 553 …digester.addBytes(reinterpret_cast<const uint8_t*>(sourceBitmap.getPixels()), sourceBitmap.getSize… in dumpImage() 568 …RAPNGWithChecksum(reinterpret_cast<const unsigned char*>(sourceBitmap.getPixels()), sourceBitmap.w… in dumpImage() 569 …sourceBitmap.height(), static_cast<int>(sourceBitmap.rowBytes()), discardTransparency, md5hash, &p… in dumpImage()
|
/external/skia/src/utils/ |
D | SkBitSet.cpp | 78 uint32_t* sourceBitmap = source.internalGet(0); in orBits() local 80 targetBitmap[i] |= sourceBitmap[i]; in orBits()
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
D | GLUtils.cpp | 624 bool GLUtils::deepCopyBitmapSubset(const SkBitmap& sourceBitmap, in deepCopyBitmapSubset() argument 627 sourceBitmap.lockPixels(); in deepCopyBitmapSubset() 629 char* srcPixels = (char*) sourceBitmap.getPixels(); in deepCopyBitmapSubset() 635 sourceBitmap.unlockPixels(); in deepCopyBitmapSubset() 638 int srcRowSize = sourceBitmap.rowBytes(); in deepCopyBitmapSubset() 642 srcOffset += (leftOffset * sourceBitmap.bytesPerPixel()); in deepCopyBitmapSubset() 647 sourceBitmap.unlockPixels(); in deepCopyBitmapSubset()
|
D | Surface.cpp | 444 SkBitmap sourceBitmap = prerenderedInval->bitmap; in blitFromContents() local 464 subset.setConfig(sourceBitmap.config(), enclosingScreenDirty.width(), in blitFromContents() 470 if (!GLUtils::deepCopyBitmapSubset(sourceBitmap, subset, leftOffset, topOffset)) in blitFromContents()
|
D | GLUtils.h | 88 static bool deepCopyBitmapSubset(const SkBitmap& sourceBitmap,
|