Searched refs:fVideoBounds (Results 1 – 4 of 4) sorted by relevance
60 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()
40 BRect fVideoBounds; variable
65 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()
123 BRect fVideoBounds; variable