Searched refs:putByteArray (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DAttribute.java250 out.putByteArray(b.data, 0, b.length);
H A DMethodWriter.java1292 out.putByteArray(cw.cr.b, classReaderOffset, classReaderLength);
1360 out.putInt(code.length).putByteArray(code.data, 0, code.length);
1389 out.putByteArray(localVar.data, 0, localVar.length);
1394 out.putByteArray(localVarType.data, 0, localVarType.length);
1399 out.putByteArray(lineNumber.data, 0, lineNumber.length);
1437 out.putByteArray(annd.data, 0, annd.length);
1695 newCode.putByteArray(null, 0, sizes[i]);
1808 newCode.putByteArray(b, u, 6);
1811 newCode.putByteArray(b, u, 4);
1818 newCode.putByteArray(
[all...]
H A DAnnotationWriter.java275 out.putByteArray(aw.bv.data, 0, aw.bv.length);
306 out.putByteArray(aw.bv.data, 0, aw.bv.length);
H A DByteVector.java268 public ByteVector putByteArray(final byte[] b, final int off, final int len) method in class:ByteVector
H A DClassWriter.java734 out.putShort(index).putByteArray(pool.data, 0, pool.length);
762 out.putByteArray(sourceDebug.data, 2, len);
787 out.putByteArray(innerClasses.data, 0, innerClasses.length);
H A DClassReader.java223 classWriter.pool.putByteArray(b, off, header - off);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DImageBuffer.cpp93 putByteArray(Unmultiplied, srcPixelArray.get(), luminanceRect.size(), luminanceRect, IntPoint());
H A DImageBuffer.h108 void putByteArray(Multiply multiplied, Uint8ClampedArray*, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint, CoordinateSystem = LogicalCoordinateSystem);
H A DShadowBlur.cpp872 m_layerImage->putByteArray(Unmultiplied, layerData.get(), blurRect.size(), blurRect, IntPoint());
/macosx-10.10/WebCore-7600.1.25/platform/graphics/filters/
H A DFEDropShadow.cpp108 resultImage->putByteArray(Premultiplied, srcPixelArray.get(), shadowArea.size(), shadowArea, IntPoint(), ImageBuffer::BackingStoreCoordinateSystem);
H A DFilterEffect.cpp274 m_imageBufferResult->putByteArray(Premultiplied, m_premultipliedImageResult.get(), destinationRect.size(), destinationRect, IntPoint());
276 m_imageBufferResult->putByteArray(Unmultiplied, m_unmultipliedImageResult.get(), destinationRect.size(), destinationRect, IntPoint());
302 m_imageBufferResult->putByteArray(Unmultiplied, destinationPixelArray.get(), destinationRect.size(), destinationRect, IntPoint());
H A DFEColorMatrix.cpp175 resultImage->putByteArray(Unmultiplied, pixelArray.get(), imageRect.size(), imageRect, IntPoint());
/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DImageBufferWinCE.cpp187 void ImageBuffer::putByteArray(Multiply multiplied, Uint8ClampedArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint, CoordinateSystem) function in class:WebCore::ImageBuffer
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cairo/
H A DImageBufferCairo.cpp288 void ImageBuffer::putByteArray(Multiply multiplied, Uint8ClampedArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint, CoordinateSystem) function in class:WebCore::ImageBuffer
/macosx-10.10/WebCore-7600.1.25/platform/graphics/cg/
H A DImageBufferCG.cpp362 void ImageBuffer::putByteArray(Multiply multiplied, Uint8ClampedArray* source, const IntSize& sourceSize, const IntRect& sourceRect, const IntPoint& destPoint, CoordinateSystem coordinateSystem) function in class:WebCore::ImageBuffer
/macosx-10.10/WebCore-7600.1.25/html/canvas/
H A DCanvasRenderingContext2D.cpp2021 buffer->putByteArray(Unmultiplied, data->data(), IntSize(data->width(), data->height()), sourceRect, IntPoint(destOffset), coordinateSystem);

Completed in 223 milliseconds