/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/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/skia/src/codec/ |
D | SkCodec_libbmp.cpp | 768 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/ |
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/include/javascript/ |
D | Field.h | 129 FX_BOOL fillColor(IFXJS_Context* cc, CJS_PropValue& vp, CFX_WideString& sError); 301 JS_STATIC_PROP(fillColor, 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/pdfium/fpdfsdk/src/javascript/ |
D | Field.cpp | 52 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/ |
D | org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |