Home
last modified time | relevance | path

Searched refs:mayFillWithSolidColor (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
DImage.cpp126 if (mayFillWithSolidColor()) { in drawTiled()
170 if (mayFillWithSolidColor()) { in drawTiled()
DBitmapImage.h156 virtual bool mayFillWithSolidColor();
DImage.h134 virtual bool mayFillWithSolidColor() { return false; } in mayFillWithSolidColor() function
DBitmapImage.cpp598 bool BitmapImage::mayFillWithSolidColor() in mayFillWithSolidColor() function in WebCore::BitmapImage