Searched refs:fFrame (Results 51 - 71 of 71) sorted by relevance

123

/haiku/src/add-ons/media/plugins/ffmpeg/
H A DAVCodecDecoder.cpp87 fFrame(0),
141 conversionTime / profileCounter, fFrame);
283 fFrame = frame;
747 fFrame += fRawDecodedAudio->nb_samples;
757 fRawDecodedAudio->nb_samples, fFrame);
1283 fFrame, error);
1293 fFrame, error, fChunkBufferSize);
1312 if (!(fFrame % 5)) {
1315 fFrame);
1509 fFrame
[all...]
/haiku/src/servers/app/
H A DView.h56 { return fFrame; }
241 IntRect fFrame; member in class:View
H A DWindow.h96 BRect Frame() const { return fFrame; }
340 BRect fFrame; member in class:Window
/haiku/src/servers/input/
H A DInputServer.cpp219 fFrame = fScreen.Frame();
220 if (fFrame == BRect(0, 0, 0, 0))
221 fFrame = BRect(0, 0, 799, 599);
222 fMousePos = BPoint((int32)((fFrame.right + 1) / 2),
223 (int32)((fFrame.bottom + 1) / 2));
544 if (frame == fFrame)
547 BPoint pos(fMousePos.x * frame.Width() / fFrame.Width(),
548 fMousePos.y * frame.Height() / fFrame.Height());
549 fFrame = frame;
1660 where.x = absX * fFrame
[all...]
H A DInputServer.h181 BRect& ScreenFrame() { return fFrame; }
229 BRect fFrame; member in class:InputServer
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoProducer.h122 int64 fFrame; member in class:VideoProducer
/haiku/src/apps/activitymonitor/
H A DActivityView.cpp147 BRect fFrame; member in class:ActivityView::HistoryLayoutItem
169 BRect fFrame; member in class:ActivityView::LegendLayoutItem
412 fFrame()
434 return fFrame;
441 fFrame = frame;
467 fFrame()
489 return fFrame;
496 fFrame = frame;
/haiku/src/kits/interface/
H A DPrivateScreen.cpp232 link.Read<BRect>(&fFrame);
237 return fFrame;
799 fFrame(0, 0, 0, 0),
H A DSplitLayout.cpp76 fFrame()
140 return fFrame;
145 fFrame = frame;
150 BRect fFrame; member in class:BSplitLayout::SplitterItem
/haiku/src/apps/text_search/
H A DGrepWindow.cpp150 fModel->fFrame = Frame();
158 fModel->fFrame = Frame();
657 MoveTo(fModel->fFrame.left, fModel->fFrame.top);
658 ResizeTo(fModel->fFrame.Width(), fModel->fFrame.Height());
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixProducer/
H A DProducer.h129 uint32 fFrame; member in class:FinePixProducer
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DProducer.h137 uint32 fFrame; member in class:VideoProducer
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DProducer.h135 uint32 fFrame; member in class:VideoProducer
/haiku/src/add-ons/media/media-add-ons/video_producer_demo/
H A DProducer.h121 uint32 fFrame; member in class:VideoProducer
/haiku/src/kits/debugger/jobs/
H A DJobs.h302 StackFrame* fFrame; member in class:ExpressionEvaluationJob
/haiku/src/servers/app/decorator/
H A DDefaultDecorator.cpp388 border.Set(fFrame.right - 13, fFrame.bottom - 13,
389 fFrame.right + 3, fFrame.bottom + 3);
H A DDecorator.h296 BRect fFrame; member in class:Decorator
H A DDecorator.cpp85 fFrame(frame),
685 nothing. Note that window resize flags should be followed and fFrame should
1113 fFrame.OffsetBy(offset);
/haiku/src/kits/tracker/
H A DUtilities.cpp327 if (fLocations[index].fFrame == frame)
339 if (fLocations[index].fFrame == frame)
352 if (fLocations[index].fFrame == frame) {
361 fLocations[fNumFrames].fFrame = frame;
392 swap_data(B_RECT_TYPE, &self->fLocations[index].fFrame,
H A DUtilities.h171 BRect fFrame; member in struct:BPrivate::ExtendedPoseInfo::FrameLocation
/haiku/headers/os/interface/
H A DWindow.h402 BRect fFrame; member in class:BWindow

Completed in 129 milliseconds

123