Home
last modified time | relevance | path

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

/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.cpp89 example.strokeColor( Color() ); in main()
163 example.strokeColor( "gold" ); in main()
482 montageOpts.strokeColor( Color() ); in main()
/external/pdfium/xfa/fxgraphics/
Dcfx_graphics.cpp173 m_info.strokeColor = color; in SetStrokeColor()
276 if (!m_info.strokeColor) in RenderDeviceStrokePath()
283 switch (m_info.strokeColor->m_type) { in RenderDeviceStrokePath()
286 m_info.strokeColor->m_info.argb, 0); in RenderDeviceStrokePath()
522 : isActOnDash(false), strokeColor(nullptr), fillColor(nullptr) {} in TInfo()
528 strokeColor(info.strokeColor), in TInfo()
535 strokeColor = other.strokeColor; in operator =()
Dcfx_graphics.h84 CFX_Color* strokeColor; member
/external/pdfium/core/fpdfapi/edit/
Dcpdf_pagecontentgenerator.cpp209 FX_FLOAT strokeColor[3]; in ProcessGraphics() local
210 if (GetColor(pPageObj->m_ColorState.GetStrokeColor(), strokeColor)) { in ProcessGraphics()
211 *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/skia/gm/
Doccludedrrectblur.cpp24 SkColor strokeColor; in draw_rrect() local
36 strokeColor = SK_ColorRED; in draw_rrect()
39 strokeColor = SK_ColorYELLOW; in draw_rrect()
42 strokeColor = SK_ColorCYAN; in draw_rrect()
59 stroke.setColor(strokeColor); in draw_rrect()
/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.cpp563 void Magick::Options::strokeColor(const Color &strokeColor_) in strokeColor() function in Magick::Options
571 Magick::Color Magick::Options::strokeColor(void) const in strokeColor() function in Magick::Options
DImage.cpp1385 void Magick::Image::strokeColor(const Magick::Color &strokeColor_) in strokeColor() function in Magick::Image
1391 options()->strokeColor(strokeColor_); in strokeColor()
1396 Magick::Color Magick::Image::strokeColor(void) const in strokeColor() function in Magick::Image
1398 return(constOptions()->strokeColor()); in strokeColor()
DSTL.cpp1049 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/pdfium/fpdfsdk/javascript/
DField.h187 bool strokeColor(CJS_Runtime* pRuntime,
558 JS_STATIC_PROP(strokeColor, Field);
DField.cpp2202 bool Field::strokeColor(CJS_Runtime* pRuntime, in strokeColor() function in Field
/external/ImageMagick/Magick++/
DChangeLog795 * lib/Magick++/Montage.h (strokeColor): New method.
1111 (strokeColor): New method to specify outline color when drawing
1114 strokeColor. Getting penColor retrieves the value of
1115 strokeColor. This supports backwards compatability.