Home
last modified time | relevance | path

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

/AOO42X/main/vcl/source/gdi/
H A Dgdimetafiletools.cxx279 std::vector< basegfx::B2DPolyPolygon > aClips; in clipMetafileContentAgainstOwnRegions() local
284 aClips.push_back(basegfx::B2DPolyPolygon()); in clipMetafileContentAgainstOwnRegions()
310 aClips.back() = aNewClip; in clipMetafileContentAgainstOwnRegions()
314 aClips.back() = basegfx::B2DPolyPolygon(); in clipMetafileContentAgainstOwnRegions()
325 if(!rRect.IsEmpty() && aClips.size() && aClips.back().count()) in clipMetafileContentAgainstOwnRegions()
331 aClips.back() = basegfx::tools::clipPolyPolygonOnRange( in clipMetafileContentAgainstOwnRegions()
332 aClips.back(), in clipMetafileContentAgainstOwnRegions()
345 if(!rRegion.IsEmpty() && aClips.size() && aClips.back().count()) in clipMetafileContentAgainstOwnRegions()
349 aClips.back() = basegfx::tools::clipPolyPolygonOnPolyPolygon( in clipMetafileContentAgainstOwnRegions()
350 aClips.back(), in clipMetafileContentAgainstOwnRegions()
[all …]