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

  /external/pdfium/core/fpdfapi/render/
cpdf_devicebuffer.cpp 49 FX_RECT bitmap_rect = local
52 m_pBitmap->Create(bitmap_rect.Width(), bitmap_rect.Height(), FXDIB_Argb);
cpdf_scaledrenderbuffer.cpp 55 FX_RECT bitmap_rect = local
57 int32_t iWidth = bitmap_rect.Width();
58 int32_t iHeight = bitmap_rect.Height();

Completed in 186 milliseconds