Searched refs:solidColor (Results 1 - 16 of 16) sorted by relevance

/external/jmonkeyengine/engine/src/test/jme3test/model/shape/
H A DTestSphere.java51 Material solidColor = assetManager.loadMaterial("Common/Materials/RedColor.j3m");
56 sphere.setMaterial(solidColor);
/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/jmonkeyengine/engine/src/test/jme3test/post/
H A DTestFBOPassthrough.java78 Material solidColor = assetManager.loadMaterial("Common/Materials/RedColor.j3m");
81 sphere.setMaterial(solidColor);
/external/webkit/Source/WebCore/platform/graphics/openvg/
H A DImageOpenVG.cpp144 fillWithSolidColor(context, dst, solidColor(), styleColorSpace, op);
183 fillWithSolidColor(context, dst, solidColor(), styleColorSpace, op);
/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
H A DBaseRenderer.cpp152 renderInfo.pureColor = canvas.solidColor();
/external/webkit/Source/WebCore/platform/graphics/
H A DImage.cpp111 fillWithSolidColor(ctxt, destRect, solidColor(), styleColorSpace, op);
151 fillWithSolidColor(ctxt, dstRect, solidColor(), styleColorSpace, op);
H A DImage.h176 virtual Color solidColor() const { return Color(); } function in class:WebCore::Image
H A DBitmapImage.h266 virtual Color solidColor() const { return m_solidColor; } function in class:WebCore::BitmapImage
/external/webkit/Source/WebCore/platform/graphics/cairo/
H A DImageCairo.cpp112 fillWithSolidColor(context, dstRect, solidColor(), styleColorSpace, op);
/external/webkit/Source/WebCore/platform/graphics/haiku/
H A DImageHaiku.cpp104 fillWithSolidColor(ctxt, dst, solidColor(), styleColorSpace, op);
/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...]
H A DImageQt.cpp220 fillWithSolidColor(ctxt, normalizedDst, solidColor(), styleColorSpace, op);
/external/webkit/Source/WebCore/platform/graphics/wince/
H A DImageWinCE.cpp117 fillWithSolidColor(ctxt, dstRect, solidColor(), styleColorSpace, compositeOp);
/external/webkit/Source/WebCore/platform/graphics/wx/
H A DImageWx.cpp96 fillWithSolidColor(ctxt, dst, solidColor(), styleColorSpace, op);
/external/webkit/Source/WebCore/platform/graphics/cg/
H A DImageCG.cpp179 fillWithSolidColor(ctxt, destRect, solidColor(), styleColorSpace, compositeOp);

Completed in 227 milliseconds