OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KMeanImageSampler
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/gfx/
color_analysis.h
28
class GFX_EXPORT
KMeanImageSampler
{
33
KMeanImageSampler
();
34
virtual ~
KMeanImageSampler
();
38
class GFX_EXPORT GridSampler : public
KMeanImageSampler
{
96
KMeanImageSampler
* sampler);
color_analysis.cc
144
KMeanImageSampler
::
KMeanImageSampler
() {
147
KMeanImageSampler
::~
KMeanImageSampler
() {
219
KMeanImageSampler
* sampler) {
361
KMeanImageSampler
* sampler) {
color_analysis_unittest.cc
90
class MockKMeanImageSampler : public color_utils::
KMeanImageSampler
{
Completed in 34 milliseconds