mirror of
https://github.com/mapnik/mapnik.git
synced 2026-02-01 17:36:36 +00:00
formatting
This commit is contained in:
parent
ce7d91e42c
commit
c4274ba952
@ -139,6 +139,12 @@ void composite(T1 & dst, T2 & src, composite_mode_e mode,
|
||||
ren.blend_from(pixf_mask,0,dx,dy,unsigned(255*opacity));
|
||||
}
|
||||
|
||||
template void composite<mapnik::image_data_32,mapnik::image_data_32>(mapnik::image_data_32&, mapnik::image_data_32& ,composite_mode_e, float, int, int, bool);
|
||||
template void composite<mapnik::image_data_32,mapnik::image_data_32>(mapnik::image_data_32&,
|
||||
mapnik::image_data_32&,
|
||||
composite_mode_e,
|
||||
float,
|
||||
int,
|
||||
int,
|
||||
bool);
|
||||
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user