fScreenAndUserClipping
if (fScreenAndUserClipping.IsSet())
fScreenAndUserClipping->PrintToStream();
fScreenAndUserClipping.SetTo(NULL);
if (fScreenAndUserClipping.IsSet())
return *fScreenAndUserClipping.Get();
fScreenAndUserClipping.SetTo(new (nothrow) BRegion(*fUserClipping.Get()));
if (!fScreenAndUserClipping.IsSet())
LocalToScreenTransform().Apply(fScreenAndUserClipping.Get());
fScreenAndUserClipping->IntersectWith(
return *fScreenAndUserClipping.Get();
fScreenAndUserClipping.SetTo(NULL);
fScreenAndUserClipping.SetTo(NULL);
&& fScreenAndUserClipping.IsSet()));
fScreenAndUserClipping;