HomeSort by relevance Sort by last modified time
    Searched defs:result_height (Results 1 - 2 of 2) sorted by null

  /external/pdfium/core/fxge/dib/
fx_dib_engine.cpp 978 int result_height = m_ClipRect.Height(); local
    [all...]
fx_dib_transform.cpp 193 int result_height = dest_clip.Height(); local
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;
    [all...]

Completed in 1520 milliseconds