HomeSort by relevance Sort by last modified time
    Searched refs:ComputePrincipalComponentImage (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/gfx/
color_analysis.h 122 UI_EXPORT bool ComputePrincipalComponentImage(const SkBitmap& source_bitmap,
color_analysis_unittest.cc 451 EXPECT_FALSE(color_utils::ComputePrincipalComponentImage(source, &result));
454 TEST_F(ColorAnalysisTest, ComputePrincipalComponentImage) {
468 EXPECT_TRUE(color_utils::ComputePrincipalComponentImage(source, &result));
color_analysis.cc 547 bool ComputePrincipalComponentImage(const SkBitmap& source_bitmap,
  /external/chromium_org/chrome/browser/thumbnails/
content_analysis.cc 733 if (!color_utils::ComputePrincipalComponentImage(source_bitmap,

Completed in 955 milliseconds