Searched refs:dest_width (Results 1 – 1 of 1) sorted by relevance
47 const int dest_width = d_end - d_begin; in scaleLine() local49 OSL_ASSERT( src_width > 0 && dest_width > 0 ); in scaleLine()51 if( src_width >= dest_width ) in scaleLine()65 rem += dest_width; in scaleLine()72 int rem = -dest_width; in scaleLine()77 rem -= dest_width; in scaleLine()129 const int dest_width ( d_end.x - d_begin.x ); in scaleImage() local133 src_width == dest_width && in scaleImage()168 d_rbegin, d_rbegin+dest_width, d_acc); in scaleImage()
Completed in 10 milliseconds