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

/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderMeter.cpp57 IntSize frameSize = theme().meterSizeForBounds(*this, pixelSnappedIntRect(frameRect())); local
58 setLogicalWidth(isHorizontalWritingMode() ? frameSize.width() : frameSize.height());
70 IntSize frameSize = theme().meterSizeForBounds(*this, pixelSnappedIntRect(frame)); local
71 computedValues.m_extent = isHorizontalWritingMode() ? frameSize.height() : frameSize.width();
H A DRenderProgress.cpp69 IntSize frameSize = theme().progressBarRectForBounds(*this, pixelSnappedIntRect(frame)).size(); local
70 computedValues.m_extent = isHorizontalWritingMode() ? frameSize.height() : frameSize.width();
H A DRenderReplaced.cpp108 LayoutSize frameSize = size(); local
109 float frameAspectRatio = frameSize.aspectRatio();
111 setHeight(computeReplacedLogicalHeightRespectingMinMaxHeight(frameSize.height() * frameAspectRatio / aspectRatio));
113 setWidth(computeReplacedLogicalWidthRespectingMinMaxWidth(frameSize.width() * aspectRatio / frameAspectRatio, ComputePreferred));
/macosx-10.10/WebCore-7600.1.25/html/shadow/mac/
H A DImageControlsButtonElementMac.cpp71 IntSize frameSize = theme().imageControlsButtonSize(*this); local
72 setLogicalWidth(isHorizontalWritingMode() ? frameSize.width() : frameSize.height());
79 IntSize frameSize = theme().imageControlsButtonSize(*this); local
80 computedValues.m_extent = isHorizontalWritingMode() ? frameSize.height() : frameSize.width();
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DWebCoreFullScreenWarningView.mm76 NSSize frameSize = textFieldFrame.size;
77 frameSize.width += WarningViewPadding * 2;
78 frameSize.height += WarningViewPadding * 2;
79 [self setFrameSize:frameSize];
82 (frameSize.width - textFieldFrame.size.width) / 2,
83 (frameSize.height - textFieldFrame.size.height) / 2);
H A DScrollViewMac.mm168 IntSize frameSize = IntSize([scrollView() frame].size);
169 visibleContentRectIncludingObscuredArea.setSize(frameSize);
/macosx-10.10/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.10/tcl-105/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.10/tcl-105/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.10/WebKit-7600.1.25/mac/WebView/
H A DWebDynamicScrollBarsView.mm342 NSSize frameSize = [self frame].size;
344 // When in HiDPI with a scale factor > 1, the visibleSize and frameSize may be non-integral values,
350 frameSize.width = ceilf(frameSize.width);
351 frameSize.height = ceilf(frameSize.height);
355 if (newHasHorizontalScroller && !_private->inUpdateScrollersLayoutPass && documentSize.height <= frameSize.height && documentSize.width <= frameSize.width)
361 if (newHasVerticalScroller && !_private->inUpdateScrollersLayoutPass && documentSize.height <= frameSize.height && documentSize.width <= frameSize
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGOSREntry.cpp207 unsigned frameSize = jitCode->common.frameRegisterCount; local
209 unsigned maxFrameSize = std::max(frameSize, baselineFrameSize);
213 *bitwise_cast<size_t*>(scratch + 0) = frameSize;
250 for (unsigned i = frameSize; i--;) {
/macosx-10.10/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.10/libpcap-48/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.10/WebCore-7600.1.25/platform/graphics/cg/
H A DImageSourceCG.cpp515 IntSize frameSize = frameSizeAtIndex(index, ImageOrientationDescription(RespectImageOrientation)); local
516 return frameSize.width() * frameSize.height() * 4;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DBitmapImage.cpp184 const IntSize frameSize(index ? m_source.frameSizeAtIndex(index) : m_size);
185 if (frameSize != m_size)
281 IntSize frameSize = m_source.frameSizeAtIndex(m_currentFrame);
283 return frameSize;
H A DShadowBlur.cpp447 IntSize frameSize = inflation; local
448 frameSize.scale(2);
449 m_sourceRect = FloatRect(0, 0, shadowedRect.width() + frameSize.width(), shadowedRect.height() + frameSize.height());
/macosx-10.10/JavaScriptCore-7600.1.17/yarr/
H A DYarrInterpreter.h325 ByteDisjunction(unsigned numSubpatterns, unsigned frameSize) argument
327 , m_frameSize(frameSize)
/macosx-10.10/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 388 milliseconds