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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
BitmapImage.h 179 Color m_solidColor; // If we're a 1x1 solid color, this is the color to use to fill.
BitmapImage.cpp 632 m_solidColor = Color(frame->bitmap().getColor(0, 0));
648 return m_solidColor;

Completed in 169 milliseconds