Home
last modified time | relevance | path

Searched defs:copyRGBRow (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/sam2p/sam2p-0.49.4/
H A Din_jai.cpp76 void JAI::copyRGBRow(char*, dimen_t) const { assert(0); } in copyRGBRow() function in JAI
H A Dvcsam2p.cpp272 void WinImageRGB::copyRGBRow(char *to, slen_t whichRow) const { in copyRGBRow() function in WinImageRGB
338 inline virtual void copyRGBRow(char *to, slen_t whichRow) const { img.copyRGBRow(to, whichRow); } in copyRGBRow() function in CopyableAdapter
H A Dimage.cpp651 void Image::Indexed::copyRGBRow(char *to, Image::Sampled::dimen_t whichrow) const { in copyRGBRow() function in Image::Indexed
1148 void Image::Gray::copyRGBRow(char *to, Image::Sampled::dimen_t whichrow) const { in copyRGBRow() function in Image::Gray
1247 void Image::RGB::copyRGBRow(char *to, Image::Sampled::dimen_t whichrow) const { in copyRGBRow() function in Image::RGB