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

  /external/chromium_org/ui/gfx/
color_analysis.h 111 GFX_EXPORT gfx::Matrix3F ComputeColorCovariance(const SkBitmap& bitmap);
color_analysis.cc 414 gfx::Matrix3F ComputeColorCovariance(const SkBitmap& bitmap) {
564 gfx::Matrix3F covariance = ComputeColorCovariance(source_bitmap);
color_analysis_unittest.cc 331 EXPECT_EQ(gfx::Matrix3F::Zeros(), ComputeColorCovariance(bitmap));
334 gfx::Matrix3F covariance = ComputeColorCovariance(bitmap);
351 gfx::Matrix3F covariance = ComputeColorCovariance(bitmap);

Completed in 74 milliseconds