OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mapped_rect
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/skia/ext/
lazy_pixel_ref_utils.cc
100
SkRect
mapped_rect
;
variable
101
draw.fMatrix->mapRect(&
mapped_rect
, rect);
102
mapped_rect
.intersect(SkRect::Make(draw.fRC->getBounds()));
103
AddBitmap(bitmap,
mapped_rect
);
142
SkRect
mapped_rect
;
variable
143
total_matrix.mapRect(&
mapped_rect
, bitmap_rect);
144
AddBitmap(bitmap,
mapped_rect
);
148
AddBitmap(paint_bitmap,
mapped_rect
);
171
SkRect
mapped_rect
;
variable
172
matrix.mapRect(&
mapped_rect
, bitmap_rect)
[
all
...]
Completed in 106 milliseconds