Home
last modified time | relevance | path

Searched refs:strokeColor (Results 1 – 19 of 19) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowVectorDrawable.java56 int strokeColor; field in ShadowVectorDrawable.Path
100 propertiesBB.putInt(STROKE_COLOR_INDEX * 4, path.strokeColor); in nGetFullPathProperties()
119 int strokeColor, in nUpdateFullPathProperties() argument
132 path.strokeColor = strokeColor; in nUpdateFullPathProperties()
/external/pdfium/xfa/fxgraphics/
Dcxfa_graphics.cpp174 m_info.strokeColor = color; in SetStrokeColor()
234 if (m_info.strokeColor.GetType() != CXFA_GEColor::Solid) in RenderDeviceStrokePath()
242 m_info.strokeColor.GetArgb(), 0); in RenderDeviceStrokePath()
437 : isActOnDash(false), strokeColor(nullptr), fillColor(nullptr) {} in TInfo()
443 strokeColor(info.strokeColor), in TInfo()
450 strokeColor = other.strokeColor; in operator =()
Dcxfa_graphics.h73 CXFA_GEColor strokeColor; member
/external/ImageMagick/Magick++/demo/
Dshapes.cpp54 image.strokeColor( "black" ); in main()
63 image.strokeColor( "black" ); in main()
85 image.strokeColor(Color()); in main()
Dgravity.cpp43 base.strokeColor("#600"); in main()
49 base.strokeColor(Color()); in main()
Ddemo.cpp87 example.strokeColor( Color() ); in main()
161 example.strokeColor( "gold" ); in main()
478 montageOpts.strokeColor( Color() ); in main()
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp273 float strokeColor[3]; in ProcessGraphics() local
274 if (GetColor(pPageObj->m_ColorState.GetStrokeColor(), strokeColor)) { in ProcessGraphics()
275 *buf << strokeColor[0] << " " << strokeColor[1] << " " << strokeColor[2] in ProcessGraphics()
/external/ImageMagick/Magick++/lib/Magick++/
DMontage.h69 void strokeColor(const Color &stroke_);
70 Color strokeColor(void) const;
DOptions.h199 void strokeColor(const Color &strokeColor_);
200 Color strokeColor(void) const;
DImage.h413 void strokeColor(const Color &strokeColor_);
414 Color strokeColor(void) const;
/external/ImageMagick/Magick++/lib/
DMontage.cpp130 void Magick::Montage::strokeColor(const Color &stroke_) in strokeColor() function in Magick::Montage
135 Magick::Color Magick::Montage::strokeColor(void) const in strokeColor() function in Magick::Montage
DOptions.cpp567 void Magick::Options::strokeColor(const Color &strokeColor_) in strokeColor() function in Magick::Options
575 Magick::Color Magick::Options::strokeColor(void) const in strokeColor() function in Magick::Options
DImage.cpp1390 void Magick::Image::strokeColor(const Magick::Color &strokeColor_) in strokeColor() function in Magick::Image
1396 options()->strokeColor(strokeColor_); in strokeColor()
1401 Magick::Color Magick::Image::strokeColor(void) const in strokeColor() function in Magick::Image
1403 return(constOptions()->strokeColor()); in strokeColor()
DSTL.cpp1062 image_.strokeColor( _strokeColor ); in operator ()()
/external/ImageMagick/Magick++/tests/
DmontageImages.cpp79 montageOpts.strokeColor( "yellow" ); in main()
Dattributes.cpp1031 image.strokeColor(ColorRGB(0.5,0.5,1)); in main()
1032 if ( image.strokeColor() != ColorRGB(0.5,0.5,1) ) in main()
1036 << string(image.strokeColor()) in main()
/external/python/apitools/samples/fusiontables_sample/fusiontables_v1/
Dfusiontables_v1_messages.py537 strokeColor = _messages.StringField(1) variable in LineStyle
628 strokeColor = _messages.StringField(4) variable in PolygonStyle
/external/pdfium/fxjs/
Dcjs_field.h393 JS_STATIC_PROP(strokeColor, stroke_color, Field);
/external/ImageMagick/Magick++/
DChangeLog799 * lib/Magick++/Montage.h (strokeColor): New method.
1115 (strokeColor): New method to specify outline color when drawing
1118 strokeColor. Getting penColor retrieves the value of
1119 strokeColor. This supports backwards compatability.