/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowVectorDrawable.java | 56 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/ |
D | cxfa_graphics.cpp | 174 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 =()
|
D | cxfa_graphics.h | 73 CXFA_GEColor strokeColor; member
|
/external/ImageMagick/Magick++/demo/ |
D | shapes.cpp | 54 image.strokeColor( "black" ); in main() 63 image.strokeColor( "black" ); in main() 85 image.strokeColor(Color()); in main()
|
D | gravity.cpp | 43 base.strokeColor("#600"); in main() 49 base.strokeColor(Color()); in main()
|
D | demo.cpp | 87 example.strokeColor( Color() ); in main() 161 example.strokeColor( "gold" ); in main() 478 montageOpts.strokeColor( Color() ); in main()
|
/external/pdfium/core/fpdfapi/edit/ |
D | cpdf_pagecontentgenerator.cpp | 273 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++/ |
D | Montage.h | 69 void strokeColor(const Color &stroke_); 70 Color strokeColor(void) const;
|
D | Options.h | 199 void strokeColor(const Color &strokeColor_); 200 Color strokeColor(void) const;
|
D | Image.h | 413 void strokeColor(const Color &strokeColor_); 414 Color strokeColor(void) const;
|
/external/ImageMagick/Magick++/lib/ |
D | Montage.cpp | 130 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
|
D | Options.cpp | 567 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
|
D | Image.cpp | 1390 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()
|
D | STL.cpp | 1062 image_.strokeColor( _strokeColor ); in operator ()()
|
/external/ImageMagick/Magick++/tests/ |
D | montageImages.cpp | 79 montageOpts.strokeColor( "yellow" ); in main()
|
D | attributes.cpp | 1031 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/ |
D | fusiontables_v1_messages.py | 537 strokeColor = _messages.StringField(1) variable in LineStyle 628 strokeColor = _messages.StringField(4) variable in PolygonStyle
|
/external/pdfium/fxjs/ |
D | cjs_field.h | 393 JS_STATIC_PROP(strokeColor, stroke_color, Field);
|
/external/ImageMagick/Magick++/ |
D | ChangeLog | 799 * 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.
|