Home
last modified time | relevance | path

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

/dports/graphics/sam2p/sam2p-0.49.4/
H A Dimage.hpp120 virtual void copyRGBRow(char *to, dimen_t whichrow) const =0;
181 virtual void copyRGBRow(char *to, dimen_t whichrow) const;
238 virtual void copyRGBRow(char *to, dimen_t whichrow) const;
253 virtual void copyRGBRow(char *to, dimen_t whichrow) const;
H A Dimage.cpp178 copyRGBRow((char*)crow, htc); in toGray0()
187 copyRGBRow((char*)crow, htc); in toGray0()
195 copyRGBRow((char*)crow, htc); in toGray0()
203 copyRGBRow((char*)crow, htc); in toGray0()
224 copyRGBRow((char*)crow, htc); in toRGB0()
233 copyRGBRow((char*)crow, htc); in toRGB0()
241 copyRGBRow((char*)crow, htc); in toRGB0()
266 copyRGBRow((char*)crow, htc); in toIndexed0()
439 copyRGBRow((char*)crow, htc); in minRGBBpc()
458 copyRGBRow((char*)crow, htc); in hasPixelRGB()
[all …]
H A Dvcsam2p.cpp199 virtual void copyRGBRow(char *to, slen_t whichRow) const =0;
221 virtual void copyRGBRow(char *to, slen_t whichRow) const;
260 other.copyRGBRow(buf, y++); ppm8_data=buf; in WinImageRGB()
272 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 Din_jai.cpp30 virtual void copyRGBRow(char *to, dimen_t whichrow) const;
76 void JAI::copyRGBRow(char*, dimen_t) const { assert(0); } in copyRGBRow() function in JAI