Home
last modified time | relevance | path

Searched defs:lineColor (Results 1 – 6 of 6) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
DBezierLineAndPointFormatter.java33 public BezierLineAndPointFormatter(Integer lineColor, Integer vertexColor, Integer fillColor) { in BezierLineAndPointFormatter()
37 …public BezierLineAndPointFormatter(Integer lineColor, Integer vertexColor, Integer fillColor, Fill… in BezierLineAndPointFormatter()
DLineAndPointFormatter.java73 …public LineAndPointFormatter(Integer lineColor, Integer vertexColor, Integer fillColor, PointLabel… in LineAndPointFormatter()
77 …public LineAndPointFormatter(Integer lineColor, Integer vertexColor, Integer fillColor, PointLabel… in LineAndPointFormatter()
95 protected void initLinePaint(Integer lineColor) { in initLinePaint()
DStepFormatter.java30 public StepFormatter(Integer lineColor, Integer fillColor) { in StepFormatter()
/external/pdfium/xfa/fxfa/
Dcxfa_ffline.cpp92 FX_ARGB lineColor = 0xFF000000; in RenderWidget() local
/external/AFLplusplus/docs/resources/
Dgrafana-afl++.json138 "lineColor": "rgba(237, 46, 24, 0.60)", string
337 "lineColor": "rgba(237, 46, 24, 0.60)", string
536 "lineColor": "rgba(237, 46, 24, 0.60)", string
640 "lineColor": "rgba(237, 46, 24, 0.60)", string
839 "lineColor": "rgba(237, 46, 24, 0.60)", string
1133 "lineColor": "rgba(237, 46, 24, 0.60)", string
1237 "lineColor": "rgba(237, 46, 24, 0.60)", string
1341 "lineColor": "rgba(237, 46, 24, 0.60)", string
1445 "lineColor": "rgba(237, 46, 24, 0.60)", string
1549 "lineColor": "rgba(237, 46, 24, 0.60)", string
[all …]
/external/MPAndroidChart/MPChartLib/src/main/java/com/github/mikephil/charting/renderer/
DPieChartRenderer.java570 int lineColor = ColorTemplate.COLOR_NONE; in drawValues() local