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

/haiku/src/apps/mediaplayer/interface/
H A DSubtitleBitmap.h40 BRect fVideoBounds; member in class:SubtitleBitmap
H A DSubtitleBitmap.cpp62 if (bounds == fVideoBounds)
65 fVideoBounds = bounds;
107 if (!fVideoBounds.IsValid())
331 float fontSize = ceilf((fVideoBounds.Width() * 0.9) / fCharsPerLine);
347 textRect = fVideoBounds;
/haiku/src/apps/mediaplayer/media_node_framework/
H A DNodeManager.cpp65 fVideoBounds(0, 0, -1, -1),
220 if (bounds != fVideoBounds) {
221 fVideoBounds = bounds;
222 NotifyVideoBoundsChanged(fVideoBounds);
230 return fVideoBounds;
385 (uint32)fVideoBounds.IntegerWidth(),
389 (uint32)(fVideoBounds.IntegerWidth() + 1),
390 (uint32)(fVideoBounds.IntegerHeight() + 1),
H A DNodeManager.h123 BRect fVideoBounds; member in class:NodeManager

Completed in 65 milliseconds