Home
last modified time | relevance | path

Searched refs:mbIsNull (Results 1 – 2 of 2) sorted by relevance

/trunk/main/vcl/source/gdi/
H A Dregion.cxx241 return !mbIsNull && !mpB2DPolyPolygon.get() && !mpPolyPolygon.get() && !mpRegionBand.get(); in IsEmpty()
246 return mbIsNull; in IsNull()
330 mbIsNull(bIsNull) in Region()
338 mbIsNull(false) in Region()
347 mbIsNull(false) in Region()
361 mbIsNull(false) in Region()
375 mbIsNull(false) in Region()
389 mbIsNull(rRegion.mbIsNull) in Region()
418 mbIsNull = false; in ImplCreatePolyPolyRegion()
428 mbIsNull = false; in ImplCreatePolyPolyRegion()
[all …]
/trunk/main/vcl/inc/vcl/
H A Dregion.hxx58 bool mbIsNull : 1; member in Region