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

  /external/pdfium/core/fpdfapi/render/
cpdf_scaledrenderbuffer.cpp 57 FX_RECT bitmap_rect = rect.GetOuterRect(); local
58 int32_t iWidth = bitmap_rect.Width();
59 int32_t iHeight = bitmap_rect.Height();
cpdf_devicebuffer.cpp 52 FX_RECT bitmap_rect = rect.GetOuterRect(); local
54 m_pBitmap->Create(bitmap_rect.Width(), bitmap_rect.Height(), FXDIB_Argb);
cpdf_renderstatus.cpp 911 CFX_FloatRect bitmap_rect(0.0f, 0.0f, (FX_FLOAT)width, (FX_FLOAT)height);
913 mtAdjust.MatchRect(bitmap_rect, cell_bbox);
    [all...]
  /external/pdfium/core/fxge/
fx_dib.h 602 const FX_RECT& bitmap_rect,
  /external/pdfium/core/fxge/dib/
fx_dib_engine.cpp 862 const FX_RECT& bitmap_rect,
871 m_ClipRect(bitmap_rect),
    [all...]

Completed in 163 milliseconds