Home
last modified time | relevance | path

Searched refs:src_width (Results 1 – 1 of 1) sorted by path

/trunk/main/basebmp/inc/basebmp/
H A Dscaleimage.hxx46 const int src_width = s_end - s_begin; in scaleLine() local
49 OSL_ASSERT( src_width > 0 && dest_width > 0 ); in scaleLine()
51 if( src_width >= dest_width ) in scaleLine()
61 rem -= src_width; in scaleLine()
83 rem += src_width; in scaleLine()
126 const int src_width ( s_end.x - s_begin.x ); in scaleImage() local
133 src_width == dest_width && in scaleImage()
145 TmpImage tmp_image(src_width, in scaleImage()
150 for( int x=0; x<src_width; ++x, ++s_begin.x, ++t_begin.x ) in scaleImage()
167 scaleLine(t_rbegin, t_rbegin+src_width, tmp_image.accessor(), in scaleImage()

Completed in 21 milliseconds