Searched refs:frameSize (Results 1 - 18 of 18) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderMeter.cpp59 IntSize frameSize = theme()->meterSizeForBounds(this, pixelSnappedIntRect(frameRect())); local
60 setLogicalWidth(isHorizontalWritingMode() ? frameSize.width() : frameSize.height());
72 IntSize frameSize = theme()->meterSizeForBounds(this, pixelSnappedIntRect(frame)); local
73 computedValues.m_extent = isHorizontalWritingMode() ? frameSize.height() : frameSize.width();
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DWebCoreFullScreenWarningView.mm77 NSSize frameSize = textFieldFrame.size;
78 frameSize.width += WarningViewPadding * 2;
79 frameSize.height += WarningViewPadding * 2;
80 [self setFrameSize:frameSize];
83 (frameSize.width - textFieldFrame.size.width) / 2,
84 (frameSize.height - textFieldFrame.size.height) / 2);
/macosx-10.9.5/IOFWDVComponents-207.4.1/tests/
H A Dwritetest.c53 static int frameSize = 120000; // NTSC 144000 PAL variable
84 len = read(file, pb->buffer, frameSize);
85 //len = read(file, myBuffer, frameSize);
86 if(len < frameSize) {
100 pb->requestedCount = frameSize;
130 myBuffer1 = NewPtr(frameSize);
132 myBuffer2 = NewPtr(frameSize);
133 read(file, myBuffer1, frameSize);
138 isochParamBlock1.requestedCount = frameSize; // NTSC buffer size
175 read(file, myBuffer2, frameSize);
[all...]
H A Dreadtest.c46 static int frameSize = 120000; // NTSC 144000 PAL variable
180 //write(file, pb->buffer, frameSize);
194 pb->requestedCount = frameSize;
355 //myBuffer = NewPtrClear(frameSize);
361 isochParamBlock->requestedCount = frameSize; // NTSC buffer size
380 isochParamBlock->requestedCount = frameSize; // NTSC buffer size
557 frameSize = 120000;
559 frameSize = 144000;
563 frameSize /= 2;
565 frameSize *
[all...]
/macosx-10.9.5/tcl-102/tk/tk/library/demos/
H A Dpuzzle.tcl63 set frameSize 168
65 set frameSize 120
68 frame $w.frame -width $frameSize -height $frameSize -borderwidth 2\
/macosx-10.9.5/tcl-102/tk84/tk/library/demos/
H A Dpuzzle.tcl63 set frameSize 168
65 set frameSize 120
68 frame $w.frame -width $frameSize -height $frameSize -borderwidth 2\
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/filters/
H A DCustomFilterParameterList.cpp72 double progress, const LayoutSize& frameSize, CustomFilterParameterList& resultList) const
82 resultList.append(paramTo->blend(paramFrom, progress, frameSize));
71 blend(const CustomFilterParameterList& fromList, double progress, const LayoutSize& frameSize, CustomFilterParameterList& resultList) const argument
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebDynamicScrollBarsView.mm341 NSSize frameSize = [self frame].size;
343 // When in HiDPI with a scale factor > 1, the visibleSize and frameSize may be non-integral values,
349 frameSize.width = ceilf(frameSize.width);
350 frameSize.height = ceilf(frameSize.height);
354 if (newHasHorizontalScroller && !_private->inUpdateScrollersLayoutPass && documentSize.height <= frameSize.height && documentSize.width <= frameSize.width)
360 if (newHasVerticalScroller && !_private->inUpdateScrollersLayoutPass && documentSize.height <= frameSize.height && documentSize.width <= frameSize
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DBitmapImage.cpp149 const IntSize frameSize(index ? m_source.frameSizeAtIndex(index) : m_size);
150 if (frameSize != m_size)
209 IntSize frameSize = m_source.frameSizeAtIndex(m_currentFrame);
211 return frameSize;
H A DShadowBlur.cpp448 IntSize frameSize = inflation; local
449 frameSize.scale(2);
450 m_sourceRect = FloatRect(0, 0, shadowedRect.width() + frameSize.width(), shadowedRect.height() + frameSize.height());
/macosx-10.9.5/IOFWDVComponents-207.4.1/
H A DDVFamily.c52 UInt32 frameSize; member in struct:device_info_struct
350 devices[refNum].frameSize = kNTSCCompressedBufferSize;
388 devices[refNum].frameSize = kNTSCCompressedBufferSize;
397 devices[refNum].frameSize = kPALCompressedBufferSize;
581 *pSize = devices[refNum].frameSize;
H A DDVIsochComponent.c1527 UInt32 frameSize = deviceDescriptionPtr->fReadSharedVars->fFrameSize[frameIndex]; local
1561 pb->actualCount = frameSize;
1565 bcopy(buffer, pb->buffer, frameSize);
2453 UInt32 frameSize;
2466 frameSize = deviceDescriptionPtr->fReadSharedVars->fFrameSize[frameIndex];
2467 pb->actualCount = frameSize;
2471 bcopy(buffer, pb->buffer, frameSize);
H A DDVLib.c1953 static IOReturn DVAllocFrames(DVFrameVars *pFrameData, UInt32 numFrames, UInt32 frameSize, argument
1963 pFrameData->fFrames = malloc(numFrames*frameSize);
1969 frames[i] = pFrameData->fFrames + i*frameSize;
2003 static void DVGetNextFullOutputFrame(DVFrameVars *pFrameData, UInt8** ppFrame, UInt32 frameSize )
2019 frameSize*(pFrameData->fReader % pFrameData->fNumFrames);
2048 void DVGetNextEmptyInputFrame(DVFrameVars *pFrameData, UInt8** ppFrame, UInt32 frameSize )
2051 *ppFrame = pFrameData->fFrames + frameSize*index;
/macosx-10.9.5/libpcap-42/libpcap/msdos/
H A Dndis2.c77 static WORD frameSize = 0; variable
344 CALLBACK (NdisReceiveLookahead (WORD macId, WORD frameSize, argument
389 ARGSUSED (frameSize);
410 CALLBACK (NdisReceiveChain (WORD macId, WORD frameSize, WORD reqHandle, argument
444 ARGSUSED (frameSize);
712 frameSize = MAC_CHAR (handle)->maxFrameSize;
853 DEBUG1 (" - Frame size: %d\n", frameSize);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DImageSourceCG.cpp387 IntSize frameSize = frameSizeAtIndex(index, RespectImageOrientation); local
388 return frameSize.width() * frameSize.height() * 4;
/macosx-10.9.5/JavaScriptCore-7537.78.1/yarr/
H A DYarrInterpreter.h326 ByteDisjunction(unsigned numSubpatterns, unsigned frameSize) argument
328 , m_frameSize(frameSize)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DMediaPlayerPrivateQt.cpp628 m_frameFormat.frameSize().width(),
629 m_frameFormat.frameSize().height(),
/macosx-10.9.5/IOFWDVComponents-207.4.1/MacOS9Src/
H A DDVIsochComponent.MacOS93178 unsigned long frameSize;
3187 result = getEmptyOutputFrame( ih, &tmpBuffPtr, &frameSize);
3193 FailMessage( frameSize < writeRequest->requestedCount) // make sure buffer is big enough
3194 if( frameSize < writeRequest->requestedCount)
7272 UInt32 frameSize;
7323 frameSize = kNTSCCompressedBufferSize;
7325 frameSize = kPALCompressedBufferSize;
7327 pQElem[i]->pFrame = (UInt32 *) PoolAllocateResident( frameSize, true );
7366 UInt32 frameSize;
7416 frameSize
[all...]

Completed in 589 milliseconds