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

  /external/webkit/Source/WebCore/platform/graphics/openvg/
ImageOpenVG.cpp 143 if (mayFillWithSolidColor()) {
182 if (mayFillWithSolidColor()) {
  /external/webkit/Source/WebCore/platform/graphics/
Image.h 175 virtual bool mayFillWithSolidColor() { return false; }
Image.cpp 110 if (mayFillWithSolidColor()) {
150 if (mayFillWithSolidColor()) {
BitmapImage.h 254 virtual bool mayFillWithSolidColor()
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ImageCairo.cpp 111 if (mayFillWithSolidColor()) {
  /external/webkit/Source/WebCore/platform/graphics/haiku/
ImageHaiku.cpp 103 if (mayFillWithSolidColor()) {
  /external/webkit/Source/WebCore/platform/graphics/qt/
ImageQt.cpp 219 if (mayFillWithSolidColor()) {
  /external/webkit/Source/WebCore/platform/graphics/wince/
ImageWinCE.cpp 116 if (mayFillWithSolidColor())
  /external/webkit/Source/WebCore/platform/graphics/wx/
ImageWx.cpp 95 if (mayFillWithSolidColor()) {
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageCG.cpp 178 if (mayFillWithSolidColor()) {

Completed in 92 milliseconds