Searched refs:fFrame (Results 1 - 25 of 72) sorted by relevance

123

/haiku-fatelf/src/tests/servers/app/newerClipping/
H A DWindowLayer.cpp32 fFrame(frame),
70 // fFrame as if it had
71 fTopLayer = new(nothrow) ViewLayer(fFrame, "top view", B_FOLLOW_ALL, 0,
191 region->Set(BRect(fFrame.left - 4, fFrame.top - 4,
192 fFrame.right + 4, fFrame.bottom + 4));
194 region->Include(BRect(fFrame.left - 4, fFrame.top - 20,
195 ceilf((fFrame
[all...]
H A DViewLayer.cpp21 fFrame(frame),
47 fFrame.left = float((int32)fFrame.left);
48 fFrame.top = float((int32)fFrame.top);
49 fFrame.right = float((int32)fFrame.right);
50 fFrame.bottom = float((int32)fFrame.bottom);
70 fScrollingOffset.x + fFrame
[all...]
/haiku-fatelf/src/servers/app/
H A DOffscreenWindow.cpp40 fVisibleRegion.Set(fFrame);
41 fVisibleContentRegion.Set(fFrame);
43 fContentRegion.Set(fFrame);
H A DView.cpp85 fFrame(frame),
167 fScrollingOffset.x + fFrame.Width(),
168 fScrollingOffset.y + fFrame.Height());
365 BRect rect(fFrame.left, fFrame.top, fFrame.right, fFrame.bottom);
596 point->x += fFrame.left - fScrollingOffset.x;
597 point->y += fFrame.top - fScrollingOffset.y;
605 point->x += fFrame
[all...]
H A DVirtualScreen.cpp46 fFrame.Set(0, 0, 0, 0);
138 fFrame = screen->Frame();
139 item->frame = fFrame;
173 fFrame.Set(0, 0, virtualWidth - 1, virtualHeight - 1);
182 return fFrame;
/haiku-fatelf/src/add-ons/screen_savers/icons/
H A DIconDisplay.h27 inline BRect GetFrame() { return fFrame; };
40 BRect fFrame; member in class:IconDisplay
H A DIconDisplay.cpp51 fFrame = frame;
63 view->FillRect(fFrame);
123 view->DrawBitmap(fBitmap, BPoint(fFrame.left, fFrame.top));
/haiku-fatelf/src/tests/servers/app/stress_test/
H A Dmain.cpp29 BRect fFrame; member in class:TestApp
49 fFrame(10.0, 30.0, 150.0, 100.0),
83 fFrame.OffsetBy(10.0, 0.0);
84 if (fFrame.right > fScreenFrame.right) {
86 fFrame.OffsetTo(10.0, fFrame.top + 10.0);
88 if (fFrame.bottom > fScreenFrame.bottom) {
90 fFrame.OffsetTo(10.0, 30.0);
95 new TestWindow(fFrame);
217 fWindow = new BWindow(fFrame, "Tes
[all...]
/haiku-fatelf/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecEncoder.cpp49 fFrame(avcodec_alloc_frame()),
99 if (fFrame != NULL) {
100 fFrame->data[0] = NULL;
101 fFrame->data[1] = NULL;
102 fFrame->data[2] = NULL;
103 fFrame->data[3] = NULL;
105 fFrame->linesize[0] = 0;
106 fFrame->linesize[1] = 0;
107 fFrame->linesize[2] = 0;
108 fFrame
[all...]
H A DAVCodecDecoder.cpp74 fFrame(0),
126 conversionTime / profileCounter, fFrame);
255 fFrame = frame;
623 fFrame += *outFrameCount;
624 TRACE_AUDIO(" frame count: %lld current: %lld\n", *outFrameCount, fFrame);
663 mediaHeader->u.raw_video.field_sequence = fFrame;
693 fFrame, len);
808 fFrame++;
815 if (!(fFrame % 5)) {
821 fFrame, inf
[all...]
/haiku-fatelf/src/apps/debuganalyzer/gui/chart/
H A DLineChartRenderer.cpp88 fFrame(),
134 fFrame = frame;
162 if (!updateRect.IsValid() || updateRect.left > fFrame.right
163 || fFrame.left > updateRect.right) {
174 int32 left = (int32)fFrame.left;
179 if (last > fFrame.IntegerWidth())
180 last = fFrame.IntegerWidth();
190 double scale = (double)fFrame.IntegerHeight() / sampleRange;
196 float bottom = fFrame.bottom;
223 int32 width = fFrame
[all...]
H A DLegendChartAxis.cpp145 fFrame(),
182 if (frame != fFrame) {
183 fFrame = frame;
276 float totalSize = floorf(fFrame.Size().*sizeField) + 1;
283 float rulerStart = fFrame.LeftBottom().*pointField;
285 ? fFrame.LeftTop().*otherPointField + kChartRulerDistance
286 : fFrame.RightBottom().*otherPointField - kChartRulerDistance;
287 float rulerEnd = fFrame.RightTop().*pointField;
353 int32 width = fFrame.IntegerWidth() + 1;
354 int32 height = fFrame
[all...]
/haiku-fatelf/src/preferences/sounds/
H A DHWindow.h53 BRect fFrame; member in class:HWindow
/haiku-fatelf/src/tests/kits/interface/layout/widget_layout_test/
H A DView.cpp15 : fFrame(0, 0, 0, 0),
26 : fFrame(frame),
47 if (frame != fFrame && frame.IsValid()) {
50 fFrame = frame;
67 return fFrame;
74 return BRect(fFrame).OffsetToCopy(B_ORIGIN);
81 SetFrame(fFrame.OffsetToCopy(location));
88 return fFrame.LeftTop();
95 BRect frame(fFrame);
140 BPoint location = fFrame
[all...]
/haiku-fatelf/src/apps/cortex/DiagramView/
H A DDiagramBox.h70 return fFrame;
92 BRect fFrame; member in class:DiagramBox
H A DDiagramBox.cpp63 fFrame(frame),
288 wireRegion->Include(fFrame);
289 fFrame.OffsetBy(x, y);
290 wireRegion->Include(fFrame);
293 fFrame.OffsetBy(x, y);
305 fFrame.right += horizontal;
306 fFrame.bottom += vertical;
/haiku-fatelf/src/kits/interface/
H A DSpaceLayoutItem.cpp35 fFrame(),
55 archive->FindRect(kFrameField, &fFrame);
191 return fFrame;
198 fFrame = frame;
208 err = into->AddRect(kFrameField, fFrame);
H A DWindow.cpp330 data->FindRect("_frame", &fFrame);
352 _InitData(fFrame, title, look, feel, fFlags, workspaces);
456 ret = data->AddRect("_frame", fFrame);
738 fLink->Attach<BRect>(fFrame);
756 fLink->Read<BRect>(&fFrame);
1059 if (width != fFrame.Width() || height != fFrame.Height()) {
1062 fFrame.right = fFrame.left + width;
1063 fFrame
[all...]
/haiku-fatelf/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.cpp298 fTabRect.Set(fFrame.left - fBorderWidth,
299 fFrame.top - fBorderWidth
301 ((fFrame.right - fFrame.left) < 35.0 ?
302 fFrame.left + 35.0 : fFrame.right) + fBorderWidth,
303 fFrame.top - fBorderWidth);
305 fTabRect.Set(fFrame.left - fBorderWidth
307 fFrame.top - fBorderWidth, fFrame
[all...]
/haiku-fatelf/src/tests/servers/app/newClipping/
H A DLayer.h52 BRect Frame() const { return fFrame; }
53 BRect Bounds() const { BRect r(fFrame);
82 BRect fFrame; member in class:Layer
H A DLayer.cpp16 fFrame = frame;
51 rect->OffsetBy(fFrame.left, fFrame.top);
63 reg->OffsetBy(fFrame.left, fFrame.top);
223 BRect newFrame = fFrame;
253 if (newFrame != fFrame) {
256 dx = newFrame.Width() - fFrame.Width();
257 dy = newFrame.Height() - fFrame.Height();
259 fFrame
[all...]
/haiku-fatelf/src/apps/mediaplayer/media_node_framework/video/
H A DVideoProducer.cpp54 fFrame(0),
405 + (bigtime_t)((fFrame - fFrameBase)
407 fFrameBase = fFrame;
552 fFrame = 0;
594 fFrameBase = fFrame;
605 fFrameBase = fFrame;
627 TRACE("_FrameGeneratorThread: loop: %Ld\n", fFrame);
645 performanceTime = fManager->TimeForFrame(fFrame);
646 nextPerformanceTime = fManager->TimeForFrame(fFrame + 1);
654 playlistFrame = fManager->PlaylistFrameAtFrame(fFrame,
[all...]
/haiku-fatelf/src/servers/app/decorator/
H A DDefaultDecorator.cpp398 fLeftBorder.Set(fFrame.left - fBorderWidth, fFrame.top,
399 fFrame.left - 1, fFrame.bottom);
401 fRightBorder.Set(fFrame.right + 1, fFrame.top ,
402 fFrame.right + fBorderWidth, fFrame.bottom);
404 fTopBorder.Set(fFrame.left - fBorderWidth, fFrame
[all...]
/haiku-fatelf/src/add-ons/media/media-add-ons/legacy/
H A DLegacyAudioDevice.cpp174 ((fFrame - fFrameBase) *
180 h->u.raw_video.field_sequence = fFrame;
190 *(p++) = ((((x+y)^0^x)+fFrame) & 0xff) * (0x01010101 & fColor);
/haiku-fatelf/src/add-ons/media/media-add-ons/video_producer_demo/
H A DProducer.cpp420 ((fFrame - fFrameBase) *
422 fFrameBase = fFrame;
587 fFrame = 0;
631 fFrameBase = fFrame;
641 fFrameBase = fFrame;
664 fFrame++;
671 ((fFrame - fFrameBase) *
711 ((fFrame - fFrameBase) *
717 h->u.raw_video.field_sequence = fFrame;
728 if (x > (fFrame
[all...]

Completed in 218 milliseconds

123