Searched defs:solidColor (Results 1 - 5 of 5) sorted by relevance

/external/jmonkeyengine/engine/src/test/jme3test/stress/
H A DTestLeakingGL.java54 private Material solidColor; field in class:TestLeakingGL
69 solidColor = assetManager.loadMaterial("Common/Materials/RedColor.j3m");
85 sphere.setMaterial(solidColor);
/external/webkit/Source/WebCore/platform/graphics/
H A DBitmapImage.h266 virtual Color solidColor() const { return m_solidColor; } function in class:WebCore::BitmapImage
H A DImage.h176 virtual Color solidColor() const { return Color(); } function in class:WebCore::Image
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DInstrumentedPlatformCanvas.h47 Color solidColor() const { return m_solidColor; } function in class:WebCore::InstrumentedPlatformCanvas
171 Color color = solidColor(paint);
288 Color solidColor(const SkPaint& paint) function in class:WebCore::InstrumentedPlatformCanvas
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContextQt.cpp196 QBrush solidColor; member in class:WebCore::GraphicsContextPlatformPrivate
223 , solidColor(initialSolidColor)
268 // solidColor is initialized with the fillColor().
269 painter->setBrush(m_data->solidColor);
724 m_data->solidColor.setColor(color);
741 p->fillRect(normalizedRect, m_data->solidColor);
1244 m_data->solidColor.setColor(color);
1245 newPen.setBrush(m_data->solidColor);
1274 m_data->solidColor.setColor(color);
1275 m_data->p()->setBrush(m_data->solidColor);
[all...]

Completed in 135 milliseconds