HomeSort by relevance Sort by last modified time
    Searched refs: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
147 if (!pTempBitmap->Create(result_width, result_height, pSrc->GetFormat())) {
157 FXSYS_memset8(dest_buf, pSrc->IsAlphaMask() ? 0 : 0xff, dest_pitch * result_height);
159 for (int dest_y = 0; dest_y < result_height; dest_y ++) {
174 for (int dest_y = 0; dest_y < result_height; dest_y ++) {
fx_win32_gdipext.cpp 303 int result_height = pClipRect->Height();
306 if (!pStretched->Create(result_width, result_height, FXDIB_8bppRgb)) {
321 for (int dest_y = 0; dest_y < result_height; dest_y ++) {
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_transform.cpp 67 int result_height = dest_clip.Height(), result_width = dest_clip.Width(); local
68 if (!pTransBitmap->Create(result_width, result_height, GetFormat())) {
80 FXSYS_memset8(dest_buf, 0xff, dest_pitch * result_height);
86 dest_scan += (result_height - 1) * dest_pitch;
106 dest_scan += (result_height - 1) * dest_pitch;
139 dest_scan += (result_height - 1) * dest_pitch;
    [all...]
fx_dib_engine.cpp 813 int result_width = m_ClipRect.Width(), result_height = m_ClipRect.Height(); local
    [all...]

Completed in 964 milliseconds