Home
last modified time | relevance | path

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

/dports/graphics/sam2p/sam2p-0.49.4/
H A Dtest_main.cpp125 sout << "ncol0=" << PTS_dynamic_cast(Image::Indexed*,img)->getNcols() << '\n'; in test_image()
126 PTS_dynamic_cast(Image::Indexed*,img)->packPal(); in test_image()
127 sout << "ncols=" << PTS_dynamic_cast(Image::Indexed*,img)->getNcols() << '\n'; in test_image()
128 PTS_dynamic_cast(Image::Indexed*,img)->setBpc(0); in test_image()
134 PTS_dynamic_cast(Image::Indexed*,img)->dumpDebug(f2); in test_image()
H A Dimage.cpp1518 Indexed *iimg=PTS_dynamic_cast(Image::Indexed*,img); in SampledInfo()
1542 Indexed *iimg=PTS_dynamic_cast(Indexed*,img); in separate()
1614 { iimg=PTS_dynamic_cast(Indexed*,img); in setSampleFormat()
1633 { iimg=PTS_dynamic_cast(Indexed*,img); in setSampleFormat()
1640 …assert(PTS_dynamic_cast(Indexed*,img)->getTransp()==-1 || PTS_dynamic_cast(Indexed*,img)->getTrans… in setSampleFormat()
1659 { iimg=PTS_dynamic_cast(Indexed*,img); in setSampleFormat()
1693 { iimg=PTS_dynamic_cast(Indexed*,img); in setSampleFormat()
1713 { iimg=PTS_dynamic_cast(Indexed*,img); in setSampleFormat()
1773 { iimg=PTS_dynamic_cast(Indexed*,img); in setSampleFormat()
1792 { iimg=PTS_dynamic_cast(Indexed*,img); in setSampleFormat()
[all …]
H A Dconfig2.h287 #define PTS_dynamic_cast(ptrtype,ptr) ((ptrtype)(ptr)) macro
H A Dappliers.cpp263 unsigned ncols=PTS_dynamic_cast(Image::Indexed*,sf->getImg())->getNcols(); in out_l23_work()
562 out_gif_write(out, PTS_dynamic_cast(Image::Indexed*,sf->getImg())); in out_gif89a_work()
612 Image::Indexed *iimg=PTS_dynamic_cast(Image::Indexed*,sf->getImg()); in out_xpm_work()
746 alphaChannel=PTS_dynamic_cast(Image::Indexed*,sf->getImg())->calcAlpha(); in out_pnm_work()
1437 alpha=PTS_dynamic_cast(Image::Indexed*,sf->getImg())->calcAlpha(); in out_tiff_work()
1438 PTS_dynamic_cast(Image::Indexed*,sf->getImg())->getClearTransp(); in out_tiff_work()
1882 bool transp=cache->isTransparentM() && PTS_dynamic_cast(Image::Indexed*,img)->getTransp()>=0; in out_png_work()
1891 PTS_dynamic_cast(Image::Indexed*,img)->makeTranspZero(); in out_png_work()