OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:result_bitmap
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/thumbnails/
content_based_thumbnailing_algorithm.cc
134
SkBitmap
result_bitmap
= SkBitmapOperations::DownsampleByTwoUntilSize(
local
144
if (clipped_bitmap.width() ==
result_bitmap
.width() &&
145
clipped_bitmap.height() ==
result_bitmap
.height()) {
146
clipped_bitmap.copyTo(&
result_bitmap
, SkBitmap::kARGB_8888_Config);
150
return
result_bitmap
;
/external/chromium_org/content/browser/renderer_host/
compositing_iosurface_transformer_mac_unittest.cc
306
const SkBitmap
result_bitmap
=
local
316
ImageDifference(expected_bitmap,
result_bitmap
));
Completed in 41 milliseconds