Searched refs:sourceOffset (Results 1 - 23 of 23) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperTile.cpp38 IntPoint sourceOffset = targetRect.location();
41 sourceOffset.move(-dirtyRect.x(), -dirtyRect.y());
50 m_texture->updateContents(image, targetRect, sourceOffset, updateContentsFlag);
59 IntPoint sourceOffset = targetRect.location();
69 m_texture->updateContents(textureMapper, sourceLayer, targetRect, sourceOffset, updateContentsFlag);
H A DTextureMapperImageBuffer.cpp35 void BitmapTextureImageBuffer::updateContents(const void* data, const IntRect& targetRect, const IntPoint& sourceOffset, int bytesPerLine, UpdateContentsFlag) argument
43 painter->drawImage(targetRect, image, IntRect(sourceOffset, targetRect.size()));
51 IntRect(sourceOffset, targetRect.size()), m_image->context());
55 UNUSED_PARAM(sourceOffset);
60 void BitmapTextureImageBuffer::updateContents(TextureMapper*, GraphicsLayer* sourceLayer, const IntRect& targetRect, const IntPoint& sourceOffset, UpdateContentsFlag) argument
67 sourceRect.setLocation(sourceOffset);
70 context->translate(targetRect.x() - sourceOffset.x(), targetRect.y() - sourceOffset.y());
H A DTextureMapperImageBuffer.h39 virtual void updateContents(const void*, const IntRect& target, const IntPoint& sourceOffset, int bytesPerLine, UpdateContentsFlag);
H A DTextureMapperGL.h169 virtual void updateContents(const void*, const IntRect& target, const IntPoint& sourceOffset, int bytesPerLine, UpdateContentsFlag);
189 void updateContentsNoSwizzle(const void*, const IntRect& target, const IntPoint& sourceOffset, int bytesPerLine, unsigned bytesPerPixel = 4, Platform3DObject glFormat = GraphicsContext3D::RGBA);
H A DTextureMapperGL.cpp840 void BitmapTextureGL::updateContentsNoSwizzle(const void* srcData, const IntRect& targetRect, const IntPoint& sourceOffset, int bytesPerLine, unsigned bytesPerPixel, Platform3DObject glFormat) argument
846 m_context3D->pixelStorei(GL_UNPACK_SKIP_ROWS, sourceOffset.y());
847 m_context3D->pixelStorei(GL_UNPACK_SKIP_PIXELS, sourceOffset.x());
859 void BitmapTextureGL::updateContents(const void* srcData, const IntRect& targetRect, const IntPoint& sourceOffset, int bytesPerLine, UpdateContentsFlag updateContentsFlag) argument
867 IntPoint adjustedSourceOffset = sourceOffset;
878 const char* src = bits + sourceOffset.y() * bytesPerLine + sourceOffset.x() * bytesPerPixel;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/coordinated/
H A DCoordinatedSurface.h60 virtual void copyToTexture(PassRefPtr<BitmapTexture>, const IntRect& target, const IntPoint& sourceOffset) = 0;
/macosx-10.9.5/WebKit2-7537.78.2/Shared/CoordinatedGraphics/
H A DWebCoordinatedSurface.cpp195 void WebCoordinatedSurface::copyToTexture(PassRefPtr<WebCore::BitmapTexture> passTexture, const IntRect& target, const IntPoint& sourceOffset) argument
205 m_graphicsSurface->copyToGLTexture(textureTarget, textureID, target, sourceOffset);
209 RefPtr<Image> image = m_graphicsSurface->createReadOnlyImage(IntRect(sourceOffset, target.size()));
217 texture->updateContents(image.get(), target, sourceOffset, BitmapTexture::UpdateCanModifyOriginalImageData);
H A DWebCoordinatedSurface.h79 virtual void copyToTexture(PassRefPtr<WebCore::BitmapTexture>, const WebCore::IntRect& target, const WebCore::IntPoint& sourceOffset) OVERRIDE;
/macosx-10.9.5/ICU-511.35/icuSources/i18n/
H A Dmsgfmt.cpp1263 int32_t sourceOffset = pos.getIndex(); local
1273 if (len == 0 || (0 == msgString.compare(prevIndex, len, source, sourceOffset, len))) {
1274 sourceOffset += len;
1277 pos.setErrorIndex(sourceOffset);
1282 pos.setIndex(sourceOffset);
1304 tempStatus.setIndex(sourceOffset);
1306 if (tempStatus.getIndex() == sourceOffset) {
1307 pos.setErrorIndex(sourceOffset);
1310 sourceOffset = tempStatus.getIndex();
1325 next = source.indexOf(stringAfterArgument, sourceOffset);
[all...]
H A Dchoicfmt.cpp553 const UnicodeString &source, int32_t sourceOffset) {
562 if (length != 0 && 0 != source.compare(sourceOffset, length, msgString, prevIndex, length)) {
551 matchStringUntilLimitPart( const MessagePattern &pattern, int32_t partIndex, int32_t limitPartIndex, const UnicodeString &source, int32_t sourceOffset) argument
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DFEGaussianBlur.cpp210 int sourceOffset; local
216 sourceOffset = extraHeight * scanline;
220 memcpy(srcPixelArray->data() + destinationOffset, params.srcPixelArray->data() + sourceOffset, size);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/surfaces/
H A DGraphicsSurface.h80 void copyToGLTexture(uint32_t target, uint32_t texture, const IntRect& targetRect, const IntPoint& sourceOffset);
/macosx-10.9.5/ICU-511.35/icuSources/common/
H A Ducnv_ct.c470 int32_t sourceOffset = 0; local
518 sourceOffset = uprv_strlen((char*)escSeqCompoundText[currentState]) - args->converter->toULength;
520 mySource += sourceOffset;
538 sourceOffset = findNextEsc(mySource, mySourceLimit);
540 tmpSourceLimit = mySource + sourceOffset;
/macosx-10.9.5/ICU-511.35/icuSources/i18n/unicode/
H A Dchoicfmt.h592 * against the source string starting at sourceOffset.
598 const UnicodeString &source, int32_t sourceOffset);
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.h379 int sourceOffset = m_scopeNode->source().startOffset(); local
383 ASSERT(divot >= sourceOffset);
384 divot -= sourceOffset;
386 if (lineStart > sourceOffset)
387 lineStart -= sourceOffset;
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIOMemoryDescriptor.h637 mach_vm_size_t sourceOffset,
660 IOByteCount sourceOffset = 0,
1004 IOByteCount sourceOffset = 0,
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecode/
H A DCodeBlock.h100 CodeBlock(ScriptExecutable* ownerExecutable, UnlinkedCodeBlock*, JSGlobalObject*, unsigned baseScopeDepth, PassRefPtr<SourceProvider>, unsigned sourceOffset, unsigned firstLineColumnOffset, PassOwnPtr<CodeBlock> alternative);
573 unsigned sourceOffset() const { return m_sourceOffset; } function in class:JSC::CodeBlock
1319 GlobalCodeBlock(ScriptExecutable* ownerExecutable, UnlinkedCodeBlock* unlinkedCodeBlock, JSGlobalObject* globalObject, unsigned baseScopeDepth, PassRefPtr<SourceProvider> sourceProvider, unsigned sourceOffset, unsigned firstLineColumnOffset, PassOwnPtr<CodeBlock> alternative) argument
1320 : CodeBlock(ownerExecutable, unlinkedCodeBlock, globalObject, baseScopeDepth, sourceProvider, sourceOffset, firstLineColumnOffset, alternative)
1382 FunctionCodeBlock(FunctionExecutable* ownerExecutable, UnlinkedFunctionCodeBlock* unlinkedCodeBlock, JSGlobalObject* globalObject, PassRefPtr<SourceProvider> sourceProvider, unsigned sourceOffset, unsigned firstLineColumnOffset, PassOwnPtr<CodeBlock> alternative = nullptr) argument
1383 : CodeBlock(ownerExecutable, unlinkedCodeBlock, globalObject, 0, sourceProvider, sourceOffset, firstLineColumnOffset, alternative)
H A DUnlinkedCodeBlock.cpp122 FunctionExecutable* UnlinkedFunctionExecutable::link(VM& vm, const SourceCode& source, size_t lineOffset, size_t sourceOffset) argument
125 unsigned startOffset = sourceOffset + m_startOffset;
H A DCodeBlock.cpp1636 CodeBlock::CodeBlock(ScriptExecutable* ownerExecutable, UnlinkedCodeBlock* unlinkedCodeBlock, JSGlobalObject* globalObject, unsigned baseScopeDepth, PassRefPtr<SourceProvider> sourceProvider, unsigned sourceOffset, unsigned firstLineColumnOffset, PassOwnPtr<CodeBlock> alternative) argument
1651 , m_sourceOffset(sourceOffset)
1678 unsigned startOffset = sourceOffset + unlinkedExecutable->startOffset();
1692 unsigned startOffset = sourceOffset + unlinkedExecutable->startOffset();
H A DUnlinkedCodeBlock.h116 FunctionExecutable* link(VM&, const SourceCode&, size_t lineOffset, size_t sourceOffset);
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIOMemoryDescriptor.cpp2953 mach_vm_size_t sourceOffset;
3014 ref->sharedMem, ref->sourceOffset,
3056 ref.sourceOffset = trunc_page_64(offset);
3088 ref.sourceOffset = trunc_page_64(offset);
3243 mach_vm_size_t sourceOffset,
3262 IOLog("sleep mem redirect %p, %qx\n", this, sourceOffset);
3272 physAddr = getPhysicalSegment( sourceOffset, &segLen, kIOMemoryMapperNone );
3275 pagerOffset = sourceOffset;
3346 sourceOffset += segLen - pageOffset;
3352 while (bytes && (physAddr = getPhysicalSegment( sourceOffset,
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DExecutable.cpp512 unsigned sourceOffset = source().startOffset(); local
515 OwnPtr<FunctionCodeBlock> result = adoptPtr(new FunctionCodeBlock(this, unlinkedCodeBlock, globalObject, provider, sourceOffset, startColumn));
/macosx-10.9.5/JavaScriptCore-7537.78.1/interpreter/
H A DInterpreter.cpp687 callerCodeBlock->sourceOffset(),

Completed in 420 milliseconds