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

  /external/skia/include/core/
SkImageFilter.h 151 bool asColorFilter(SkColorFilter** filterPtr) const {
  /external/skia/tests/
ImageFilterTest.cpp 159 REPORTER_ASSERT(reporter, quarterBrightness->asColorFilter(&cf));
171 REPORTER_ASSERT(reporter, halfBrightness->asColorFilter(&cf));
180 REPORTER_ASSERT(reporter, true == gray->asColorFilter(NULL));
188 REPORTER_ASSERT(reporter, true == gray->asColorFilter(NULL));
193 // can build the DAG and won't assert if we call asColorFilter.
200 (void)filter->asColorFilter(NULL);
209 REPORTER_ASSERT(reporter, false == grayWithCrop->asColorFilter(NULL));
    [all...]

Completed in 84 milliseconds