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

  /external/chromium_org/printing/
emf_win.cc 119 gfx::Rect bitmap_rect(raster_size);
128 RECT rect = bitmap_rect.ToRECT();
619 gfx::Rect bitmap_rect(page_size);
620 RECT rect = bitmap_rect.ToRECT();
634 float(page_bounds.width()) / bitmap_rect.width(), 0,
635 0, float(page_bounds.height()) / bitmap_rect.height(),
640 ::BitBlt(hdc, 0, 0, bitmap_rect.width(), bitmap_rect.height(),
641 bitmap.context(), bitmap_rect.x(), bitmap_rect.y(), SRCCOPY)
    [all...]
  /external/chromium_org/skia/ext/
pixel_ref_utils.cc 136 SkRect bitmap_rect = SkRect::MakeWH(bitmap.width(), bitmap.height()); variable
138 total_matrix.mapRect(&mapped_rect, bitmap_rect);
151 SkRect bitmap_rect = SkRect::MakeWH(bitmap.width(), bitmap.height()); variable
153 matrix.setRectToRect(bitmap_rect, dst, SkMatrix::kFill_ScaleToFit);
165 SkRect bitmap_rect = SkRect::MakeWH(bitmap.width(), bitmap.height()); variable
167 matrix.mapRect(&mapped_rect, bitmap_rect);
  /external/chromium_org/cc/layers/
nine_patch_layer_impl_unittest.cc 93 gfx::Rect bitmap_rect(bitmap_size);
94 Region tex_remaining(bitmap_rect);
  /external/pdfium/core/src/fpdfapi/fpdf_render/
fpdf_render.cpp 1376 FX_RECT bitmap_rect = rect.GetOutterRect(); local
1450 FX_RECT bitmap_rect = rect.GetOutterRect(); local
    [all...]
fpdf_render_pattern.cpp     [all...]
  /external/pdfium/core/include/fxge/
fx_dib.h 524 int dest_width, int dest_height, const FX_RECT& bitmap_rect, FX_DWORD flags);

Completed in 140 milliseconds