/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/ |
D | SegmentFormatter.java | 80 public SegmentFormatter(Integer fillColor) { in SegmentFormatter() argument 81 if(fillColor != null) { in SegmentFormatter() 82 getFillPaint().setColor(fillColor); in SegmentFormatter() 88 public SegmentFormatter(Integer fillColor, Integer borderColor) { in SegmentFormatter() argument 89 this(fillColor); in SegmentFormatter() 95 public SegmentFormatter(Integer fillColor, Integer outerEdgeColor, in SegmentFormatter() argument 97 this(fillColor); in SegmentFormatter()
|
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/ |
D | LineAndPointFormatter.java | 73 …public LineAndPointFormatter(Integer lineColor, Integer vertexColor, Integer fillColor, PointLabel… in LineAndPointFormatter() argument 74 this(lineColor, vertexColor, fillColor, plf, FillDirection.BOTTOM); in LineAndPointFormatter() 77 …public LineAndPointFormatter(Integer lineColor, Integer vertexColor, Integer fillColor, PointLabel… in LineAndPointFormatter() argument 80 initFillPaint(fillColor); in LineAndPointFormatter() 119 protected void initFillPaint(Integer fillColor) { in initFillPaint() argument 120 if (fillColor == null) { in initFillPaint() 125 fillPaint.setColor(fillColor); in initFillPaint()
|
D | BezierLineAndPointFormatter.java | 33 public BezierLineAndPointFormatter(Integer lineColor, Integer vertexColor, Integer fillColor) { in BezierLineAndPointFormatter() argument 34 super(lineColor, vertexColor, fillColor, null); in BezierLineAndPointFormatter() 37 …public BezierLineAndPointFormatter(Integer lineColor, Integer vertexColor, Integer fillColor, Fill… in BezierLineAndPointFormatter() argument 38 super(lineColor, vertexColor, fillColor, null, fillDir); in BezierLineAndPointFormatter()
|
D | StepFormatter.java | 30 public StepFormatter(Integer lineColor, Integer fillColor) { in StepFormatter() argument 32 initFillPaint(fillColor); in StepFormatter()
|
D | BarFormatter.java | 58 public BarFormatter(int fillColor, int borderColor) { in BarFormatter() argument 59 fillPaint.setColor(fillColor); in BarFormatter()
|
/external/pdfium/xfa/include/fwl/theme/ |
D | widgettp.h | 84 FX_ARGB fillColor, 98 FX_ARGB fillColor, 103 FX_ARGB fillColor,
|
/external/pdfium/xfa/src/fwl/src/theme/ |
D | widgettp.cpp | 418 FX_ARGB fillColor, in FillSoildRect() argument 426 CFX_Color crFill(fillColor); in FillSoildRect() 460 FX_ARGB fillColor, in DrawAnnulusRect() argument 469 CFX_Color cr(fillColor); in DrawAnnulusRect() 481 FX_ARGB fillColor, in DrawAnnulusCircle() argument 493 CFX_Color cr(fillColor); in DrawAnnulusCircle()
|
/external/fonttools/Lib/fontTools/pens/ |
D | reportLabPen.py | 56 pen = ReportLabPen(gs, Path(fillColor=colors.red, strokeWidth=5))
|
/external/deqp/modules/gles3/functional/ |
D | es3fUniformApiTests.cpp | 312 } fillColor; member 569 result.val.floatV[i] = sampler.val.samplerV.fillColor.floatV[i]; in getSamplerFillValue() 573 result.val.uintV[i] = sampler.val.samplerV.fillColor.uintV[i]; in getSamplerFillValue() 577 result.val.intV[i] = sampler.val.samplerV.fillColor.intV[i]; in getSamplerFillValue() 580 result.val.floatV[0] = sampler.val.samplerV.fillColor.floatV[0]; in getSamplerFillValue() 727 … case glu::TYPE_FLOAT: result.val.samplerV.fillColor.floatV[i] = rnd.getFloat(0.0f, 1.0f); break; in generateRandomVarValue() 728 case glu::TYPE_INT: result.val.samplerV.fillColor.intV[i] = rnd.getInt(-10, 10); break; in generateRandomVarValue() 729 … case glu::TYPE_UINT: result.val.samplerV.fillColor.uintV[i] = (deUint32)rnd.getInt(0, 10); break; in generateRandomVarValue() 779 case glu::TYPE_FLOAT: result.val.samplerV.fillColor.floatV[i] = 0.12f * (float)i; break; in generateZeroVarValue() 780 case glu::TYPE_INT: result.val.samplerV.fillColor.intV[i] = -2 + i; break; in generateZeroVarValue() [all …]
|
/external/deqp/modules/gles31/functional/ |
D | es31fProgramUniformTests.cpp | 292 } fillColor; member 520 result.val.floatV[i] = sampler.val.samplerV.fillColor.floatV[i]; in getSamplerFillValue() 524 result.val.uintV[i] = sampler.val.samplerV.fillColor.uintV[i]; in getSamplerFillValue() 528 result.val.intV[i] = sampler.val.samplerV.fillColor.intV[i]; in getSamplerFillValue() 531 result.val.floatV[0] = sampler.val.samplerV.fillColor.floatV[0]; in getSamplerFillValue() 678 … case glu::TYPE_FLOAT: result.val.samplerV.fillColor.floatV[i] = rnd.getFloat(0.0f, 1.0f); break; in generateRandomVarValue() 679 case glu::TYPE_INT: result.val.samplerV.fillColor.intV[i] = rnd.getInt(-10, 10); break; in generateRandomVarValue() 680 … case glu::TYPE_UINT: result.val.samplerV.fillColor.uintV[i] = (deUint32)rnd.getInt(0, 10); break; in generateRandomVarValue() 1226 const tcu::Vec4 color = vec4FromPtr(&value.val.samplerV.fillColor.floatV[0]); in setupTexture()
|
/external/androidplot/Examples/DemoApp/src/com/androidplot/demos/ |
D | BarPlotExampleActivity.java | 385 public MyBarFormatter(int fillColor, int borderColor) { in MyBarFormatter() argument 386 super(fillColor, borderColor); in MyBarFormatter()
|
/external/deqp/modules/egl/ |
D | teglResizeTests.cpp | 241 const Vec3 fillColor (1.0f, 0.0f, 0.0f); in initSurface() local 245 drawRectangle(gl, IVec2(2, 2), oldSize - IVec2(4, 4), fillColor); in initSurface()
|
/external/skia/gm/ |
D | multipicturedraw.cpp | 44 static const SkPicture* make_hex_plane_picture(SkColor fillColor) { in make_hex_plane_picture() argument 51 fill.setColor(fillColor); in make_hex_plane_picture()
|
/external/pdfium/fpdfsdk/src/javascript/ |
D | Field.h | 150 FX_BOOL fillColor(IJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError); 526 JS_STATIC_PROP(fillColor, Field);
|
D | Field.cpp | 50 JS_STATIC_PROP_ENTRY(fillColor) in END_JS_STATIC_CONST() 1422 FX_BOOL Field::fillColor(IJS_Context* cc, in fillColor() function in Field
|
/external/deqp/modules/gles2/functional/ |
D | es2fUniformApiTests.cpp | 246 float fillColor[4]; member 500 result.val.floatV[i] = sampler.val.samplerV.fillColor[i]; in getSamplerFillValue() 606 result.val.samplerV.fillColor[i] = rnd.getFloat(0.0f, 1.0f); in generateRandomVarValue() 640 result.val.samplerV.fillColor[i] = 0.12f * (float)i; in generateZeroVarValue() 1212 const tcu::Vec4 color = vec4FromPtr(&value.val.samplerV.fillColor[0]); in setupTexture()
|
/external/chromium-trace/catapult/third_party/flot/ |
D | jquery.flot.min.js | 7 …fillColor:"#ffffff",symbol:"circle"},lines:{lineWidth:2,fill:false,fillColor:null,steps:false},bar… property 8 …ptions.fill;if(!fill)return null;if(filloptions.fillColor)return getColorOrGradient(filloptions.fi…
|
D | jquery.flot.js | 565 fillColor: "#ffffff", property 573 fillColor: null, property 583 fillColor: null, property 2703 if (filloptions.fillColor) 2704 return getColorOrGradient(filloptions.fillColor, bottom, top, seriesColor);
|
D | API.md | 735 fillColor: null or color/gradient 780 lines: { show: true, fill: true, fillColor: "rgba(255, 255, 255, 0.8)" }, 791 area graphs. You can use "fillColor" to specify the color of the fill. 792 If "fillColor" evaluates to false (default for everything except 798 For bars, fillColor can be a gradient, see the gradient documentation 1077 fillColor: { colors: [ { opacity: 0.8 }, { opacity: 0.1 } ] }
|
/external/chromium-trace/catapult/telemetry/third_party/flot/ |
D | jquery.flot.min.js | 28 …fillColor)return bt(t.fillColor,r,i,n);var o=e.color.parse(n);return o.a=typeof s=="number"?s:.4,o… property
|
/external/pdfium/xfa/src/fxfa/src/app/ |
D | xfa_ffwidget.cpp | 1585 CFX_Color fillColor(cr); in XFA_BOX_Fill() local 1586 pGS->SetFillColor(&fillColor); in XFA_BOX_Fill()
|
/external/opencv3/3rdparty/include/opencl/1.2/CL/ |
D | cl.hpp | 5528 cl_float4 fillColor, in enqueueFillImage() argument 5539 static_cast<void*>(&fillColor), in enqueueFillImage() 5562 cl_int4 fillColor, in enqueueFillImage() argument 5573 static_cast<void*>(&fillColor), in enqueueFillImage() 5596 cl_uint4 fillColor, in enqueueFillImage() argument 5607 static_cast<void*>(&fillColor), in enqueueFillImage()
|