Home
last modified time | relevance | path

Searched refs:fVideoBounds (Results 1 – 4 of 4) sorted by relevance

/haiku/src/apps/mediaplayer/interface/
H A DSubtitleBitmap.cpp60 if (bounds == fVideoBounds) in SetVideoBounds()
63 fVideoBounds = bounds; in SetVideoBounds()
105 if (!fVideoBounds.IsValid()) in _GenerateBitmap()
327 float fontSize = ceilf((fVideoBounds.Width() * 0.9) / fCharsPerLine); in _InsertText()
343 textRect = fVideoBounds; in _InsertText()
348 fTextView->ResizeTo(fVideoBounds.Width(), fVideoBounds.Height()); in _InsertText()
357 fShadowTextView->ResizeTo(fVideoBounds.Width(), fVideoBounds.Height()); in _InsertText()
H A DSubtitleBitmap.h40 BRect fVideoBounds; variable
/haiku/src/apps/mediaplayer/media_node_framework/
H A DNodeManager.cpp65 fVideoBounds(0, 0, -1, -1), in NodeManager()
220 if (bounds != fVideoBounds) { in SetVideoBounds()
221 fVideoBounds = bounds; in SetVideoBounds()
222 NotifyVideoBoundsChanged(fVideoBounds); in SetVideoBounds()
230 return fVideoBounds; in VideoBounds()
385 (uint32)fVideoBounds.IntegerWidth(), in _SetUpVideoNodes()
389 (uint32)(fVideoBounds.IntegerWidth() + 1), in _SetUpVideoNodes()
390 (uint32)(fVideoBounds.IntegerHeight() + 1), in _SetUpVideoNodes()
H A DNodeManager.h123 BRect fVideoBounds; variable