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

  /external/jmonkeyengine/engine/src/test/jme3test/model/shape/
TestSphere.java 51 Material solidColor = assetManager.loadMaterial("Common/Materials/RedColor.j3m");
56 sphere.setMaterial(solidColor);
  /external/jmonkeyengine/engine/src/test/jme3test/stress/
TestLeakingGL.java 54 private Material solidColor;
69 solidColor = assetManager.loadMaterial("Common/Materials/RedColor.j3m");
85 sphere.setMaterial(solidColor);
  /external/jmonkeyengine/engine/src/test/jme3test/post/
TestFBOPassthrough.java 78 Material solidColor = assetManager.loadMaterial("Common/Materials/RedColor.j3m");
81 sphere.setMaterial(solidColor);
  /external/webkit/Source/WebCore/platform/graphics/openvg/
ImageOpenVG.cpp 144 fillWithSolidColor(context, dst, solidColor(), styleColorSpace, op);
183 fillWithSolidColor(context, dst, solidColor(), styleColorSpace, op);
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
InstrumentedPlatformCanvas.h 47 Color solidColor() const { return m_solidColor; }
171 Color color = solidColor(paint);
288 Color solidColor(const SkPaint& paint)
BaseRenderer.cpp 149 renderInfo.pureColor = canvas.solidColor();
  /external/webkit/Source/WebCore/platform/graphics/
Image.h 176 virtual Color solidColor() const { return Color(); }
Image.cpp 111 fillWithSolidColor(ctxt, destRect, solidColor(), styleColorSpace, op);
151 fillWithSolidColor(ctxt, dstRect, solidColor(), styleColorSpace, op);
BitmapImage.h 266 virtual Color solidColor() const { return m_solidColor; }
  /external/webkit/Source/WebCore/platform/graphics/cairo/
ImageCairo.cpp 112 fillWithSolidColor(context, dstRect, solidColor(), styleColorSpace, op);
  /external/webkit/Source/WebCore/platform/graphics/haiku/
ImageHaiku.cpp 104 fillWithSolidColor(ctxt, dst, solidColor(), styleColorSpace, op);
  /external/webkit/Source/WebCore/platform/graphics/qt/
GraphicsContextQt.cpp 196 QBrush solidColor;
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);
    [all...]
ImageQt.cpp 220 fillWithSolidColor(ctxt, normalizedDst, solidColor(), styleColorSpace, op);
  /external/webkit/Source/WebCore/platform/graphics/wince/
ImageWinCE.cpp 117 fillWithSolidColor(ctxt, dstRect, solidColor(), styleColorSpace, compositeOp);
  /external/webkit/Source/WebCore/platform/graphics/wx/
ImageWx.cpp 96 fillWithSolidColor(ctxt, dst, solidColor(), styleColorSpace, op);
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
Workspace.java 829 final JPanel solidColor = new JPanel(new BorderLayout());
830 solidColor.setBackground(Color.BLACK);
831 solidColor.add(label);
844 solidColor.setBackground(Color.WHITE);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/cg/
ImageCG.cpp 179 fillWithSolidColor(ctxt, destRect, solidColor(), styleColorSpace, compositeOp);
  /frameworks/base/core/java/android/view/
View.java     [all...]

Completed in 587 milliseconds