Home
last modified time | relevance | path

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

123

/external/pdfium/xfa/fxgraphics/
Dcxfa_graphics.cpp168 m_info.fillColor = color; in SetFillColor()
227 switch (m_info.fillColor.GetType()) { in RenderDeviceFillPath()
230 m_info.fillColor.GetArgb(), 0x0, fillMode); in RenderDeviceFillPath()
253 FX_HatchStyle hatchStyle = m_info.fillColor.GetPattern()->m_hatchStyle; in FillPathWithPattern()
266 device.FillRect(rect, m_info.fillColor.GetPattern()->m_backArgb); in FillPathWithPattern()
269 device.SetBitMask(mask, i, j, m_info.fillColor.GetPattern()->m_foreArgb); in FillPathWithPattern()
282 float start_x = m_info.fillColor.GetShading()->m_beginPoint.x; in FillPathWithShading()
283 float start_y = m_info.fillColor.GetShading()->m_beginPoint.y; in FillPathWithShading()
284 float end_x = m_info.fillColor.GetShading()->m_endPoint.x; in FillPathWithShading()
285 float end_y = m_info.fillColor.GetShading()->m_endPoint.y; in FillPathWithShading()
[all …]
Dcxfa_graphics.h68 CXFA_GEColor fillColor; member
/external/OpenCL-CTS/test_conformance/images/clFillImage/
Dtest_fill_generic.cpp236 char *fillColor = (char *)malloc(pixelSize); in fill_region_with_value() local
237 memcpy(fillColor, value, pixelSize); in fill_region_with_value()
246 memcpy( pixelDestPtr, fillColor, pixelSize ); in fill_region_with_value()
254 free(fillColor); in fill_region_with_value()
330 cl_float fillColor[ 4 ]; in test_fill_image_generic() local
331 … read_image_pixel_float( imgHost, imageInfo, origin[ 0 ], origin[ 1 ], origin[ 2 ], fillColor ); in test_fill_image_generic()
333 …log_info( " - with value %g, %g, %g, %g\n", fillColor[ 0 ], fillColor[ 1 ], fillColor[ 2 ], fillCo… in test_fill_image_generic()
334 error = clEnqueueFillImage ( queue, image, fillColor, origin, region, 0, NULL, NULL ); in test_fill_image_generic()
345 pack_image_pixel(fillColor, imageInfo->format, verificationValue); in test_fill_image_generic()
351 cl_int fillColor[ 4 ]; in test_fill_image_generic() local
[all …]
/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/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/ImageMagick/Magick++/demo/
Dshapes.cpp55 image.fillColor( "red" ); in main()
58 image.fillColor( Color() ); // Clear out fill color in main()
86 image.fillColor( "red" ); in main()
94 image.fillColor( "blue" ); in main()
100 image.fillColor( "black" ); in main()
Dgravity.cpp44 base.fillColor(Color()); in main()
50 base.fillColor("#600"); in main()
Dbutton.cpp69 button.fillColor( textColor ); in main()
Ddemo.cpp97 example.fillColor( "gold" ); in main()
170 example.fillColor(Color()); in main()
488 montageOpts.fillColor( "#600" ); in main()
/external/skia/demos.skia.org/demos/path_performance/
Dshared.js77 this.data = svgData.map(([pathString, fillColor]) => [new Path2D(pathString), fillColor]);
92 for (const [path, fillColor] of this.data) {
93 ctx.fillStyle = fillColor;
105 this.data = svgData.map(([pathString, fillColor]) => [
107 CanvasKit.parseColorString(fillColor)
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVectorDrawable.java58 int fillColor; field in ShadowVectorDrawable.Path
102 propertiesBB.putInt(FILL_COLOR_INDEX * 4, path.fillColor); in nGetFullPathProperties()
121 int fillColor, in nUpdateFullPathProperties() argument
134 path.fillColor = fillColor; in nUpdateFullPathProperties()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DDocumentDataParser.java38 int fillColor = 0; in parse() local
73 fillColor = JsonUtils.jsonToColor(reader); in parse()
92 baselineShift, fillColor, strokeColor, strokeWidth, strokeOverFill); in parse()
/external/ImageMagick/Magick++/lib/Magick++/
DMontage.h41 void fillColor(const Color &fill_);
42 Color fillColor(void) const;
DOptions.h105 void fillColor(const Color &fillColor_);
106 Color fillColor(void) const;
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp405 float fillColor[3]; in ProcessGraphics() local
406 if (GetColor(pPageObj->m_ColorState.GetFillColor(), fillColor)) { in ProcessGraphics()
407 *buf << fillColor[0] << " " << fillColor[1] << " " << fillColor[2] in ProcessGraphics()
/external/deqp/external/vulkancts/modules/vulkan/descriptor_indexing/
DvktDescriptorSetsIndexingTests.hpp265 virtual void fillColor (const tcu::Vec4& color) const = 0;
292 void fillColor (const tcu::Vec4&) const { } in fillColor() function
308 void fillColor (const tcu::Vec4& color) const in fillColor() function
/external/ImageMagick/Magick++/lib/
DMontage.cpp60 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
/external/rust/crates/vmm_vhost/docs/
Dvhost_architecture.drawio7 …html=1;labelBackgroundColor=none;sketch=0;fontSize=25;fontColor=#FF00FF;fillColor=none;strokeColor…
10 …ce=wrap;html=1;fixedSize=1;rounded=0;labelBackgroundColor=none;sketch=0;fillColor=none;fontSize=25…
13 …html=1;labelBackgroundColor=none;sketch=0;fontSize=25;fontColor=#FF00FF;fillColor=none;strokeColor…
156 …ckgroundColor=none;sketch=0;strokeWidth=5;fontSize=67;fontColor=#FF00FF;fillColor=none;strokeColor…
159 …1;dashed=1;labelBackgroundColor=none;sketch=0;strokeWidth=5;fontSize=67;fillColor=none;strokeColor…
162 …1;dashed=1;labelBackgroundColor=none;sketch=0;strokeWidth=5;fontSize=67;fillColor=none;strokeColor…
/external/fonttools/Lib/fontTools/pens/
DreportLabPen.py57 pen = ReportLabPen(gs, Path(fillColor=colors.red, strokeWidth=5))
/external/pdfium/testing/resources/javascript/
Dfield_properties_expected.txt39 Alert: PASS: fillColor = T
40 Alert: PASS: fillColor = T
/external/pdfium/xfa/fwl/theme/
Dcfwl_widgettp.h54 FX_ARGB fillColor,
Dcfwl_widgettp.cpp118 FX_ARGB fillColor, in FillSolidRect() argument
127 pGraphics->SetFillColor(CXFA_GEColor(fillColor)); in FillSolidRect()

123