HomeSort by relevance Sort by last modified time
    Searched defs:strokeColor (Results 1 - 7 of 7) sorted by null

  /external/pdfium/xfa/fxgraphics/
cxfa_graphics.h 73 CXFA_GEColor strokeColor;
  /external/ImageMagick/Magick++/lib/
Montage.cpp 130 void Magick::Montage::strokeColor(const Color &stroke_)
135 Magick::Color Magick::Montage::strokeColor(void) const
Options.cpp 567 void Magick::Options::strokeColor(const Color &strokeColor_)
575 Magick::Color Magick::Options::strokeColor(void) const
Image.cpp 1390 void Magick::Image::strokeColor(const Magick::Color &strokeColor_)
1396 options()->strokeColor(strokeColor_);
1401 Magick::Color Magick::Image::strokeColor(void) const
1403 return(constOptions()->strokeColor());
    [all...]
  /external/pdfium/core/fpdfapi/edit/
cpdf_pagecontentgenerator.cpp 273 float strokeColor[3];
274 if (GetColor(pPageObj->m_ColorState.GetStrokeColor(), strokeColor)) {
275 *buf << strokeColor[0] << " " << strokeColor[1] << " " << strokeColor[2]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowVectorDrawable.java 56 int strokeColor;
100 propertiesBB.putInt(STROKE_COLOR_INDEX * 4, path.strokeColor);
119 int strokeColor,
132 path.strokeColor = strokeColor;
259 // private static native void nSetStrokeColor(long pathPtr, int strokeColor);
  /external/python/apitools/samples/fusiontables_sample/fusiontables_v1/
fusiontables_v1_messages.py 528 strokeColor: Color of the line in #RRGGBB format.
537 strokeColor = _messages.StringField(1)
615 strokeColor: Color of the polygon border in #RRGGBB format.
628 strokeColor = _messages.StringField(4)

Completed in 517 milliseconds