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 171 int result_height = result_rect.Height(); local
173 if (!pTempBitmap->Create(result_width, result_height, pSrc->GetFormat())) {
184 dest_pitch * result_height);
186 for (int dest_y = 0; dest_y < result_height; dest_y++) {
203 for (int dest_y = 0; dest_y < result_height; dest_y++) {
fx_win32_gdipext.cpp 475 int result_height = pClipRect->Height();
478 if (!pStretched->Create(result_width, result_height, FXDIB_8bppRgb)) {
490 for (int dest_y = 0; dest_y < result_height; dest_y++) {
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_transform.cpp 188 int result_height = dest_clip.Height(), result_width = dest_clip.Width(); local
189 if (!pTransBitmap->Create(result_width, result_height, GetFormat())) {
201 FXSYS_memset(dest_buf, 0xff, dest_pitch * result_height);
208 dest_scan += (result_height - 1) * dest_pitch;
229 dest_scan += (result_height - 1) * dest_pitch;
264 dest_scan += (result_height - 1) * dest_pitch;
    [all...]
fx_dib_engine.cpp 886 int result_width = m_ClipRect.Width(), result_height = m_ClipRect.Height(); local
    [all...]

Completed in 3546 milliseconds