Searched refs:fillColor (Results 1 - 25 of 42) sorted by relevance

12

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DBezierLineAndPointFormatter.java33 public BezierLineAndPointFormatter(Integer lineColor, Integer vertexColor, Integer fillColor) { argument
34 super(lineColor, vertexColor, fillColor, null);
37 public BezierLineAndPointFormatter(Integer lineColor, Integer vertexColor, Integer fillColor, FillDirection fillDir) { argument
38 super(lineColor, vertexColor, fillColor, null, fillDir);
H A DStepFormatter.java30 public StepFormatter(Integer lineColor, Integer fillColor) { argument
32 initFillPaint(fillColor);
H A DBarFormatter.java58 public BarFormatter(int fillColor, int borderColor) { argument
59 fillPaint.setColor(fillColor);
H A DLineAndPointFormatter.java73 public LineAndPointFormatter(Integer lineColor, Integer vertexColor, Integer fillColor, PointLabelFormatter plf) { argument
74 this(lineColor, vertexColor, fillColor, plf, FillDirection.BOTTOM);
77 public LineAndPointFormatter(Integer lineColor, Integer vertexColor, Integer fillColor, PointLabelFormatter plf, FillDirection fillDir) { argument
80 initFillPaint(fillColor);
119 protected void initFillPaint(Integer fillColor) { argument
120 if (fillColor == null) {
125 fillPaint.setColor(fillColor);
/external/ImageMagick/Magick++/demo/
H A Dshapes.cpp55 image.fillColor( "red" );
58 image.fillColor( Color() ); // Clear out fill color
86 image.fillColor( "red" );
90 image.fillColor( "blue" );
94 image.fillColor( "black" );
H A Dbutton.cpp68 button.fillColor( textColor );
H A Dgravity.cpp44 base.fillColor(Color());
50 base.fillColor("#600");
H A Ddemo.cpp90 example.fillColor( "gold" );
162 example.fillColor(Color());
481 montageOpts.fillColor( "#600" );
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
H A DSegmentFormatter.java80 public SegmentFormatter(Integer fillColor) { argument
81 if(fillColor != null) {
82 getFillPaint().setColor(fillColor);
88 public SegmentFormatter(Integer fillColor, Integer borderColor) { argument
89 this(fillColor);
95 public SegmentFormatter(Integer fillColor, Integer outerEdgeColor, argument
97 this(fillColor);
/external/pdfium/xfa/fxgraphics/
H A Dcxfa_graphics.cpp179 m_info.fillColor = color;
252 switch (m_info.fillColor.GetType()) {
255 m_info.fillColor.GetArgb(), 0x0, fillMode);
271 CXFA_GEPattern* pattern = m_info.fillColor.GetPattern();
279 FX_HatchStyle hatchStyle = m_info.fillColor.GetPattern()->m_hatchStyle;
292 device.FillRect(&rect, m_info.fillColor.GetPattern()->m_backArgb);
295 device.SetBitMask(mask, i, j, m_info.fillColor.GetPattern()->m_foreArgb);
308 float start_x = m_info.fillColor.GetShading()->m_beginPoint.x;
309 float start_y = m_info.fillColor.GetShading()->m_beginPoint.y;
310 float end_x = m_info.fillColor
[all...]
H A Dcxfa_graphics.h74 CXFA_GEColor fillColor; member in struct:FX_HatchStyle::CXFA_Graphics::TInfo
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowVectorDrawable.java58 int fillColor; field in class:ShadowVectorDrawable.Path
104 propertiesBB.putInt(FILL_COLOR_INDEX * 4, path.fillColor);
119 int strokeColor, float strokeAlpha, int fillColor, float fillAlpha, float trimPathStart,
126 path.fillColor = fillColor;
249 // private static native void nSetFillColor(long pathPtr, int fillColor);
118 nUpdateFullPathProperties(long pathPtr, float strokeWidth, int strokeColor, float strokeAlpha, int fillColor, float fillAlpha, float trimPathStart, float trimPathEnd, float trimPathOffset, float strokeMiterLimit, int strokeLineCap, int strokeLineJoin, int fillType) argument
/external/ImageMagick/Magick++/lib/Magick++/
H A DMontage.h41 void fillColor(const Color &fill_);
42 Color fillColor(void) const;
H A DOptions.h105 void fillColor(const Color &fillColor_);
106 Color fillColor(void) const;
/external/pdfium/fxjs/xfa/
H A Dcjx_exclgroup.h33 JS_PROP(fillColor);
H A Dcjx_field.h41 JS_PROP(fillColor);
/external/fonttools/Lib/fontTools/pens/
H A DreportLabPen.py56 pen = ReportLabPen(gs, Path(fillColor=colors.red, strokeWidth=5))
/external/fonttools/Tools/fontTools/pens/
H A DreportLabPen.py56 pen = ReportLabPen(gs, Path(fillColor=colors.red, strokeWidth=5))
/external/pdfium/core/fpdfapi/edit/
H A Dcpdf_pagecontentgenerator.cpp268 float fillColor[3]; local
269 if (GetColor(pPageObj->m_ColorState.GetFillColor(), fillColor)) {
270 *buf << fillColor[0] << " " << fillColor[1] << " " << fillColor[2] local
/external/pdfium/xfa/fwl/theme/
H A Dcfwl_widgettp.h64 FX_ARGB fillColor,
H A Dcfwl_widgettp.cpp126 FX_ARGB fillColor,
135 pGraphics->SetFillColor(CXFA_GEColor(fillColor));
125 FillSoildRect(CXFA_Graphics* pGraphics, FX_ARGB fillColor, const CFX_RectF* pRect, CFX_Matrix* pMatrix) argument
/external/ImageMagick/Magick++/lib/
H A DMontage.cpp60 void Magick::Montage::fillColor(const Color &fill_) function in class:Magick::Montage
65 Magick::Color Magick::Montage::fillColor(void) const function in class:Magick::Montage
/external/ImageMagick/Magick++/tests/
H A Dattributes.cpp1042 // fillColor
1045 image.fillColor(ColorRGB(0.5,0.5,1));
1046 if ( image.fillColor() != ColorRGB(0.5,0.5,1) )
1049 cout << "Line: " << __LINE__ << ", fillColor ("
1050 << string(image.fillColor())
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/
H A DBarPlotExampleActivity.java385 public MyBarFormatter(int fillColor, int borderColor) { argument
386 super(fillColor, borderColor);
/external/deqp/modules/gles31/functional/
H A Des31fProgramUniformTests.cpp292 } fillColor; member in struct:deqp::gles31::Functional::__anon5389::VarValue::__anon5390::__anon5391
520 result.val.floatV[i] = sampler.val.samplerV.fillColor.floatV[i];
524 result.val.uintV[i] = sampler.val.samplerV.fillColor.uintV[i];
528 result.val.intV[i] = sampler.val.samplerV.fillColor.intV[i];
531 result.val.floatV[0] = sampler.val.samplerV.fillColor.floatV[0];
678 case glu::TYPE_FLOAT: result.val.samplerV.fillColor.floatV[i] = rnd.getFloat(0.0f, 1.0f); break;
679 case glu::TYPE_INT: result.val.samplerV.fillColor.intV[i] = rnd.getInt(-10, 10); break;
680 case glu::TYPE_UINT: result.val.samplerV.fillColor.uintV[i] = (deUint32)rnd.getInt(0, 10); break;
1216 const tcu::Vec4 color = vec4FromPtr(&value.val.samplerV.fillColor.floatV[0]);

Completed in 4837 milliseconds

12