Searched defs:result_height (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_print.cpp145 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 ++) {
/external/pdfium/core/src/fxge/dib/
H A Dfx_dib_engine.cpp839 int result_width = m_ClipRect.Width(), result_height = m_ClipRect.Height(); local
841 for (; m_LineIndex < result_height; m_LineIndex ++) {
844 dest_y = result_height - m_LineIndex - 1;
H A Dfx_dib_transform.cpp70 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;

Completed in 119 milliseconds