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

  /external/pdfium/core/src/fxge/win32/
fx_win32_print.cpp 144 int result_width = result_rect.Width(); local
153 if (!pTempBitmap->Create(result_width, result_height, pSrc->GetFormat())) {
167 for (int dest_x = 0; dest_x < result_width; dest_x ++) {
182 for (int dest_x = 0; dest_x < result_width; dest_x ++) {
fx_win32_gdipext.cpp 297 int result_width = pClipRect->Width();
299 int result_pitch = (result_width + 3) / 4 * 4;
304 if (!pStretched->Create(result_width, result_height, FXDIB_8bppRgb)) {
324 for (int dest_x = 0; dest_x < result_width; dest_x ++) {
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_engine.cpp 839 int result_width = m_ClipRect.Width(), result_height = m_ClipRect.Height(); local
    [all...]
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())) {
    [all...]

Completed in 343 milliseconds