OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ApplyColorReduction
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/ui/gfx/
color_analysis.h
119
GFX_EXPORT bool
ApplyColorReduction
(const SkBitmap& source_bitmap,
color_analysis_unittest.cc
373
EXPECT_TRUE(
ApplyColorReduction
(source, transform, false, &result));
382
EXPECT_TRUE(
ApplyColorReduction
(source, transform, true, &result));
389
EXPECT_TRUE(
ApplyColorReduction
(source, transform, false, &result));
396
EXPECT_TRUE(
ApplyColorReduction
(source, transform, false, &result));
417
EXPECT_TRUE(
ApplyColorReduction
(source, transform, true, &result));
429
EXPECT_TRUE(
ApplyColorReduction
(source, transform, true, &result));
456
EXPECT_TRUE(
ApplyColorReduction
(source, transform, false, &result));
466
EXPECT_TRUE(
ApplyColorReduction
(source, transform, true, &result));
color_analysis.cc
481
bool
ApplyColorReduction
(const SkBitmap& source_bitmap,
570
return
ApplyColorReduction
(source_bitmap, principal, true, target_bitmap);
/external/chromium_org/chrome/browser/thumbnails/
content_analysis_unittest.cc
96
EXPECT_TRUE(color_utils::
ApplyColorReduction
(
141
EXPECT_TRUE(color_utils::
ApplyColorReduction
(
180
EXPECT_TRUE(color_utils::
ApplyColorReduction
(
245
EXPECT_TRUE(color_utils::
ApplyColorReduction
(
content_analysis.cc
737
if (!color_utils::
ApplyColorReduction
(
Completed in 120 milliseconds