OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitmap_rect
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/printing/
emf_win.cc
104
gfx::Rect
bitmap_rect
(raster_size);
113
RECT rect =
bitmap_rect
.ToRECT();
540
gfx::Rect
bitmap_rect
(page_size);
541
RECT rect =
bitmap_rect
.ToRECT();
555
float(page_bounds.width()) /
bitmap_rect
.width(), 0,
556
0, float(page_bounds.height()) /
bitmap_rect
.height(),
561
::BitBlt(hdc, 0, 0,
bitmap_rect
.width(),
bitmap_rect
.height(),
562
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
);
Completed in 98 milliseconds