Home
last modified time | relevance | path

Searched refs:scanlineLen (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/pstoedit/pstoedit-3.70/src/
H A Ddrvcairo.cpp596 const long scanlineLen = ((width * 3) + 3) & ~3L; in show_image() local
599 unsigned char *const output = new unsigned char[scanlineLen * height]; in show_image()
601 for (long i = 0; i < scanlineLen * height; i++) in show_image()
631 unsigned char *const currOutput = &output[scanlineLen * ypos]; in show_image()
H A Ddrvsvm.cpp794 const long int scanlineLen = ((width * 3) + 3) & ~3L; in show_image() local
798 unsigned char* const output = new unsigned char[scanlineLen * height]; in show_image()
839 unsigned char* currOutput = &output[scanlineLen * y]; in show_image()
934 (uInt32)(14 + 40 + scanlineLen*height)); in show_image()
968 scanlineLen*height ); in show_image()
H A Ddrvwmf.cpp1298 const long scanlineLen = ((width * 3) + 3) & ~3L; in show_image() local
1301 unsigned char *const output = new unsigned char[scanlineLen * height]; in show_image()
1303 for (long i = 0; i < scanlineLen * height; i++) in show_image()
1333 unsigned char *const currOutput = &output[scanlineLen * y]; in show_image()
/dports/editors/impress/impress-1.1b9/pstoedit_3.21/src/
H A Ddrvmet.cpp655 const long scanlineLen = ((width * 3) + 3) & ~3L; in show_image() local
658 unsigned char* const output = new unsigned char[scanlineLen*height]; in show_image()
660 for(long i=0; i<scanlineLen*height; i++) in show_image()
691 unsigned char* const currOutput = &output[ scanlineLen * y ]; in show_image()
H A Ddrvwmf.cpp1143 const long scanlineLen = ((width * 3) + 3) & ~3L; in show_image() local
1146 unsigned char* const output = new unsigned char[scanlineLen*height]; in show_image()
1148 for(long i=0; i<scanlineLen*height; i++) in show_image()
1176 unsigned char* const currOutput = &output[ scanlineLen * y ]; in show_image()