/external/pdfium/xfa/fxgraphics/ |
D | cfx_graphics.cpp | 181 m_info.fillColor = color; in SetFillColor() 297 if (!m_info.fillColor) in RenderDeviceFillPath() 304 switch (m_info.fillColor->m_type) { in RenderDeviceFillPath() 307 m_info.fillColor->m_info.argb, 0x0, fillMode); in RenderDeviceFillPath() 349 CFX_Pattern* pattern = m_info.fillColor->m_info.pattern; in FillPathWithPattern() 357 FX_HatchStyle hatchStyle = m_info.fillColor->m_info.pattern->m_hatchStyle; in FillPathWithPattern() 371 device.FillRect(&rect, m_info.fillColor->m_info.pattern->m_backArgb); in FillPathWithPattern() 375 m_info.fillColor->m_info.pattern->m_foreArgb); in FillPathWithPattern() 391 FX_FLOAT start_x = m_info.fillColor->m_shading->m_beginPoint.x; in FillPathWithShading() 392 FX_FLOAT start_y = m_info.fillColor->m_shading->m_beginPoint.y; in FillPathWithShading() [all …]
|
D | cfx_graphics.h | 85 CFX_Color* fillColor; member
|
/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/ImageMagick/Magick++/demo/ |
D | shapes.cpp | 55 image.fillColor( "red" ); in main() 58 image.fillColor( Color() ); // Clear out fill color in main() 86 image.fillColor( "red" ); in main() 90 image.fillColor( "blue" ); in main() 94 image.fillColor( "black" ); in main()
|
D | gravity.cpp | 44 base.fillColor(Color()); in main() 50 base.fillColor("#600"); in main()
|
D | button.cpp | 68 button.fillColor( textColor ); in main()
|
D | demo.cpp | 90 example.fillColor( "gold" ); in main() 162 example.fillColor(Color()); in main() 481 montageOpts.fillColor( "#600" ); in main()
|
/external/pdfium/core/fpdfapi/edit/ |
D | cpdf_pagecontentgenerator.cpp | 204 FX_FLOAT fillColor[3]; in ProcessGraphics() local 205 if (GetColor(pPageObj->m_ColorState.GetFillColor(), fillColor)) { in ProcessGraphics() 206 *buf << fillColor[0] << " " << fillColor[1] << " " << fillColor[2] in ProcessGraphics()
|
/external/ImageMagick/Magick++/lib/Magick++/ |
D | Montage.h | 41 void fillColor(const Color &fill_); 42 Color fillColor(void) const;
|
D | Options.h | 105 void fillColor(const Color &fillColor_); 106 Color fillColor(void) const;
|
/external/ImageMagick/Magick++/lib/ |
D | Montage.cpp | 60 void Magick::Montage::fillColor(const Color &fill_) in fillColor() function in Magick::Montage 65 Magick::Color Magick::Montage::fillColor(void) const in fillColor() function in Magick::Montage
|
D | Image.cpp | 788 void Magick::Image::fillColor(const Magick::Color &fillColor_) in fillColor() function in Magick::Image 791 options()->fillColor(fillColor_); in fillColor() 794 Magick::Color Magick::Image::fillColor(void) const in fillColor() function in Magick::Image 796 return(constOptions()->fillColor()); in fillColor() 4611 color=static_cast<PixelInfo>(constOptions()->fillColor()); in tint() 5041 fillColor; in floodFill() local 5047 fillColor=options()->fillColor(); in floodFill() 5060 options()->fillColor(fill_); in floodFill() 5070 options()->fillColor(fillColor); in floodFill()
|
/external/fonttools/Lib/fontTools/pens/ |
D | reportLabPen.py | 56 pen = ReportLabPen(gs, Path(fillColor=colors.red, strokeWidth=5))
|
/external/pdfium/xfa/fwl/theme/ |
D | cfwl_widgettp.cpp | 124 FX_ARGB fillColor, in FillSoildRect() argument 132 CFX_Color crFill(fillColor); in FillSoildRect()
|
D | cfwl_widgettp.h | 65 FX_ARGB fillColor,
|
/external/ImageMagick/Magick++/tests/ |
D | attributes.cpp | 1045 image.fillColor(ColorRGB(0.5,0.5,1)); in main() 1046 if ( image.fillColor() != ColorRGB(0.5,0.5,1) ) in main() 1050 << string(image.fillColor()) in main()
|
/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() 1216 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 | 45 static sk_sp<SkPicture> make_hex_plane_picture(SkColor fillColor) { in make_hex_plane_picture() argument 52 fill.setColor(fillColor); in make_hex_plane_picture()
|