Searched refs:notSolidColor (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DBitmapImage.h87 virtual bool notSolidColor() OVERRIDE;
H A DImage.h125 virtual bool notSolidColor() { return true; } function in class:blink::Image
H A DImage.cpp132 ASSERT(!isBitmapImage() || notSolidColor());
H A DBitmapImage.cpp421 bool BitmapImage::notSolidColor() function in class:blink::BitmapImage

Completed in 134 milliseconds