Home | History | Annotate | Download | only in dib

Lines Matching defs:result_height

193   int result_height = dest_clip.Height();
195 if (!pTransBitmap->Create(result_width, result_height, GetFormat()))
206 FXSYS_memset(dest_buf, 0xff, dest_pitch * result_height);
213 dest_scan += (result_height - 1) * dest_pitch;
234 dest_scan += (result_height - 1) * dest_pitch;
269 dest_scan += (result_height - 1) * dest_pitch;