Home
last modified time | relevance | path

Searched refs:fillColor (Results 1 – 17 of 17) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/pie/
DSegmentFormatter.java80 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/
DLineAndPointFormatter.java73 …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()
DBezierLineAndPointFormatter.java33 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()
DStepFormatter.java30 public StepFormatter(Integer lineColor, Integer fillColor) { in StepFormatter() argument
32 initFillPaint(fillColor); in StepFormatter()
DBarFormatter.java58 public BarFormatter(int fillColor, int borderColor) { in BarFormatter() argument
59 fillPaint.setColor(fillColor); in BarFormatter()
/external/fonttools/Lib/fontTools/pens/
DreportLabPen.py56 pen = ReportLabPen(gs, Path(fillColor=colors.red, strokeWidth=5))
/external/deqp/modules/gles3/functional/
Des3fUniformApiTests.cpp312 } 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/
Des31fProgramUniformTests.cpp292 } 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/
DBarPlotExampleActivity.java385 public MyBarFormatter(int fillColor, int borderColor) { in MyBarFormatter() argument
386 super(fillColor, borderColor); in MyBarFormatter()
/external/skia/src/codec/
DSkCodec_libbmp.cpp768 SkPMColor fillColor = dstInfo.alphaType() == kOpaque_SkAlphaType ? in decodeMask() local
770 if (kNo_ZeroInitialized == opts.fZeroInitialized || 0 != fillColor) { in decodeMask()
772 SkSwizzler::Fill(dstStart, dstInfo, dstRowBytes, dstInfo.height() - y, fillColor, in decodeMask()
/external/deqp/modules/egl/
DteglResizeTests.cpp241 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/
Dmultipicturedraw.cpp44 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/include/javascript/
DField.h129 FX_BOOL fillColor(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError);
301 JS_STATIC_PROP(fillColor, Field);
/external/deqp/modules/gles2/functional/
Des2fUniformApiTests.cpp246 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/pdfium/fpdfsdk/src/javascript/
DField.cpp52 JS_STATIC_PROP_ENTRY(fillColor) in END_JS_STATIC_CONST()
1622 FX_BOOL Field::fillColor(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError) in fillColor() function in Field
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...