Home
last modified time | relevance | path

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

/AOO41X/main/vcl/source/gdi/
H A Dregion.cxx239 return !mbIsNull && !mpB2DPolyPolygon.get() && !mpPolyPolygon.get() && !mpRegionBand.get(); in IsEmpty()
244 return mbIsNull; in IsNull()
328 mbIsNull(bIsNull) in Region()
336 mbIsNull(false) in Region()
345 mbIsNull(false) in Region()
359 mbIsNull(false) in Region()
373 mbIsNull(false) in Region()
387 mbIsNull(rRegion.mbIsNull) in Region()
416 mbIsNull = false; in ImplCreatePolyPolyRegion()
426 mbIsNull = false; in ImplCreatePolyPolyRegion()
[all …]
/AOO41X/main/vcl/inc/vcl/
H A Dregion.hxx58 bool mbIsNull : 1; member in Region