OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:source_bitmap
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/ui/views/frame/
taskbar_decorator_win.cc
46
const SkBitmap*
source_bitmap
= NULL;
local
55
source_bitmap
= &squarer_bitmap;
58
source_bitmap
= bitmap.get();
65
source_bitmap
->height() * kOverlayIconSize /
source_bitmap
->width();
69
*
source_bitmap
,
/external/chromium_org/chrome/browser/thumbnails/
content_based_thumbnailing_algorithm.cc
27
const SkBitmap&
source_bitmap
) {
28
callback.Run(*context.get(),
source_bitmap
);
70
SkBitmap
source_bitmap
=
local
76
if (
source_bitmap
.width() <= target_thumbnail_size.width() ||
77
source_bitmap
.height() <= target_thumbnail_size.height()) {
79
SimpleThumbnailCrop::CalculateBoringScore(
source_bitmap
);
86
callback.Run(*context.get(),
source_bitmap
);
93
source_bitmap
,
155
const SkBitmap&
source_bitmap
,
163
source_bitmap
, thumbnail_size, kernel_sigma)
[
all
...]
/external/chromium_org/chrome/browser/profiles/
profile_shortcut_manager_win.cc
115
SkBitmap
source_bitmap
= avatar_bitmap;
local
123
avatar_bitmap.extractSubset(&
source_bitmap
, gfx::RectToSkIRect(frame));
133
source_bitmap
, skia::ImageOperations::RESIZE_LANCZOS3, avatar_badge_size,
134
source_bitmap
.height() * avatar_badge_size /
source_bitmap
.width());
[
all
...]
Completed in 606 milliseconds