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

  /external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 145 int result_height = result_rect.Height(); local
153 if (!pTempBitmap->Create(result_width, result_height, pSrc->GetFormat())) {
163 FXSYS_memset8(dest_buf, pSrc->IsAlphaMask() ? 0 : 0xff, dest_pitch * result_height);
165 for (int dest_y = 0; dest_y < result_height; dest_y ++) {
180 for (int dest_y = 0; dest_y < result_height; dest_y ++) {
fx_win32_gdipext.cpp 298 int result_height = pClipRect->Height();
304 if (!pStretched->Create(result_width, result_height, FXDIB_8bppRgb)) {
319 for (int dest_y = 0; dest_y < result_height; dest_y ++) {
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_transform.cpp 70 int result_height = dest_clip.Height(), result_width = dest_clip.Width(); local
71 if (!pTransBitmap->Create(result_width, result_height, GetFormat())) {
84 FXSYS_memset8(dest_buf, 0xff, dest_pitch * result_height);
90 dest_scan += (result_height - 1) * dest_pitch;
110 dest_scan += (result_height - 1) * dest_pitch;
144 dest_scan += (result_height - 1) * dest_pitch;
    [all...]
fx_dib_engine.cpp 839 int result_width = m_ClipRect.Width(), result_height = m_ClipRect.Height(); local
    [all...]

Completed in 147 milliseconds