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

  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render_image.cpp 318 FX_RECT image_rect = image_rect_f.GetOutterRect(); local
319 int dest_width = image_rect.Width();
320 int dest_height = image_rect.Height();
667 FX_RECT image_rect = image_rect_f.GetOutterRect(); local
668 int dest_width = image_rect.Width();
669 int dest_height = image_rect.Height();
677 clip_box.Intersect(image_rect);
690 dest_left = dest_width > 0 ? image_rect.left : image_rect.right;
691 dest_top = dest_height > 0 ? image_rect.top : image_rect.bottom
744 FX_RECT image_rect = image_rect_f.GetOutterRect(); local
833 FX_RECT image_rect = image_rect_f.GetOutterRect(); local
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 1052 FX_RECT image_rect; local
    [all...]
fx_win32_gdipext.cpp 373 FX_RECT image_rect(dest_left, dest_top, dest_left + dest_width, dest_top + dest_height);
374 image_rect.Normalize();
375 FX_RECT image_clip = image_rect;
380 image_clip.Offset(-image_rect.left, -image_rect.top);
399 CallFunc(GdipDrawImageI)(pGraphics, bitmap, image_rect.left + image_clip.left,
400 image_rect.top + image_clip.top);
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_main.cpp 1537 FX_RECT image_rect = image_rect_f.GetOutterRect(); local
    [all...]

Completed in 298 milliseconds