Home
last modified time | relevance | path

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

/dports/x11-toolkits/libgdiplus/libgdiplus-6.0.4/src/
H A Dregion.c260 nx = allrects->X; ny = allrects->Y; in gdip_get_bounds()
261 fx = allrects->X + allrects->Width; fy = allrects->Y + allrects->Height; in gdip_get_bounds()
1055 if (allrects) in gdip_combine_union()
1056 GdipFree (allrects); in gdip_combine_union()
1070 GdipFree (allrects); in gdip_combine_union()
1087 recttrg = allrects + i; in gdip_combine_union()
1158 GdipFree (allrects); in gdip_combine_union()
1196 GdipFree (allrects); in gdip_combine_union()
1290 rgnsrc->rects = allrects; in gdip_combine_xor()
1319 if (allrects) in gdip_combine_xor()
[all …]
/dports/games/frozen-bubble/frozen-bubble-d6a0291/lib/Games/FrozenBubble/
H A DLevelEditor.pm2157 my @allrects =
2204 …ect{$_->{name}} = SDL::Rect->new( $_->{x}, $_->{'y'}, $_->{width}, $_->{height}) foreach @allrects;