OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComputePrincipalComponentImage
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ui/gfx/
color_analysis.h
130
GFX_EXPORT bool
ComputePrincipalComponentImage
(const SkBitmap& source_bitmap,
color_analysis_unittest.cc
485
EXPECT_FALSE(
ComputePrincipalComponentImage
(source, &result));
488
TEST_F(ColorAnalysisTest,
ComputePrincipalComponentImage
) {
502
EXPECT_TRUE(
ComputePrincipalComponentImage
(source, &result));
color_analysis.cc
557
bool
ComputePrincipalComponentImage
(const SkBitmap& source_bitmap,
/external/chromium_org/chrome/browser/thumbnails/
content_analysis.cc
733
if (!color_utils::
ComputePrincipalComponentImage
(source_bitmap,
Completed in 857 milliseconds