コード例 #1
0
ファイル: png_io.hpp プロジェクト: Blaxxun/mapnik
void reduce_1(T const&,
              image_data_8 & out,
              octree<rgb> /*trees*/[],
              unsigned /*limits*/[],
              std::vector<unsigned> & /*alpha*/)
{
    out.set(0); // only one color!!!
}
コード例 #2
0
ファイル: png_io.hpp プロジェクト: BenMoores/mapnik-trunk
void reduce_1(T const&, image_data_8 & out, octree<rgb> trees[], unsigned limits[], std::vector<unsigned> & alpha)
{
    out.set(0); // only one color!!!
}